Hello,
I have installed Testlink 1.9 and tried to set up LDAP authentication but it doesn't work. LDAP that I use is zimbra openLDAP.
Some ideas about what is the problem, please? Thank you.
This is my configuration:
$tlCfg->authentication['method'] = 'LDAP';
/** LDAP authentication credentials */
$tlCfg->authentication['ldap_server'] = 'ldap://xxx.xxx.xxx.xxx';
$tlCfg->authentication['ldap_port'] = '389';
$tlCfg->authentication['ldap_version'] = '3';
$tlCfg->authentication['ldap_root_dn'] = 'dc=mycompany,dc=rs';
$tlCfg->authentication['ldap_organization'] = '(organizationname=*people)';
$tlCfg->authentication['ldap_uid_field'] = 'uid';
$tlCfg->authentication['ldap_bind_dn'] = 'uid=xxxx,ou=people,dc= xxxx,dc=xxxx,dc=xx';
$tlCfg->authentication['ldap_bind_passwd'] = 'xxxx';
$tlCfg->authentication['ldap_tls'] = false;
Zimbra openLDAP authentication failed
Moderators: Amaradana, TurboPT, TL Developers