Plugins Directory » Redmine Ldap Sync
|
|
Author: | Ricardo S |
|---|---|---|
| Website: | https://github.com/thorin/redmine_ldap_sync | |
| Code repository: | https://github.com/thorin/redmine_ldap_sync | |
| Registered on: | 2011-07-06 (almost 2 years) | |
| Current version: | 2.0.0 | |
| Compatible with: | Redmine 2.4.x, 2.3.x, 2.2.x, 2.1.x |
Extends redmine's ldap authentication with user and group synchronization, either on user login or by calling a rake task.
It works with MS Active Directory, slapd among other OpenLDAP alike directory servers.
- Supports synchronization from multiple LDAP sources.
- Disables users either by account flags (eg, UserAccountControl) if they have been removed from LDAP.
- An user is only be removed from groups that exist on LDAP, meaning that, both ldap and non-ldap groups to coexist.
- To prevent removing non-ldap groups, deleted groups on LDAP will not be deleted on redmine.
Installation notes
Follow the plugin installation procedure described at www.redmine.org/wiki/redmine/Plugins
Changelog
2.0.0 (2013-02-28)
Compatible with Redmine 2.4.x, 2.3.x, 2.2.x, 2.1.x.
- New configuration page
- Redmine administrators group
- Synchronization of users and groups custom fields
- Synchronization on login possible with connect as user (for rake synchronization, an ldap account and password is required)
- Correct use of the default values on custom fields
- Ldap synchronization test page for helping with the configuration
- Dynamic groups synchronization
- Optional synchronization on login
1.3.0 (2012-10-25)
Compatible with Redmine 2.3.x, 2.2.x, 2.1.x, 2.0.x.
- Updated to work with Redmine 2.x
You should now use branch redmine-1.4.x if you need compatibility with redmine 1.4.x.
1.2.0 (2012-02-07)
Compatible with Redmine 1.2.x, 1.3.x, 1.4.x.
New in this version:- Added nested groups support
- Tested with openldap and posixgroups
1.1.0 (2011-08-03)
Compatible with Redmine 1.1.x, 1.2.x.
New in this version:- Extended support to other directory servers
- Ability to enable/disable group creation
- Ability to filter with ldap search filters
- Added user attributes synchronization
- Ability to filter user access by group membership
1.0.0 (2011-07-06)
Compatible with Redmine 1.1.x, 1.2.x.