summaryrefslogtreecommitdiffstats
path: root/install/share/user_private_groups.ldif
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2010-11-29 17:09:35 -0500
committerRob Crittenden <rcritten@redhat.com>2010-11-30 09:52:05 -0500
commit88133ab43cecc68248bb95014d1716aa5b74bc75 (patch)
tree1f7a553f4bf1fda4b0af8b4553a1860e058b9163 /install/share/user_private_groups.ldif
parentdf28017eafc5c51f1fc136b2cae6169456d3c963 (diff)
downloadfreeipa-88133ab43cecc68248bb95014d1716aa5b74bc75.tar.gz
freeipa-88133ab43cecc68248bb95014d1716aa5b74bc75.tar.xz
freeipa-88133ab43cecc68248bb95014d1716aa5b74bc75.zip
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
Diffstat (limited to 'install/share/user_private_groups.ldif')
-rw-r--r--install/share/user_private_groups.ldif4
1 files changed, 3 insertions, 1 deletions
diff --git a/install/share/user_private_groups.ldif b/install/share/user_private_groups.ldif
index 070d6e020..6a3f49d86 100644
--- a/install/share/user_private_groups.ldif
+++ b/install/share/user_private_groups.ldif
@@ -3,7 +3,9 @@ changetype: add
objectclass: mepTemplateEntry
cn: UPG Template
mepRDNAttr: cn
-mepStaticAttr: objectclass: posixGroup
+mepStaticAttr: objectclass: posixgroup
+mepStaticAttr: objectclass: ipaobject
+mepStaticAttr: ipaUniqueId: autogenerate
mepMappedAttr: cn: $$uid
mepMappedAttr: gidNumber: $$uidNumber
mepMappedAttr: description: User private group for $$uid