From be0cac932af73fa1bcc5a64af9f2edde0c71cdc7 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Fri, 27 Feb 2009 15:04:46 -0500 Subject: 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. --- install/share/bootstrap-template.ldif | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install') diff --git a/install/share/bootstrap-template.ldif b/install/share/bootstrap-template.ldif index eb69ae4d..449b0af4 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 -- cgit