Search found 4 matches

by cyrilM
03 Sep 2009, 14:41
Forum: Help
Topic: Active Directory and LDAP query
Replies: 4
Views: 6033

Re: Active Directory and LDAP query

We finally found a workaround.
We slightly changed the function ldap_authenticate in core\ldap_api.php so that it now loops on severals ldap_root_dn declared in the config_inc.php

In config_inc.php
$g_ldap_root_dn1 = ...
$g_ldap_root_dn2 = ...
we also added a new variable
$g_ldap_root_dn_count = 2 ...
by cyrilM
31 Aug 2009, 13:16
Forum: Help
Topic: Active Directory and LDAP query
Replies: 4
Views: 6033

Re: Active Directory and LDAP query

Erratum in my previous post... :oops:

Here is the current deployed versions:
Mantis: 1.1.8
PHP: 5.2.9.9
MySQL: 5.1
Host OS: Windows 2003 Server US

Cheers,

C.
by cyrilM
27 Aug 2009, 14:05
Forum: Help
Topic: Active Directory and LDAP query
Replies: 4
Views: 6033

Active Directory and LDAP query

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 ...
by cyrilM
27 Aug 2009, 14:02
Forum: Help
Topic: Active Directory and LDAP query
Replies: 1
Views: 2264

Active Directory and LDAP query

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 ...