tainewoo / redmine_ldap_sync

A redmine plugin to synchronize both users and groups with an ldap server, forked from thorin which is unmaintained.
http://www.redmine.org/plugins/redmine_ldap_sync
GNU General Public License v3.0
17 stars 13 forks source link

Sync Error NoMethodError #7

Open holu1 opened 4 years ago

holu1 commented 4 years ago

Hello tainewoo !

I have a problem with the LDAP periodic synchronization. I get the following error message at every synchronization:

NoMethodError: undefined method `each_with_index' for nil:NilClass\n/srv/redmine/plugins/redmine_ldap_sync/lib/ldap_sync/entity_manager.rb:96

Task: Ldap_sync:sync_all Redmine Version: Redmine Version: 4.1.1 with Ruby 2.6.6

Thank you Best Regards Lukas

MEschenbacher commented 4 years ago

I had the exact same error. I solved it by providing correct ldap bind username and password.