Hello,
I have found the solution.
The problem is in my ldap root dn:
$g_ldap_root_dn = 'DC=domain,DC=local'; doesn't work
$g_ldap_root_dn = 'OU=XXX,DC=domain,DC=local'; works
But, this previous root dn parameter works with GLPI and Redmine...
Thx.
Search found 2 matches
- 11 Mar 2014, 10:52
- Forum: Help
- Topic: Active directory Authentication 1.2.12
- Replies: 13
- Views: 31672
- 05 Mar 2014, 09:36
- Forum: Help
- Topic: Active directory Authentication 1.2.12
- Replies: 13
- Views: 31672
Re: Active directory Authentication 1.2.12
Hello,
I encounter same problem with my fresh install of mantis 1.2.17
My configuration:
# --- LOG ---
$g_log_level = LOG_LDAP;
$g_log_destination = 'file:/var/log/mantis/mantisbt.log';
# --- AD Auth ---
$g_login_method = LDAP;
$g_ldap_server = 'ldap://pdc:389';
$g_ldap_root_dn = 'dc=DOMAIN,dc ...
I encounter same problem with my fresh install of mantis 1.2.17
My configuration:
# --- LOG ---
$g_log_level = LOG_LDAP;
$g_log_destination = 'file:/var/log/mantis/mantisbt.log';
# --- AD Auth ---
$g_login_method = LDAP;
$g_ldap_server = 'ldap://pdc:389';
$g_ldap_root_dn = 'dc=DOMAIN,dc ...