Content
You are here:
Migration troubles: Options for authentication towards subversion server?
Added by Deleted user over 10 years ago
I am trying to migrate our Chiliproject installation to OpenProject. The migration hit a serious problem and this is how to authenticate to our subversion server.
Previously this has been done via Apache authentication module previously found in:
extra/svn/Redmine.pm
But this perl script has been removed and I can not find any replacement. What are our options to authenticate to our subversion with the usernames and password stored in the mysql database? Is there another authentication option available?
Replies (1)
Well since I got no response I had no option than to try to solve this myself. I have successfully modified the old Redmine.pm perl script so that it works with the new database structure of OpenProject 3.0. While I was at it I also renamed it to OpenProject.pm.
I have only tested subversion authentication via the database. I have neither tried GIT authentication nor authentication towards an LDAP database.