Hi,
I am in the configuration described in the slapo-rwm man pages :
# Bind with email instead of full DN: we first need # an ldap map that turns attributes into a DN (the # argument used when invoking the map is appended to # the URI and acts as the filter portion) rwm-rewriteMap ldap attr2dn "ldap://host/dc=my,dc=org?dn?sub"
My problem is for doing this query ( obtains the dn of the personn from his mail attribut ), I need to be "bindded". I have the binddn and the password but I don't know how to specify it the ldap:// URI
Could you indicate me, how to specify the binddn and the password in the URI ?
Thanks you
Gregory