You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 years ago | |
---|---|---|
.. | ||
app | 5 years ago | |
config/locales | 5 years ago | |
lib | 5 years ago | |
README.md | 5 years ago | |
init.rb | 5 years ago |
README.md
Redmine LDAP Passwd plugin >= Redmine 3.0
The plugin extends AuthSourceLdap to introduce the ability to recover or change user password.
Features
- 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.
Install
- 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.
Uninstall
- Follow Redmine plugin uninstall instructions.
Changelog
- 3.0 (2016-05-31)
- Initial version released.