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