Search found 4 matches

by Darkmoon
24 May 2016, 11:30
Forum: Help
Topic: Ldap Authentication Failed. Application Error #1400
Replies: 7
Views: 22680

Re: Ldap Authentication Failed. Application Error #1400

Thanks a lot atrol.

You were completely right. $g_display_errors were set wrong, now i got the logon screen.
by Darkmoon
24 May 2016, 09:24
Forum: Help
Topic: Ldap Authentication Failed. Application Error #1400
Replies: 7
Views: 22680

Re: Ldap Authentication Failed. Application Error #1400

I cannot enter a username, when i click on login the error comes up. i have no chance to enter a username, except when i disable the ldap login completely.

please see my last reply, the ldap bind is working but it tries to use administrator for some reason.
by Darkmoon
24 May 2016, 07:53
Forum: Help
Topic: Ldap Authentication Failed. Application Error #1400
Replies: 7
Views: 22680

Re: Ldap Authentication Failed. Application Error #1400

in the meantime i have enabled ldap logging:
$g_log_level = LOG_LDAP;

then i found this:

[Tue May 24 09:46:00.466629 2016] [:error] [pid 9902] [client xxx.xxx.xxx.xx:1044] 24-05-2016 09:46 CEST ldap Bind to ldap server successful\n, referer: http://xxx.xxx.xxx.xx/main_page.php
[Tue May 24 09:46:00 ...
by Darkmoon
24 May 2016, 07:20
Forum: Help
Topic: Ldap Authentication Failed. Application Error #1400
Replies: 7
Views: 22680

Ldap Authentication Failed. Application Error #1400

Hi.
I wanted to enable the Ldap Authentication for an on-premise Mantis Server running Version 1.2.19 to authenticate to Active Directory.
Have configured config_inc.php:
$g_login_method = LDAP;
$g_ldap_server = 'ldap://xxxxx.xxxxx.com:389';
$g_ldap_root_dn = 'OU=XXXX,DC=xxxx,DC=com';
$g_ldap ...