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
1.8 RC4 Active Directory does not work
Moderators: Amaradana, TurboPT, TL Developers
$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
/** 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