diff options
author | Rob Crittenden <rcritten@redhat.com> | 2009-02-27 15:04:46 -0500 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2009-02-27 23:18:19 -0500 |
commit | be0cac932af73fa1bcc5a64af9f2edde0c71cdc7 (patch) | |
tree | 46c121aceb0567c5208ec7b2da41d0230ef3dcc2 /install/share | |
parent | 1359618e7ee335b0721fbcd9705608ef09158e3b (diff) | |
download | freeipa-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/share')
-rw-r--r-- | install/share/bootstrap-template.ldif | 4 |
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 |