Project

General

Profile

Problem with custom auth sources and deep SVN/Git integration

Added by Nicholas Clark almost 9 years ago

Hi,

Currently using Redmine 2.6.5. We have a setup with multiple authentication providers (two LDAP and one external database). I've added them all to the auth_sources table and can login to Redmine with the different sources with no problem including using the custom DB handler.

We are also playing with the Git and SVN integration. I've gone through the steps of configuring SVN and Git to authenticate using the Redmine.pm using Perl.

My issue is that the Redmine.pm handler doesn't appear to include the capability to authenticate to the external database provider listed in auth_sources, it only seems to be able to handle the local database or LDAP or am I missing something?

Does anyone else have an alternative to work around this?