From bb79e7559dae451a14150377099e32d6b5159a6c Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 18 Jun 2012 11:23:04 -0400 Subject: Make the client idle timeout configurable --- src/man/sssd.conf.5.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'src/man/sssd.conf.5.xml') diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index 1dae3ccb..bdf2543b 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -303,6 +303,21 @@ + + client_idle_timeout + + + This option specifies the number of seconds that + a client of an SSSD process can hold onto a file + descriptor without communicating on it. This value + is limited in order to avoid resource exhasution + on the system. + + + Default: 60 + + + -- cgit