URL: https://github.com/SSSD/sssd/pull/322
Author: amitkumar50
 Title: #322: MAN: The timeout option doesn't say after how many heartbeats 
will the process be killed
Action: synchronized

To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/322/head:pr322
git checkout pr322
From 3b9e5073cd82338c250e7ed688dc7376d2c9964d Mon Sep 17 00:00:00 2001
From: AmitKumar <amitk...@redhat.com>
Date: Tue, 11 Jul 2017 23:05:25 +0530
Subject: [PATCH] MAN: Updating option ipa_server_mode in man sssd-ipa

Changes done for section ipa_server_mode since description of section was bit vague. Text is re-phrased for better understanding.

Resolves: https://pagure.io/SSSD/sssd/issue/3404
---
 src/man/sssd-ipa.5.xml  | 17 +++++++++--------
 src/man/sssd.conf.5.xml |  4 +++-
 2 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/src/man/sssd-ipa.5.xml b/src/man/sssd-ipa.5.xml
index 98db5b96d..6888282e0 100644
--- a/src/man/sssd-ipa.5.xml
+++ b/src/man/sssd-ipa.5.xml
@@ -482,14 +482,15 @@
                 <varlistentry>
                     <term>ipa_server_mode (boolean)</term>
                     <listitem>
-                        <para>
-                            This option should only be set by the IPA
-                            installer.
-                        </para>
-                        <para>
-                            The option denotes that the SSSD is running on
-                            IPA server and should perform lookups of users
-                            and groups from trusted domains differently.
+			<para>
+                            This option will be set by the IPA installer
+                            (ipa-server-install) automatically and denotes
+                            if SSSD is running on an IPA server or not.
+                        </para>
+			<para>
+                            On an IPA server SSSD will lookup users and group
+                            from trusted domains directly while on a client
+                            it will ask an IPA server.
                         </para>
                         <para>
                             Default: false
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml
index 0f7822b29..0de9f0886 100644
--- a/src/man/sssd.conf.5.xml
+++ b/src/man/sssd.conf.5.xml
@@ -161,7 +161,9 @@
                         <para>
                             Timeout in seconds between heartbeats for this
                             service. This is used to ensure that the process
-                            is alive and capable of answering requests.
+                            is alive and capable of answering requests. Note
+                            after three missed heartbeats process will self
+                            terminate.
                         </para>
                         <para>
                             Default: 10
_______________________________________________
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org

Reply via email to