Authenticate users against outside db?
Added by mike bowers over 13 years ago
Hello,
We have an existing home-grown support site that we want to integrate with a ticketing system, Redmine for example. This support site runs off of a MySQL database and includes a user table. Can Redmine be configured to authenticate users against our existing user table?
Thanks
Replies (2)
RE: Authenticate users against outside db? - Added by Felix Schäfer over 13 years ago
You'd probably need to write a plugin for that.
RE: Authenticate users against outside db? - Added by Stefan H Singer over 13 years ago
Alternatively, set up an LDAP solution and integrate your support site against that. Might be less of a hassle, and you'd be using something much more standardized.