LDAP and Mantis login

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
deviji
Posts: 1
Joined: 12 Jun 2008, 06:22

LDAP and Mantis login

Post 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/
vboctor
Site Admin
Posts: 1304
Joined: 13 Feb 2005, 22:11
Location: Redmond, Washington
Contact:

Re: LDAP and Mantis login

Post by vboctor »

Thanks. Article added to "Mantis Recipes" on the Wiki.
http://www.mantisbt.org/wiki/doku.php/m ... s_recipies
Migrate your MantisBT to the MantisHub Cloud
jsm
Posts: 4
Joined: 13 Sep 2011, 15:01

Re: LDAP and Mantis login

Post 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
Attachments
0001-allow-LDAP-and-local-accounts.zip
changes against the 1.2.9. release
(4.21 KiB) Downloaded 806 times
Post Reply