Search found 4 matches
- Mon Jul 07, 2008 9:43 am
- Forum: TestLink 1.7 (Closed)
- Topic: Testlink 1.7.4 and LDAP authentication
- Replies: 6
- Views: 13556
Below are my settings and it is working for me (TL 1.7.4.):- $g_ldap_bind_dn = ''; $g_ldap_bind_passwd = ''; It looks like on your DC you can use anonymous bind. But on mine DC I can't use it. So the only choice is using bind with some user that exists on my DC. But I have problem with it just like...
- Wed Jul 02, 2008 2:12 pm
- Forum: TestLink 1.7 (Closed)
- Topic: Testlink 1.7.4 and LDAP authentication
- Replies: 6
- Views: 13556
- Tue Jul 01, 2008 3:19 pm
- Forum: TestLink 1.7 (Closed)
- Topic: Testlink 1.7.4 and LDAP authentication
- Replies: 6
- Views: 13556
- Mon Jun 30, 2008 2:54 pm
- Forum: TestLink 1.7 (Closed)
- Topic: Testlink 1.7.4 and LDAP authentication
- Replies: 6
- Views: 13556
Testlink 1.7.4 and LDAP authentication
That's what i have in custom_config.inc.php: $g_login_method = 'LDAP'; $g_ldap_server = 'ldap://192.168.0.9'; $g_ldap_port = '389'; $g_ldap_root_dn = 'dc=mydomain'; $g_ldap_organization = ''; # e.g. '(organizationname=*Traffic)' $g_ldap_uid_field = 'sAMAccountName'; # Use 'sAMAccountName' for A $g_l...