Project

General

Profile

Plugins Directory » Svn authentication plugin

Author: Alex A
Website: -
Code repository: -
Registered on: 2011-06-18 (almost 13 years ago)
Current version: 0.0.2
Compatible with: Redmine 1.1.x, 1.2.x, 1.3.x, 1.4.x
User ratings:   (0)

Remarks

If you have a subversion integrated with apache, but not integrated with redmine, this plugin allow to change subversion password for redmine user.
For example, you have a passwd file with passwords for subversion users (created using htpasswd utility), you change passwords in this file in "My account" page near "change password" link.

If user is absent in subversion passwords file you must add it before use this plugin. The subversion user name must equal a redmine user login. To add user in subversion password file execute htpasswd

htpasswd -m /pahtothepasswordsfile <user>

Installation notes

  1. Install gem htauth
    gem install htauth
    
  2. Change permissions to subversion passwords file that apache must have write to this file (for example, if this file is /var/www/svn/passwd you must execute chmod command: chmod 666 /var/www/svn/passwd)
  3. Restart redmine
  4. In plugin setting enter the subversion passwords file path (for example /var/www/svn/passwd)

Changelog

0.0.2 (2012-04-09)

Compatible with Redmine 1.1.x, 1.2.x, 1.3.x, 1.4.x.

redmine_svnauth.tar.gz (3.12 KB) redmine_svnauth.tar.gz Alex A, 2012-04-09 06:11

0.0.1 (2011-06-18)

Compatible with Redmine 1.1.x, 1.2.x, 1.3.x.

redmine_svnauth.tgz (3.01 KB) redmine_svnauth.tgz Alex A, 2011-06-18 19:38