Hello all,
I am struggling to get Mantis to Authenticate against my windows 2003 active directory domain controller. The documentation is not so helpfull to me. I'm trying to get this fixed for over 2 weeks now but nothing seems to work.
I have added the following information to my config file:
$g_ldap_server = "ldap://windows2003server/";
$g_ldap_port = "389";
$g_ldap_organization = "";
$g_ldap_root_dn = "DC=domain,DC=corp";
$g_ldap_uid_field = "sAMAccountName";
$g_ldap_bind_dn = "CN=administrator,DC=domain,DC=corp";
$g_ldap_bind_passwd = "secretpass";
$g_use_ldap_email = ON;
When I try to logon as one of the many users in AD, access is denied.
What do I need to do? We have 500 users, do I have to add them all manually first or something?
LDAP connections are working since I have a Document Management System (KTDMS) that can authenticate against it, I just had to fill it in into GUI and it worked. Any help would be greatly appreiciated!!
Thanks!
Lawk
Auth. Against windows 2003 Active Directory
Moderators: Developer, Contributor
This is related to the Active Directory integration at the bug below. You may get some help from the author of this patch.
http://www.mantisbugtracker.com/bugs/view.php?id=7478
Regards,
Victor
http://www.mantisbugtracker.com/bugs/view.php?id=7478
Regards,
Victor
Do you have
set?
Code: Select all
$g_login_method = LDAP;