summaryrefslogtreecommitdiffstats
path: root/src/man/sssd.conf.5.xml
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2012-06-18 11:23:04 -0400
committerStephen Gallagher <sgallagh@redhat.com>2012-06-18 14:37:59 -0400
commitbb79e7559dae451a14150377099e32d6b5159a6c (patch)
tree0410bbb6f6c50e1388c8a6e18e3812b36086d4e2 /src/man/sssd.conf.5.xml
parentdd94e9c9c586fb2c2a0e7175251c08c2762598b0 (diff)
downloadsssd_unused-bb79e7559dae451a14150377099e32d6b5159a6c.tar.gz
sssd_unused-bb79e7559dae451a14150377099e32d6b5159a6c.tar.xz
sssd_unused-bb79e7559dae451a14150377099e32d6b5159a6c.zip
Make the client idle timeout configurable
Diffstat (limited to 'src/man/sssd.conf.5.xml')
-rw-r--r--src/man/sssd.conf.5.xml15
1 files changed, 15 insertions, 0 deletions
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 @@
</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term>client_idle_timeout</term>
+ <listitem>
+ <para>
+ 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.
+ </para>
+ <para>
+ Default: 60
+ </para>
+ </listitem>
+ </varlistentry>
</variablelist>
</refsect2>