Search found 3 matches

by DGhost
13 Jun 2007, 19:12
Forum: Help
Topic: Mantis on Linux with LDAP authentication against a Win2k3 DC
Replies: 7
Views: 12350

LDAP authentication resolved!

So finally, i got it working after more than 2 weeks of working on it, on and off... Here is my configuration file of config_inc.php and some things that I have learned during the setup. Hope this might help somebody else in the futur


#LDAP connectivity
$g_login_method = LDAP;
$g_ldap_server ...
by DGhost
06 Jun 2007, 21:58
Forum: Help
Topic: Mantis on Linux with LDAP authentication against a Win2k3 DC
Replies: 7
Views: 12350

Alright, so here is an update on the problem I am still working on.

After reading, again, a lot of posts in this forum and googling the problem, I have updated the config_inc.php file with the following :


#LDAP connectivity
$g_login_method = LDAP;
$g_ldap_server = 'ldap://server.domain.local ...
by DGhost
01 Jun 2007, 18:44
Forum: Help
Topic: Mantis on Linux with LDAP authentication against a Win2k3 DC
Replies: 7
Views: 12350

Mantis on Linux with LDAP authentication against a Win2k3 DC

Hello!

I have been reading the documentation of Mantis for the last week and so far I am only getting lost in it regarding the proper configuration for setting up the authentication's mechanism of Mantis with a Windows server 2003 Domain Controller.

My current setup is as followed :

Mantis is ...