##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.
- 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 - Restart redmine.
You should now be able to see the plugin list in Administration -> Plugins and configure the newly installed plugin.
- Create some string type custom fields for User. Plugin will store the attributes to those custom fields.
- Declaring the LDAP.
- 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
This plugin is released under the GNU GPLv3.