Ldap Group Sync: Fix sync for groups when a new group is added.
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)