Plugins Directory » Redmine PAM Auth
|
Author: | Krzysztof Suszyński |
---|---|---|
Website: | http://cardil.github.com/redmine-pam-auth | |
Code repository: | git://github.com/cardil/redmine-pam-auth.git | |
Registered on: | 2012-05-17 (almost 13 years ago) | |
Current version: | 0.1.1 | |
Compatible with: | Redmine 2.2.x, 2.1.x, 2.0.x, 1.4.x | |
User ratings: |
Adds PAM authorization to Redmine. Requires rpam
gem and group shadow
to by added to redmine user.
Installation notes
Before installing make sure to stop redmine.
cd [redmine-install-dir]/plugins
export RAILS_ENV=production
git clone git://github.com/cardil/redmine-pam-auth.git redmine_pam_auth
cd ..
rake redmine:plugins:migrate
bundle install --without development test
After this steps you can switch back on redmine. Existing users will gain PAM auth method (Look at Administration > Users).
Changelog
0.1.1 (2013-03-14)
Compatible with Redmine 2.2.x, 2.1.x, 2.0.x, 1.4.x.
Update compatible with new versions (checked)
0.1.2 (2012-05-17)
Compatible with Redmine 2.3.x, 2.2.x, 2.1.x, 2.0.x, 1.4.x.
Update compatible with new versions (checked)
0.1.0 (2012-05-17)
Compatible with Redmine 2.3.x, 2.2.x, 2.1.x, 2.0.x, 1.4.x.