Hi!
We used to have a Domino server. His LDAP service was and is used by an CMS application. In Domino you can do a simple bind with a non-dn like # ldapsearch -x -d "notes admin" -W -h dominoserver cn="hans*" Where the username is in e.g. the CN attribute.
Is there a way to achieve this behavior with OpenLDAP 2.3.x somehow?
Hans