Page 1 of 1
LDAP and Mantis login
Posted: 12 Jun 2008, 06:25
by deviji
I searched for feature where LDAP and Mantis users can log in, but i did not got any appropriate solution.
So i have managed to do in the way mentioned in below URL.
I hope it helps some one in need of this feature.
Please comment for any suggestions. Thanks
http://phprelated.blogspot.com/
Re: LDAP and Mantis login
Posted: 25 Jun 2008, 05:02
by vboctor
Thanks. Article added to "Mantis Recipes" on the Wiki.
http://www.mantisbt.org/wiki/doku.php/m ... s_recipies
Re: LDAP and Mantis login
Posted: 03 Apr 2012, 12:08
by jsm
Hello,
starting with the mentioned recipe I got this running in 1.2.9:
- Users, known in ActiveDirectory but not in Mantis, will be created in the Mantis-DB using the email retrieved by LDAP.
- Local users allowed. If user isn't found by LDAP, Mantis-DB is asked
- If authentication via LDAP fails, signup for a local account is possible
included a patch with all the changes I made (except the LDAP configuration in config_inc.php; strings are only in english and german).
Hope it's of any value.
regards
jsm