Search found 4 matches

by Bijesz
05 Aug 2007, 13:29
Forum: Customizations
Topic: Authentication via both LDAP and local mantis db
Replies: 7
Views: 51795

Hi, Nice feature but I think it might be better if local authentication takes place first. And if it fails then the LDAP. That's because it can generate several authentication failure logs in the LDAP system and sysadmins probably won't like that. Therefore I prefer this: function auth_does_password...
by Bijesz
05 Aug 2007, 13:01
Forum: Help
Topic: Mantis on Linux with LDAP authentication against a Win2k3 DC
Replies: 7
Views: 11348

Hi,

It must be a configuration issue of the AD but in our environment we should omit the "ldap://" prefix in $g_ldap_server.

Took me some time to figure it out, probably someone will read this and save some time. :wink:
by Bijesz
05 Aug 2007, 09:26
Forum: Help
Topic: ldap without root password
Replies: 1
Views: 3974

Hi mdpetry, Although it's an old post and you probably found the answer I reply it to avoid confusion. The variables $g_ldap_bind_dn $g_ldap_bind_passwd is because secure LDAP systems configured to not allow anonymous browsing of the directory. Hence if you not provide a valid account then you won't...
by Bijesz
03 Aug 2007, 20:01
Forum: Help
Topic: Mantis 1.08 - Can not authentication in LDAP mode
Replies: 1
Views: 3610

Hi,

The problem in your setup should be here:
$g_ldap_server = 'domain.com';

If that's really the setup you should use servername.domain.com.

How do you know if the ldap connection was ok?