Redmine + MySQL + LDAP + SVN + GIT deploy automation with docker-compose
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.
 
 
 
 
redmine-integration/redmine/redmine_ldap_passwd/README.md

1.0 KiB

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

  1. Follow Redmine plugin installation instructions.
  2. 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.
  3. Assign new LDAP connection to the specific users you would like to provide access through LDAP to.

Uninstall

  1. Follow Redmine plugin uninstall instructions.

Changelog

  • 3.0 (2016-05-31)
    • Initial version released.