Zimbra openLDAP authentication failed

LATEST Official version.
Questions and discussions - NO ISSUES
FOR ISSUES => http://mantis.testlink.org

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
slbogdan
TestLink user
Posts: 2
Joined: Sat Jul 03, 2010 10:30 am

Zimbra openLDAP authentication failed

Post by slbogdan »

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;
Post Reply