|
Environment:
Bug 1: Group filter breaks LDAP loginWhen setting "Limit synchronization to these groups" to Defguard (the CN of the AD group), login fails for users who are verified members of that group. Verified via ldapsearch that the user is correctly listed as member: And memberOf on the user object contains: Question / UX issue: Enrollment requires setting a password for LDAP usersWhen starting the enrollment process for an LDAP-synced user, the enrollment wizard requires setting a new password. |
Replies: 1 comment
|
There are two separate things here. 1. The
|
There are two separate things here.
1. The
cn=DC=locallog points to the value stored inldap_sync_groupsIn 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:creates four configured group names, the last of which is
DC=local; that produces exactly thecn=DC=localsearch you saw.For Synology/Samba AD, save these values instead: