Blame SOURCES/0189-MAN-Document-that-client_idle_timeout-can-t-be-short.patch

ecf709
From 0442102b2e5c6f1bc331ca2078baff8a7b4a50cb Mon Sep 17 00:00:00 2001
ecf709
From: Jakub Hrozek <jhrozek@redhat.com>
ecf709
Date: Thu, 20 Jul 2017 10:10:58 +0200
ecf709
Subject: [PATCH 189/190] MAN: Document that client_idle_timeout can't be
ecf709
 shorter than 10 seconds
ecf709
MIME-Version: 1.0
ecf709
Content-Type: text/plain; charset=UTF-8
ecf709
Content-Transfer-Encoding: 8bit
ecf709
ecf709
To ensure the client timeout is not too low and clients do not reconnect
ecf709
too often, the client_idle_timeout is forced to be 10 seconds minimum.
ecf709
ecf709
Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
ecf709
Reviewed-by: Fabiano Fidêncio <fidencio@redhat.com>
ecf709
---
ecf709
 src/man/sssd.conf.5.xml | 4 +++-
ecf709
 1 file changed, 3 insertions(+), 1 deletion(-)
ecf709
ecf709
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml
ecf709
index a35f2807eac8bb89d6cb1dd0a48f738d71a7578f..89729575c724622af817f1c05a94d4ae8f1ece2d 100644
ecf709
--- a/src/man/sssd.conf.5.xml
ecf709
+++ b/src/man/sssd.conf.5.xml
ecf709
@@ -621,7 +621,9 @@
ecf709
                             a client of an SSSD process can hold onto a file
ecf709
                             descriptor without communicating on it. This value
ecf709
                             is limited in order to avoid resource exhaustion
ecf709
-                            on the system.
ecf709
+                            on the system. The timeout can't be shorter than
ecf709
+                            10 seconds. If a lower value is configured, it
ecf709
+                            will be adjusted to 10 seconds.
ecf709
                         </para>
ecf709
                         <para>
ecf709
                             Default: 60
ecf709
-- 
ecf709
2.9.4
ecf709