I am novice with the Mantis Bug tracker and I have a problem with Active Directory Integration.
After setting of config_inc.php I can´t connect to AD server. Port TCP 389 is listenning, Windows guests can be authenticated without problems, but Mantis shows APPLICATION ERROR #1401.
I haven´t found any solution or advice over the internet and so I am trying this forum. Can anybody give me any advice? Thanks a lot.
My config_inc.php
Code: Select all
$g_login_method = LDAP;
$g_ldap_server = 'ldap://myserver-01.domain.cze:389';
$g_ldap_root_dn = 'ou=Users,dc=domain,dc=cze';
$g_ldap_uid_field = 'sAMAccountName';
$g_ldap_bind_dn = 'cn=domain_user_name,dc=domain,dc=cze';
$g_ldap_bind_passwd = 'domain_user_password';
$g_ldap_protocol_version = 3;