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:
Rob Crittenden
2010-11-29 17:09:35 -05:00
parent df28017eaf
commit 88133ab43c
3 changed files with 5 additions and 3 deletions

View File

@@ -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
"""