LDAP Configuration

Ask community to help.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
bkobs
TestLink user
Posts: 2
Joined: Thu Sep 25, 2008 8:07 pm

LDAP Configuration

Post by bkobs »

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
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Post by fman »

this topic has been touched lot of times, please serach on this forum and our mantis
Post Reply