Skip to content

Ldap Group Sync: Fix sync for groups when a new group is added.

Leander Schulten requested to merge fix-ldap-group-sync into master

If you create a group you need members, but we don't want to pass the list of members to get_or_create since this would not return the existing groups if the list of members changed.

Fixes #186 (closed)

Merge request reports