https://fedorahosted.org/freeipa/ticket/2238

This patch modifies bootstrap-template.ldif to create ipausers as a non-posix group.

--
PetrĀ³
>From cec813fe9ff4699432dd2abb778477b5122e5a67 Mon Sep 17 00:00:00 2001
From: Petr Viktorin <pvikt...@redhat.com>
Date: Wed, 8 Feb 2012 06:47:23 -0500
Subject: [PATCH] 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.
---
 install/share/bootstrap-template.ldif |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/install/share/bootstrap-template.ldif b/install/share/bootstrap-template.ldif
index 4fba730b12519085e3fe3dc4e652c7018024ae63..8699730ade70044001a39428aaac51ea813607bc 100644
--- a/install/share/bootstrap-template.ldif
+++ b/install/share/bootstrap-template.ldif
@@ -224,9 +224,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
-- 
1.7.7.6

_______________________________________________
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel

Reply via email to