Blame SOURCES/0100-MAN-Explain-how-does-auto_private_groups-affect-subd.patch

9f2ebf
From a09a7a03f5b330cc45a0007a56d4789116a91e46 Mon Sep 17 00:00:00 2001
9f2ebf
From: amitkuma <amitkuma@redhat.com>
9f2ebf
Date: Tue, 6 Feb 2018 16:27:00 +0530
9f2ebf
Subject: [PATCH 100/100] MAN: Explain how does auto_private_groups affect
9f2ebf
 subdomains
9f2ebf
9f2ebf
Fix explains how auto_private_groups affects subdomains.
9f2ebf
a. POSIX sudomains, gets inherited to subdomain.
9f2ebf
b. ID-mapping subdomains, already enabled.
9f2ebf
9f2ebf
Resolves: https://pagure.io/SSSD/sssd/issue/3627
9f2ebf
9f2ebf
Reviewed-by: Rob Crittenden <rcritten@redhat.com>
9f2ebf
(cherry picked from commit 52ae76737f2df3012d67f6a0b5052c86022bffdd)
9f2ebf
---
9f2ebf
 src/man/sssd.conf.5.xml | 11 ++++++++++-
9f2ebf
 1 file changed, 10 insertions(+), 1 deletion(-)
9f2ebf
9f2ebf
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml
9f2ebf
index 47da07c33bdcfbf2fa94ff932492e9ea4bbfe846..8d06f57539e3fc55189234aab2aea950ba14713a 100644
9f2ebf
--- a/src/man/sssd.conf.5.xml
9f2ebf
+++ b/src/man/sssd.conf.5.xml
9f2ebf
@@ -2830,7 +2830,16 @@ subdomain_inherit = ldap_purge_cache_timeout
9f2ebf
                             If this option is enabled, SSSD will automatically
9f2ebf
                             create user private groups based on user's
9f2ebf
                             UID number. The GID number is ignored in this case.
9f2ebf
-                        </para>
9f2ebf
+		        </para>
9f2ebf
+			<para>
9f2ebf
+			    For POSIX subdomains, setting the option in the main
9f2ebf
+			    domain is inherited in the subdomain.
9f2ebf
+			</para>
9f2ebf
+			<para>
9f2ebf
+			    For ID-mapping subdomains, auto_private_groups is
9f2ebf
+			    already enabled for the subdomains and setting it to
9f2ebf
+			    false will not have any effect for the subdomain.
9f2ebf
+			</para>
9f2ebf
                         <para>
9f2ebf
                             NOTE: Because the GID number and the user private group
9f2ebf
                             are inferred frm the UID number, it is not supported
9f2ebf
-- 
9f2ebf
2.14.3
9f2ebf