I have upgraded our Testlink from version 1.9.4 to 1.9.7. I configured LDAP for Authentication. Once I configured this, the Testlink login screen is not loaded in the broswer as shown below.

The configuration done to the "config.inc.php" is below
Code: Select all
$tlCfg->authentication['method'] = 'LDAP';
/** LDAP authentication credentials */
$tlCfg->authentication['ldap_server'] = 'servername';
$tlCfg->authentication['ldap_port'] = '389';
$tlCfg->authentication['ldap_version'] = '3'; // could be '2' in some cases
$tlCfg->authentication['ldap_root_dn'] = 'ou=User, dc=name,dc=local';
$tlCfg->authentication['ldap_organization'] = '(objectClass=person)'; // e.g. '(organizationname=*Traffic)'
$tlCfg->authentication['ldap_uid_field'] = 'sAMAccountName'; // Use 'sAMAccountName' for Active Directory
$tlCfg->authentication['ldap_bind_dn'] = 'name\ldap'; // Left empty for anonymous LDAP binding
$tlCfg->authentication['ldap_bind_passwd'] = ' '; // Left empty for anonymous LDAP binding
$tlCfg->authentication['ldap_tls'] = false; // true -> use tls
Thanks in Adavance
Regards