ldap without root password
Posted: 29 Mar 2007, 20:43
Hi all
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:
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:
the version of mantis is 1.0.6$g_login_method = LDAP;
$g_ldap_server = 'ldap://ldap.ucs.br:389';
$g_ldap_root_dn = 'ou=people,dc=ucs,dc=br';
$g_ldap_organization = '';
$g_ldap_uid_field = 'uid';
$g_ldap_bind_dn ='';
$g_ldap_bind_passwd = '';
$g_use_ldap_email = OFF;