[ 
https://issues.apache.org/jira/browse/DIRSERVER-347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Emmanuel Lecharny closed DIRSERVER-347.
---------------------------------------


Closing all issues created in 2005 and before which are marked resolved

> case sensitivity in matching objectClass in search filter
> ---------------------------------------------------------
>
>                 Key: DIRSERVER-347
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-347
>             Project: Directory ApacheDS
>          Issue Type: Bug
>            Reporter: Nick Faiz
>         Assigned To: Alex Karasulu
>
> ObjectClass matching in search filters is case sensitive. Is this deliberate 
> (need to check in rfc 2254)?
> OpenLDAP, on the other hand, does a case insensitive match. 
> A case sensitive match is not particularly helpful in this circumstance.
> [EMAIL PROTECTED] ~]$ ldapsearch -D 'uid=admin,ou=system' -h localhost -p 
> 10389 -x -w secret -b 'ou=users,ou=system' 
> '(&(&(cn=*)(member=cn=groupA,ou=groups,ou=system))(objectClass=inetorgperson))'
>  ...
> # search result
> search: 2
> result: 0 Success
> matchedDN: ou=users,ou=system
> [EMAIL PROTECTED] ~]$ ldapsearch -D 'uid=admin,ou=system' -h localhost -p 
> 10389 -x -w secret -b 'ou=users,ou=system' 
> '(&(&(cn=*)(member=cn=groupA,ou=groups,ou=system))(objectClass=inetOrgPerson))'
> ...
> # search result
> search: 2
> result: 0 Success
> matchedDN: ou=users,ou=system
> # numResponses: 9
> # numEntries: 8

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to