Hello,
Here is my nedi.conf file:
# Authentication for GUI
guiauth local
guiauth ldap
# Set Ldapserver parameters
# host port rootpw basedn rootdn loginattr
;ldapsrv ldaps://host.domain 636 PASSWORD DC=XX,DC=YYY USER uid
;ldapsrv ldap://domain.int 389 pass ou=PROD,dc=domain,dc=int cn=user,ou=account,ou=admin,ou=prod,dc=domain,dc=int cn
ldapsrv ldap://NameOfServer 389 MyPass OU=XXX,OU=XX,OU=Country,DC=my,DC=domain,DC=dom admin_xx sAMAccountName
# Map attributes
# adm net dsk mon mgr oth mail phone
;ldapmap cisco cisco cisco support manager users mail telephoneNumber
I observed that if I indicate the complete DN of my rootdn, it does not work, I am obliged to indicate only the samaccountname of the rootdn.