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

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