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

No groups from Active Directory #214

Closed tatarysh closed 6 years ago

tatarysh commented 6 years ago

Hello, I am trying to set up a synchronization with my Active Directory server and I have a problem, I do not get any groups. The login details are certainly correct. I created a simple script in PHP with the same Active Directory login data and everything works.

Windows Server 2008

obraz

obraz

My script: https://pastebin.com/DsFVbwZz https://pastebin.com/1AW5B09g (composer.json)

Best regards.

tatarysh commented 6 years ago

it was missing in configuration: Groups base DN: DC=mydomain,DC=local

sorry for the problem.