Search found 5 matches
- 12 Jun 2023, 10:05
- Forum: Help
- Topic: LDAP INTEGRATION: APPLICATION ERROR #1401
- Replies: 7
- Views: 16482
Re: LDAP INTEGRATION: APPLICATION ERROR #1401
Thanks for coming back and telling the solution.
Which version did you run before upgrading to 2.25.7?
I was using version 2.22.1, but for some reason the integration was not working. I made another VM with the latest version of Mantis where I just copied the configuration from the other ...
- 09 Jun 2023, 18:53
- Forum: Help
- Topic: LDAP INTEGRATION: APPLICATION ERROR #1401
- Replies: 7
- Views: 16482
Re: LDAP INTEGRATION: APPLICATION ERROR #1401
Are there some more error details in /var/www/html/mantis/logs/ldap.log ?
Did you run admin/check/index.php and fix any error you got?
Are you running the current latest stable version 2.25.7?
Finally I have solved it simply by installing the most recent version of Mantis and applying this ...
- 07 Jun 2023, 20:02
- Forum: Help
- Topic: LDAP INTEGRATION: APPLICATION ERROR #1401
- Replies: 7
- Views: 16482
Re: LDAP INTEGRATION: APPLICATION ERROR #1401
This is my actual configuration and still not working. The only previous steps taken have been to install "php-ldap" and activate it from php.ini.
$g_login_method = LDAP;
$g_ldap_server = 'ldap://192.168.50.5:389/';
$g_ldap_root_dn = 'dc=tonimateu,dc=local';
$g_ldap_organization = '';
$g_ldap_uid ...
$g_login_method = LDAP;
$g_ldap_server = 'ldap://192.168.50.5:389/';
$g_ldap_root_dn = 'dc=tonimateu,dc=local';
$g_ldap_organization = '';
$g_ldap_uid ...
- 07 Jun 2023, 09:26
- Forum: Help
- Topic: LDAP INTEGRATION: APPLICATION ERROR #1401
- Replies: 7
- Views: 16482
Re: LDAP INTEGRATION: APPLICATION ERROR #1401
I can't provide deeper help, but obviously wrong is, that you set $g_ldap_use_starttls and $g_ldap_follow_referrals to '0', where just ON or OFF are allowed
You are absolutely right, but even changing those two parameters I was getting the same error. The fact of putting them is due to the ...
- 05 Jun 2023, 09:11
- Forum: Help
- Topic: LDAP INTEGRATION: APPLICATION ERROR #1401
- Replies: 7
- Views: 16482
LDAP INTEGRATION: APPLICATION ERROR #1401
Good morning everyone,
I have an Ubuntu Server with MantisBT installed and I want it to provision users from my Active Directory (192.168.50.5). Since the first time I tried to integrate Mantis with LDAP I get this error and I don't know why. If I do a "ldapsearch" it works correctly.
This is my ...
I have an Ubuntu Server with MantisBT installed and I want it to provision users from my Active Directory (192.168.50.5). Since the first time I tried to integrate Mantis with LDAP I get this error and I don't know why. If I do a "ldapsearch" it works correctly.
This is my ...