Hi, I'm newbie to openldap 2.4, and planning to setup an ldap proxy using ldap backend + remap overlay so that user can bind as cn=xxx,dc=my,dc=com, while at the backend ldap, the object looks like following:
dn: uid=yyy,dc=my,dc=com
objectclass: inetorgperson
objectclass: dcobject
cn=xxx
uid=yyy
...
Is it possible? Thanks a lot.
Rgds