Search found 2 matches

by alienpenguin
24 Apr 2018, 07:37
Forum: Customizations
Topic: [SOLVED] chained authentication
Replies: 1
Views: 3696

Re: chained authentication

Ok I managed to solve it by myself so i'll post my solution in case it might help other people

basically i noticed that mantis was updating the password each time a login is done because of some sort of "migration" procedure from bad crypt to better one (if i understood correctly) however the LDAP ...
by alienpenguin
20 Apr 2018, 16:58
Forum: Customizations
Topic: [SOLVED] chained authentication
Replies: 1
Views: 3696

[SOLVED] chained authentication

Hi all, i was trying to set up mantis (2.23.1) with some sort of chained authentication that would allow to authenticate both local and active directory users.

I partially succeded doing the following:
1) i set up ldap authentication (in config/config_inc.php) towards an AD controller (so far so ...