Skip to content
Discussion options

You must be logged in to vote

There are two separate things here.

1. The cn=DC=local log points to the value stored in ldap_sync_groups

In 2.0.2 the sync-group field is a comma-separated list of group names, not a list of full DNs. The web form literally splits the field on commas before saving it: SettingsLdapPage.tsx. Therefore entering:

CN=Defguard,CN=Users,DC=lab,DC=local

creates four configured group names, the last of which is DC=local; that produces exactly the cn=DC=local search you saw.

For Synology/Samba AD, save these values instead:

Limit synchronization to these groups: Defguard
Group search base: CN=Users,DC=lab,DC=local
Group object class: group
Group name attribute: cn
Group member attribute: member
U…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by d4rkbl00d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants