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