Feature #384
closedsvn management for PostgreSQL users
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.
Updated by Jean-Philippe Lang over 18 years ago
You mean svn integration as described here:
http://www.redmine.org/index.php?id=9
for svn rights management ?
Updated by Jean-Philippe Lang over 18 years ago
Both pam_pgsql and nss_pgsql exist, so it should work.
I'll try test it one of these days.
Updated by Jean-Philippe Lang over 18 years ago
pam_pgsql doesn't support SHA1 (used by Redmine for password
encryption).
Updated by Piero Sartini over 18 years ago
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.
Updated by Jean-Philippe Lang over 18 years ago
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.