I've been installed the new version 1.7.0 on my client environment. We previously add an 1.6.3 version correctly connected to the LDAP global instance.
The configuration elements has changed between 1.6.3 & 17.0, so I've tried to adapt the previously elements to the 1.7.0 version.
I've filled the following informations in file config.inc.php :
Code: Select all
$g_login_method = LDAP;
$g_ldap_server = 'ldap://ldaprec1.siege.intra.groupe-casino.fr';
$g_ldap_port = '5389';
$g_ldap_root_dn = 'dc=groupe-casino,dc=fr';
$g_ldap_organization = ''; # e.g. '(organizationname=*Traffic)'
$g_ldap_uid_field = 'uid'; # Use 'sAMAccountName' for Active Directory
$g_ldap_bind_dn = 'uid=EAI,ou=Admin,dc=groupe-casino,dc=fr'; // Left empty if you LDAP server allows anonymous binding
$g_ldap_bind_passwd = 'my-pwd'; // Left empty if you LDAP server allows anonymous binding
User accounts are located in ou=people branch (under the root dn) in our LDAP instance. I've tried adding ou=people before dc=groupe... in ldap_root_dn field, it does'nt work better.
TestLink fails to authenticate telling 'wrong user or pwd' !
Is there another configuration step I forget in order to make works ?
Many thanks in advance.
Best regards.