Search found 1 match

by GRoM
12 Oct 2021, 09:26
Forum: Help
Topic: AD account unable to login mantis
Replies: 5
Views: 8398

Re: AD account unable to login mantis

1.png

File: config_inc.php
#$g_login_method = MD5;
$g_login_method = LDAP;
$g_ldap_server = '192.168.100.1';
$g_ldap_root_dn = 'DC=my,DC=tomsk,DC=ru';
$g_ldap_organization = '(objectCategory=person)';
$g_ldap_protocol_version = 3;
$g_ldap_network_timeout = 5;
$g_ldap_follow_referrals = 0;
$g ...