1.8 RC4 Active Directory does not work

Ask community to help.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
jackey
TestLink user
Posts: 13
Joined: Wed Feb 04, 2009 7:30 pm

1.8 RC4 Active Directory does not work

Post by jackey »

Is there any way i can debug Testlink? I have some difficult to integrate Testlink 1.8 RC4 with our Active Directory. 1.7.4 works just fine.

Cheers,
Jackey
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Post by fman »

With this info is impossible to help
jackey
TestLink user
Posts: 13
Joined: Wed Feb 04, 2009 7:30 pm

Post by jackey »

$tlCfg->authentication['method'] = 'LDAP';

/** LDAP authentication credentials */
$tlCfg->authentication['ldap_server'] = 'ldap.example.org';
$tlCfg->authentication['ldap_port'] = '389';
$tlCfg->authentication['ldap_version'] = '3'; // could be '2' in some cases
$tlCfg->authentication['ldap_root_dn'] = 'DC=example,DC=com';
$tlCfg->authentication['ldap_organization'] = '(uidNumber=*i)'; // e.g. '(organizationname=*Traffic)'
$tlCfg->authentication['ldap_uid_field'] = 'sAMAccountName'; // Use 'sAMAccountName' for Active Directory
$tlCfg->authentication['ldap_bind_dn'] = 'CN=domainldap,OU=IT,DC=example,DC=com'; // Left empty for anonymous LDAP binding
$tlCfg->authentication['ldap_bind_passwd'] = 'password'; // Left empty for anonymous LDAP binding
jackey
TestLink user
Posts: 13
Joined: Wed Feb 04, 2009 7:30 pm

Post by jackey »

With same configuration, 1.7.4 works but 1.8 RC4 does not.
havlatm
Member of TestLink Community
Posts: 940
Joined: Mon Oct 31, 2005 1:24 am
Location: Czech

Post by havlatm »

Which error you receive? Check apache error log and testlink log.
Post Reply