Search found 1 match

by Devslashnull
11 Sep 2008, 20:16
Forum: General Discussion
Topic: LDAP Support in Mantis
Replies: 6
Views: 18687

Re: LDAP Support in Mantis

I just recently got LDAP working with Mantis and your configuration below is incorrect

$g_login_method = LDAP;
$g_ldap_protocol_version = 3;
$g_ldap_server = 'ldap://domain.local/';
$g_ldap_port = '389';
$g_ldap_root_dn = 'dc=domain,dc=local';
$g_ldap_organisation = 'domain';
$g_ldap_uid ...