Skip to content

SikhNerd/redmine_kerberos_authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kerberos Authentication for Redmine

Dependencies

You need krb5-auth with native extensions to use this plugin.

gem install krb5-auth

Configuration

Authentication is done against the system’s default realm so configure your /etc/krb5.conf to authenticate against your organization’s realm.

Installation

Go to your Redmine root directory and install the plugin like this:

./script/plugin install git://github.com/se/redmine_kerberos_authentication.git To automatically install the required dependencies use bundler:

bundle install

After that you need to add Kerberos to the list of available Authentication sources by running the migration rake task:

rake db:migrate_plugins

That’s it.

About

Kerberos Authentication for Redmine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published