Hi,
I'm trying to setup LDAP on my Testlink 1.8 Beta3 installation. However, everytime I try and log in, I am getting the error: "Try again! Wrong login name or password!".
I verified that I can log in successfully if I go through phpLDAPadmin with the same information. I must be missing something. Do I need to also create the accounts in the local TestLink DB first?
Here's what I have:
/** LDAP authentication credentials */
$tlCfg->authentication['method'] = 'LDAP';
$tlCfg->authentication['ldap_server'] = 'ldap://<SERVER_NAME>';
$tlCfg->authentication['ldap_port'] = '389';
$tlCfg->authentication['ldap_version'] = '3';
$tlCfg->authentication['ldap_root_dn'] = 'CORRECT_INFO';
$tlCfg->authentication['ldap_organization'] = '';
$tlCfg->authentication['ldap_uid_field'] = 'sAMAccountName';
$tlCfg->authentication['ldap_bind_dn'] = 'CORRECT_INFO';
$tlCfg->authentication['ldap_bind_passwd'] = 'CORRECT_PASS';
Thanks for any help...
-Brian
LDAP Configuration
Moderators: Amaradana, TurboPT, TL Developers