thorin / redmine_ldap_sync

[UNMAINTAINED] A redmine plugin to synchronize both users and groups with an ldap server
http://www.redmine.org/plugins/redmine_ldap_sync
GNU General Public License v3.0
140 stars 129 forks source link

Improve test #206

Closed acosonic closed 6 years ago

acosonic commented 6 years ago

AD Test button, when clicked should also display to which groups will found users be added, much like when console rake tool is run.

thorin commented 6 years ago

On the test page, you can specify a list of users and/or groups (comma separated).

For that list of users it shows to which groups they will be added. If the users already exist on redmine it will also show from which groups they will be removed.

Since an ldap directory can have a large number of users and groups I refrained from doing it to all users/groups.