What is 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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
(uid=miXedCaseUSer)will match auidofmixedcaseuser.According to the OID Description for 0.9.2342.19200300.100.1.1 – Userid
userIdis defined to haveEQUALITY MATCHING RULE caseIgnoreMatchThis means it is one of the attribute definitions that employ case-insensitive matching by default.