Search found 2 matches
- Fri Feb 01, 2013 8:33 am
- Forum: Installation and configuration
- Topic: Testlink 1.9.5 LDAP authentication
- Replies: 6
- Views: 15125
Re: Testlink 1.9.5 LDAP authentication
I configured as follows /** LDAP authentication credentials */ $tlCfg->authentication['ldap_server'] = 'ldaps://mycompany.pl'; $tlCfg->authentication['ldap_port'] = '3269'; $tlCfg->authentication['ldap_version'] = '3'; // could be '2' in some cases $tlCfg->authentication['ldap_root_dn'] = 'dc=*****,...
- Thu Jan 31, 2013 7:51 am
- Forum: Installation and configuration
- Topic: Testlink 1.9.5 LDAP authentication
- Replies: 6
- Views: 15125
Testlink 1.9.5 LDAP authentication
Hello I have installed a Testlink 1.9.5 on my company's Linux server. What I would like to do is to integrate Testlink with AD domain thanks to LDAP authentication. I configured LDAP authentication as follows $tlCfg->authentication['method'] = 'LDAP'; ** LDAP authentication credentials */ $tlCfg->au...