You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the LDAP configuration, the user-group-association is set on uniqueMember (the default). Also available is "memberUid", which has downsides. Groups are checked and available.
After a while revisit the configuration. When you click on “Count Groups”, it kicks off the detection of the association attribute (when it is set to default, which happens to be uniqueMember). If the more or the same amount of users (→ sorting) are returned for both attributes, memberUid will be used instead of uniqueMember.
* uniqueMember was the default so we did not know whether this setting is
desired or the initial value
* autodetection of the user-group association attribute runs only when it
was not set (as far as we knew)
* the default is now empty
* thus LDAPProvider might return this value as well (in exceptional cases)
* if a group base is given (edge case), use this instead of general base
* resolves#12682
Signed-off-by: Arthur Schiwon <[email protected]>
* uniqueMember was the default so we did not know whether this setting is
desired or the initial value
* autodetection of the user-group association attribute runs only when it
was not set (as far as we knew)
* the default is now empty
* thus LDAPProvider might return this value as well (in exceptional cases)
* if a group base is given (edge case), use this instead of general base
* resolvesnextcloud#12682
Signed-off-by: Arthur Schiwon <[email protected]>
In the LDAP configuration, the user-group-association is set on uniqueMember (the default). Also available is "memberUid", which has downsides. Groups are checked and available.
After a while revisit the configuration. When you click on “Count Groups”, it kicks off the detection of the association attribute (when it is set to default, which happens to be uniqueMember). If the more or the same amount of users (→ sorting) are returned for both attributes, memberUid will be used instead of uniqueMember.
It should not change in this case.
From https://help.univention.com/t/nextcloud-13-group-sync-issues/10337
The text was updated successfully, but these errors were encountered: