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

sync admin group not working #184

Closed scharc closed 7 years ago

scharc commented 7 years ago

In settings I add a admin group "rm_admin" and on testing I get 3 Users back as results.

Whenever I run cron-job, user's in rm_admin are not set as administrators.

cron: /opt/redmine/bin/rake -f /opt/redmine/Rakefile redmine:plugins:ldap_sync:sync_all RAILS_ENV=production 2>&- 1>&-

any suggestions?

results settings1 settings2

thorin commented 7 years ago

I can see that you have the Create new groups and Create new users flags disabled. The group "rm_admin" must exist on redmine for the Administrators group to work.

scharc commented 7 years ago

Creating the "rm_admin" group solved the issue. Should be put into the docs...