"jorge sanchez" xsanch@gmail.com writes:
Hi all,
just a short question:
Is that possible to have case sensitive DN's for example
dn: ou=something,o=something
and
dn: ou=SOMETHING,o=SOMETHING
I am getting error when trying to add dn "ou=SOMETHING,o=SOMETHING" to LDAP when there is already an dn "ou=something,o=something" present.
equality for o and ou is caseIgnoreMatch, if you do require case sentive attribute values, create you own attribute type with equality caseExactMatch or caseExactIA5Match
-Dieter