Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

case insensitive LDAP searches

Tags:

People also ask

Are LDAP searches case sensitive?

According to LDAP specifications attribute retrieval must be case insensitive.

Does case matter in LDAP?

LDAP DNs and all attributes are case-insensitive by default. It is possible to define an attribute as case-sensitive in the schema, but this is rare, and it is also possible to override the default comparison rules, but again this is rare.

Is sAMAccountName case sensitive?

the AuthName attribute is not case sensitive upon save, entering sAMAccountName for Active Directory changes it to all lowercase upon save or samaccountname.

What is LDAP search query?

LDAP queries can be used to search for different objects (computers, users, groups) in the Active Directory LDAP database according to certain criteria.


What't the syntax for performing a case-insensitive match on a 'uid' attribute? If attribute definition matters then how would that be changed? In particular I am using ApacheDS for my LDAP store.