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/
LDAP and Mantis login
Moderators: Developer, Contributor
Re: LDAP and Mantis login
Thanks. Article added to "Mantis Recipes" on the Wiki.
http://www.mantisbt.org/wiki/doku.php/m ... s_recipies
http://www.mantisbt.org/wiki/doku.php/m ... s_recipies
Migrate your MantisBT to the MantisHub Cloud
Re: LDAP and Mantis login
Hello,
starting with the mentioned recipe I got this running in 1.2.9:
Hope it's of any value.
regards
jsm
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
Hope it's of any value.
regards
jsm
- Attachments
-
- 0001-allow-LDAP-and-local-accounts.zip
- changes against the 1.2.9. release
- (4.21 KiB) Downloaded 805 times