Auth. Against windows 2003 Active Directory

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
lawkie
Posts: 2
Joined: 28 Sep 2006, 10:04

Auth. Against windows 2003 Active Directory

Post by lawkie »

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
lawkie
Posts: 2
Joined: 28 Sep 2006, 10:04

Post by lawkie »

Sorry, I am using the newest mantis version 1.0.5!

Thanks
vboctor
Site Admin
Posts: 1304
Joined: 13 Feb 2005, 22:11
Location: Redmond, Washington
Contact:

Post by vboctor »

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
shark
Posts: 43
Joined: 12 Jul 2005, 22:23

Post by shark »

Do you have

Code: Select all

$g_login_method = LDAP;
set?
Post Reply