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 eb09527e9d5ea23a0e6c264a13dcca8fa8d57fae Mon Sep 17 00:00:00 2001
From: AmitKumar <amitk...@redhat.com>
Date: Tue, 11 Jul 2017 23:05:25 +0530
Subject: [PATCH 1/3] 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 +++++++++--------
 1 file changed, 9 insertions(+), 8 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

From ac73c72ee9fc1af6ba6d6667d3a67212e8817609 Mon Sep 17 00:00:00 2001
From: AmitKumar <amitk...@redhat.com>
Date: Thu, 13 Jul 2017 21:47:58 +0530
Subject: [PATCH 2/3] MAN: The timeout option doesn't say after how many
 heartbeats will the process be killed

Text added in timeout section of sssd.conf man page describing number of heartbeat missed before process self kills itself.

Resolves: https://pagure.io/SSSD/sssd/issue/3398
---
 src/man/sssd.conf.5.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml
index 0f7822b29..e6f4ed4d6 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

From 6e71439a2c421e26d30243d0e3a99237592fde50 Mon Sep 17 00:00:00 2001
From: AmitKumar <amitk...@redhat.com>
Date: Fri, 14 Jul 2017 18:55:06 +0530
Subject: [PATCH 3/3] MAN: The timeout option doesn't say after how many
 heartbeats will the process be killed

Text added in timeout section of sssd.conf man page describing number of heartbeat missed before process self kills itself.

Resolves: https://pagure.io/SSSD/sssd/issue/3398
---
 src/man/sssd.conf.5.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml
index e6f4ed4d6..0de9f0886 100644
--- a/src/man/sssd.conf.5.xml
+++ b/src/man/sssd.conf.5.xml
@@ -161,9 +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. Note
-			    after three missed heartbeats process will self
-			    terminate.
+                            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