mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Create user private groups with a uniqueid.
If we don't then we need to add it when a group is detached causing aci issues. I had to move where we create the UPG template until after the DS restart so the schema is available. ticket 542
This commit is contained in:
@@ -272,7 +272,7 @@ class group_remove_member(LDAPRemoveMember):
|
||||
api.register(group_remove_member)
|
||||
|
||||
|
||||
class group_detach(LDAPRemoveMember):
|
||||
class group_detach(LDAPQuery):
|
||||
"""
|
||||
Detach a managed group from a user
|
||||
"""
|
||||
|
Reference in New Issue
Block a user