Blame SOURCES/0062-MAN-Amend-the-documentation-for-the-background-refre.patch

5fca41
From 84f2dca9c02908eaed1a5bea2d44329e1050f9c7 Mon Sep 17 00:00:00 2001
5fca41
From: Jakub Hrozek <jhrozek@redhat.com>
5fca41
Date: Wed, 26 Jun 2019 12:43:45 +0200
5fca41
Subject: [PATCH 62/64] MAN: Amend the documentation for the background refresh
5fca41
5fca41
Related: https://pagure.io/SSSD/sssd/issue/4012
5fca41
5fca41
Reviewed-by: Sumit Bose <sbose@redhat.com>
5fca41
(cherry picked from commit 039384b8851bb6a2513af83dba0df318432e0c63)
5fca41
5fca41
Reviewed-by: Sumit Bose <sbose@redhat.com>
5fca41
---
5fca41
 src/man/sssd.conf.5.xml | 10 +++++++++-
5fca41
 1 file changed, 9 insertions(+), 1 deletion(-)
5fca41
5fca41
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml
5fca41
index 3f05b3942..277a3c0cb 100644
5fca41
--- a/src/man/sssd.conf.5.xml
5fca41
+++ b/src/man/sssd.conf.5.xml
5fca41
@@ -2081,7 +2081,15 @@ pam_p11_allowed_services = +my_pam_service, -login
5fca41
                         </para>
5fca41
                         <para>
5fca41
                             The background refresh will process users,
5fca41
-                            groups and netgroups in the cache.
5fca41
+                            groups and netgroups in the cache. For users
5fca41
+                            who have performed the initgroups (get group
5fca41
+                            membership for user, typically ran at login)
5fca41
+                            operation in the past, both the user entry
5fca41
+                            and the group membership are updated.
5fca41
+                        </para>
5fca41
+                        <para>
5fca41
+                            This option is automatically inherited for all
5fca41
+                            trusted domains.
5fca41
                         </para>
5fca41
                         <para>
5fca41
                             You can consider setting this value to
5fca41
-- 
5fca41
2.20.1
5fca41