LDAP does not return attributes in case sensitive
807573Feb 17 2010 — edited Mar 4 2010Hi,
I am facing a problem in my environment. Application teams connect to my LDAP and pull out user details. The entries when fetched from ldap are returned where attribute names are not case sensitive.
Ex. An entry CompanyName=MyCompany+ is returned in query as companyname=MyCompany+.
In many applications, such attributes are hardcoded and hence cause problem when they are not returnd case sensitive.
How can this be addressed? Perhaps there is a way to query LDAP in such a way that it behaves differently? I have seen this happening in both LDAP 5.2 and LDAP 5.1 environment.
Thanks,
-AKshay