http://www.mantisbt.org/wiki/doku.php/m ... _directory
http://www.mantisbt.org/forums/viewtopi ... +directory (because my user names have the period between first and last)
But it hasn't fixed the issue. If I hose something up, I get the typical error message saying that it can't connect to the LDAP server. But when I have everything configure how I think is right, I don't get any errors. But when I log in it still tells me "Your account may be disabled or blocked or the username/password you entered is incorrect."
Here's the ldap section of my config file:
Code: Select all
# --- ldap settings --------
# This is the settings to connect to LDAP
$g_login_method = LDAP;
$g_ldap_server = 'ldap://subdomain.domain.com';
$g_ldap_port = 389;
$g_ldap_root_dn = 'dc=subdomain,dc=domain,dc=com';
$g_ldap_bind_dn = 'CN=corridor,CN=Users,DC=subdomain,DC=domain,DC=com';
$g_ldap_bind_passwd = 'xxxxxxxxxxxxx';
$g_use_ldap_email = ON;
$g_ldap_organization = '';
$g_ldap_protocol_version = 3;
$g_ldap_uid_field = 'sAMAccountName';
Thanks,
Jeremy