Feature #384
closed
svn management for PostgreSQL users
Added by Rick Daley over 17 years ago.
Updated about 17 years ago.
Description
The svn integration is really cool! But it would be even cooler if it could be used by PostgreSQL users in addition
to MySQL users.
Both pam_pgsql and nss_pgsql exist, so it should work.
I'll try test it one of these days.
pam_pgsql doesn't support SHA1 (used by Redmine for password
encryption).
I am running it with postgresql. Since it does not support SHA1
I just switched Redmine over to MD5 passwords.
As far as I understand RoR code (i am a java guy^^) one little
change in User.rb is enough. (just use Digest::MD5 instead of
Digest::SHA1.
As of r916, a new (and prefer) way to automate repositories management
is available and described here:
http://www.redmine.org/wiki/1/HowTos
It's designed to work on unix/windows hosts and mysql/postgresql
DB.
Also available in: Atom
PDF