|
|
d6181b |
From 84eca2e812f8a8684a35b4cd0c262660930e0d40 Mon Sep 17 00:00:00 2001
|
|
|
d6181b |
From: Jakub Hrozek <jhrozek@redhat.com>
|
|
|
d6181b |
Date: Fri, 30 Nov 2018 13:15:58 +0100
|
|
|
d6181b |
Subject: [PATCH 18/23] MAN: Document that it is enough to systemctl restart
|
|
|
d6181b |
sssd-kcm.service lately
|
|
|
d6181b |
MIME-Version: 1.0
|
|
|
d6181b |
Content-Type: text/plain; charset=UTF-8
|
|
|
d6181b |
Content-Transfer-Encoding: 8bit
|
|
|
d6181b |
|
|
|
d6181b |
Related:
|
|
|
d6181b |
https://pagure.io/SSSD/sssd/issue/3862
|
|
|
d6181b |
|
|
|
d6181b |
We forgot to amend the man page after implementing the sssd-kcm service
|
|
|
d6181b |
reload.
|
|
|
d6181b |
|
|
|
d6181b |
Reviewed-by: Michal Židek <mzidek@redhat.com>
|
|
|
d6181b |
---
|
|
|
d6181b |
src/man/sssd-kcm.8.xml | 17 +++++++++++------
|
|
|
d6181b |
1 file changed, 11 insertions(+), 6 deletions(-)
|
|
|
d6181b |
|
|
|
d6181b |
diff --git a/src/man/sssd-kcm.8.xml b/src/man/sssd-kcm.8.xml
|
|
|
d6181b |
index 90b9ad09c..4e4aaa38e 100644
|
|
|
d6181b |
--- a/src/man/sssd-kcm.8.xml
|
|
|
d6181b |
+++ b/src/man/sssd-kcm.8.xml
|
|
|
d6181b |
@@ -162,12 +162,17 @@ systemctl restart sssd-kcm.service
|
|
|
d6181b |
<title>CONFIGURATION OPTIONS</title>
|
|
|
d6181b |
<para>
|
|
|
d6181b |
The KCM service is configured in the <quote>kcm</quote>
|
|
|
d6181b |
- section of the sssd.conf file. Please note that currently,
|
|
|
d6181b |
- is it not sufficient to restart the sssd-kcm service, because
|
|
|
d6181b |
- the sssd configuration is only parsed and read to an internal
|
|
|
d6181b |
- configuration database by the sssd service. Therefore you
|
|
|
d6181b |
- must restart the sssd service if you change anything in the
|
|
|
d6181b |
- <quote>kcm</quote> section of sssd.conf.
|
|
|
d6181b |
+ section of the sssd.conf file. Please note that because
|
|
|
d6181b |
+ the KCM service is typically socket-activated, it is
|
|
|
d6181b |
+ enough to just restart the <quote>sssd-kcm</quote> service
|
|
|
d6181b |
+ after changing options in the <quote>kcm</quote> section
|
|
|
d6181b |
+ of sssd.conf:
|
|
|
d6181b |
+ <programlisting>
|
|
|
d6181b |
+systemctl restart sssd-kcm.service
|
|
|
d6181b |
+ </programlisting>
|
|
|
d6181b |
+ </para>
|
|
|
d6181b |
+ <para>
|
|
|
d6181b |
+ The KCM service is configured in the <quote>kcm</quote>
|
|
|
d6181b |
For a detailed syntax reference, refer to the <quote>FILE FORMAT</quote> section of the
|
|
|
d6181b |
<citerefentry>
|
|
|
d6181b |
<refentrytitle>sssd.conf</refentrytitle>
|
|
|
d6181b |
--
|
|
|
d6181b |
2.20.1
|
|
|
d6181b |
|