I'm trying use LDAP autentication to access Mantis, but every documentation needs some information for $g_ldap_bind_dn and $g_ldap_bind_passwd variables, but these variables is for root access, and i can't use this data!
is there another way to authenticate ladap user? my config files is:
Although it's an old post and you probably found the answer I reply it to avoid confusion.
The variables $g_ldap_bind_dn $g_ldap_bind_passwd is because secure LDAP systems configured to not allow anonymous browsing of the directory. Hence if you not provide a valid account then you won't be able to connect to the LDAP. If your LDAP is configured to allow anonymous access you can ommit these variables.
W2K3 AD domains do not allow anonymous access.