Search found 1 match

by wowagsm2
18 Oct 2024, 14:07
Forum: General Discussion
Topic: MANTIS LDAP Auth
Replies: 0
Views: 9879

MANTIS LDAP Auth

I'm trying to set up LDAP authorization in our AD.
$g_login_method = LDAP;
$g_ldap_server = 'ldap://company.org';
$g_ldap_root_dn = 'OU=Company Users,DC=company,DC=org';
$g_ldap_organization = '';
$g_ldap_follow_referrals = OFF;
$g_ldap_bind_dn = 'CN=testlink_ad,OU=Company Service Accounts,DC ...