Active Directory and LDAP query
Posted: 27 Aug 2009, 14:05
Hello Mantis gurus,
I successfully deployed Mantis(1.1.6) on a Windows 2003 Server of our french site using Active Directory and LDAP for Authentication.
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:
...
$g_ldap_root_dn = 'ou=Users,ou=France,ou=Europe,dc=MyDomain,dc=net';
$g_ldap_organization = '';
$g_ldap_uid_field = 'sAMAccountName';
...
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 membership... but I don't know the settings neither !
Cheers,
C.
I successfully deployed Mantis(1.1.6) on a Windows 2003 Server of our french site using Active Directory and LDAP for Authentication.
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:
...
$g_ldap_root_dn = 'ou=Users,ou=France,ou=Europe,dc=MyDomain,dc=net';
$g_ldap_organization = '';
$g_ldap_uid_field = 'sAMAccountName';
...
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 membership... but I don't know the settings neither !
Cheers,
C.