Active Directory and LDAP query

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
cyrilM
Posts: 4
Joined: 27 Aug 2009, 13:36

Active Directory and LDAP query

Post by cyrilM »

Hello Mantis gurus,
I successfully deployed Mantis on a Windows 2003 Server of our french site using Active Directory and LDAP for Authentication. !

Now, I'd like to update my config_inc.php file settings in order to enable americans users to connect the Bug Tracking System via our Intranet...

Here are the current settings that are working fine for french users only...
...
$g_ldap_root_dn = 'ou=Users,ou=France,ou=Europe,dc=MyDomain,dc=net';
$g_ldap_organization = '';
$g_ldap_uid_field = 'sAMAccountName';
...

The problem is If I change it for americans users:
$g_ldap_root_dn = 'ou=Users,ou=USA,ou=Americas,dc=MyDomain,dc=net';
French users can't connect anymore...

If I change it to the top level of the Active Directory
$g_ldap_root_dn = 'ou=Users,dc=MyDomain,dc=net';
It does not work for anyone!

Any help/suggestion is welcome

May be there is another way using Active Directory group memebrship... but I don't know the settings neither !

Cheers,
C.
vboctor
Site Admin
Posts: 1293
Joined: 13 Feb 2005, 22:11
Location: Redmond, Washington
Contact:

Re: Active Directory and LDAP query

Post by vboctor »

You should make sure that your feature request is in the bug tracker and indicate that you are read to test a patch. Here is a starting point, but you can filter on LDAP category to see all related issues.
http://www.mantisbt.org/bugs/view.php?id=9954
Migrate your MantisBT to the MantisHub Cloud
Post Reply