Plugins Directory » Svn authentication plugin
|
Author: | Alex A |
---|---|---|
Website: | - | |
Code repository: | - | |
Registered on: | 2011-06-18 (over 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: |
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
- Install gem
htauth
gem install htauth
- 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 executechmod
command:chmod 666 /var/www/svn/passwd
) - Restart redmine
- 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.
0.0.1 (2011-06-18)
Compatible with Redmine 1.1.x, 1.2.x, 1.3.x.