The plugin extends AuthSourceLdap to introduce the ability to recover or change user password.
- Allows to changed password and update LDAP record.
- Allows to recover password and update LDAP record.
Notes
- The solution has been tested on MS Active Directory only. It works only with SSL connection, please ensure SSL is configured on Active Directory side.
- Follow Redmine plugin installation instructions.
- Add new LDAP connection and check the records in 'auth_sources' making sure column 'type'='AuthSourceLdapPasswd'. If it is not, update the record manually executing the SQL query.
- Assign new LDAP connection to the specific users you would like to provide access through LDAP to.
- Follow Redmine plugin uninstall instructions.
- 3.0 (2016-05-31)
- Initial version released.