summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2009-02-27 15:04:46 -0500
committerRob Crittenden <rcritten@redhat.com>2009-02-27 23:18:19 -0500
commitbe0cac932af73fa1bcc5a64af9f2edde0c71cdc7 (patch)
tree46c121aceb0567c5208ec7b2da41d0230ef3dcc2 /install
parent1359618e7ee335b0721fbcd9705608ef09158e3b (diff)
downloadfreeipa-be0cac932af73fa1bcc5a64af9f2edde0c71cdc7.tar.gz
freeipa-be0cac932af73fa1bcc5a64af9f2edde0c71cdc7.tar.xz
freeipa-be0cac932af73fa1bcc5a64af9f2edde0c71cdc7.zip
Update objectclasses for groups, by default not posix groups.
This change depends on DS bugs 487574 and 487725. Groups cannot be promoted properly without these fixed. It will fail with an Object Class violation because gidNumber isn't set.
Diffstat (limited to 'install')
-rw-r--r--install/share/bootstrap-template.ldif4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/share/bootstrap-template.ldif b/install/share/bootstrap-template.ldif
index eb69ae4d0..449b0af49 100644
--- a/install/share/bootstrap-template.ldif
+++ b/install/share/bootstrap-template.ldif
@@ -145,8 +145,8 @@ ipaMaxUsernameLength: 8
ipaPwdExpAdvNotify: 4
ipaGroupObjectClasses: top
ipaGroupObjectClasses: groupofnames
-ipaGroupObjectClasses: posixGroup
-ipaGroupObjectClasses: inetUser
+ipaGroupObjectClasses: nestedGroup
+ipaGroupObjectClasses: ipaUserGroup
ipaUserObjectClasses: top
ipaUserObjectClasses: person
ipaUserObjectClasses: organizationalPerson