Issue Details (XML | Word | Printable)

Key: DIRSERVER-766
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Emmanuel Lecharny
Reporter: Kirill Kovalenko
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Directory ApacheDS

uniqueMember attribute compare does not seem to work properly (uniqueMemberMatch is not implemented?)

Created: 24/Oct/06 03:19 PM   Updated: 15/Feb/09 01:36 PM
Return to search
Component/s: None
Affects Version/s: 1.5.0
Fix Version/s: 1.5.1

Time Tracking:
Not Specified

File Attachments:
  Size
File example.ldif 2006-11-07 08:38 AM Kirill Kovalenko 62 kB
Environment: Windows XP SP2, Java 1.5.06

Resolution Date: 24/Aug/07 11:57 PM


 Description  « Hide
When it comes to search attributes with syntax 1.3.6.1.4.1.1466.115.121.1.34, like uniqueMember, the server does not seem to work properly. For example, in my environment, the (uniqueMember=uid=kvaughan,ou=People,dc=example,dc=com) search filter brings the search result while (uniqueMember=uid=kvaughan, ou=People, dc=example, dc=com) does not. The only difference here is spaces between RDN components in the search filter value. Server should normalize uniqueMember values before compare takes place.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Repository Revision Date User Message
ASF #569437 Fri Aug 24 16:03:52 UTC 2007 elecharny Added some tests for DIRSERVER-766. One have been disabled, as the patch is not finished yet.
Files Changed
MODIFY /directory/apacheds/trunk/core-unit/src/test/java/org/apache/directory/server/core/jndi/UniqueMemberITest.java

Repository Revision Date User Message
ASF #569569 Fri Aug 24 23:22:16 UTC 2007 elecharny Added some more tests for DIRSERVER-766.
Files Changed
MODIFY /directory/apacheds/trunk/core-unit/src/test/java/org/apache/directory/server/core/jndi/UniqueMemberITest.java