Skip to content

jihh/redmine_ldap_synchronizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redmine LDAP Synchronizer

##Features:

  • Synchronize user information from LDAP. When you create/edit a user, plugin will update the custom fields.
  • Rake task. You can update all user by rask task.
  • Extra filter. If issue has a user type custom field A, and user has a custom filter B. Plugin provides a filter for B.

Installation

  1. Copy your plugin directory into #{RAILS_ROOT}/plugins. If you are downloading the plugin directly from GitHub, you can do so by changing into your plugin directory and issuing a command like git clone git://github.com/jihh/redmine_ldap_synchronizer.git
  2. Restart redmine.

You should now be able to see the plugin list in Administration -> Plugins and configure the newly installed plugin.

Usage

  1. Create some string type custom fields for User. Plugin will store the attributes to those custom fields.
  2. Declaring the LDAP.
  3. Set user's authentication mode to LDAP.

After that, when user be updated, plugin will get attributes from LDAP, and put them in custom fields.

Update all user:

rake redmine:ldap:synchronize

License

This plugin is released under the GNU GPLv3.

About

Plugin for synchronize Redmine account from LDAP AuthSource.

Resources

License

Stars

Watchers

Forks

Packages

No packages published