I am using Net::LDAP to authenticate users and get their attributes.
I have a problem with diacritics in the displayName - it seems that LDAP omits part of them. For example:
the name "Krejčíř" becomes "Krejcír" and the name "Kovář" becomes "Kovár".
Is there a way of configuring the Net::LDAP to return the correct names? I couldn't find such in CPAN...