From 2334ef2d57704f71779f82302933321bf05dd9ef Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Feb 20 2012 00:48:14 +0000 Subject: Make ipausers a non-posix group on new installs https://fedorahosted.org/freeipa/ticket/2238 It doesn't make a lot of sense for ipausers to be a posix group and we will save a few cycles in compat and sssd by making it non-posix. This is for new installs only. --- diff --git a/install/share/bootstrap-template.ldif b/install/share/bootstrap-template.ldif index e33f065..468a43b 100644 --- a/install/share/bootstrap-template.ldif +++ b/install/share/bootstrap-template.ldif @@ -225,9 +225,7 @@ objectClass: top objectClass: groupofnames objectClass: nestedgroup objectClass: ipausergroup -objectClass: posixgroup objectClass: ipaobject -gidNumber: eval($IDSTART+1) description: Default group for all users cn: ipausers ipaUniqueID: autogenerate