problems with getting redmine auth to work for svn
Added by Mark Geib over 16 years ago
I have followed the wiki instructions for "HowTo to handle SVN repositories creation and access control with Redmine" but can not make this work. I can't get pass the step #6, testing with getent.
I am running on CentOS, so not debian, with mysql, etc.
The only change I made from the howto was to place the block of code into /etc/pam.d/sshd rather than /etc/pam.d/ssh
I have tried everthing I can think of, restarting, etc. I see the new users and projects in the redmine db but nothing else at all.
Thanks for any help,
Mark.
Replies (1)
RE: problems with getting redmine auth to work for svn - Added by Nicolas Chuche over 16 years ago
Sorry for not answering the question, but why did you choose this method ? You should give a try to the mod_dav/mod_perl one, it's really easier.