diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2012-06-18 11:23:04 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-06-18 14:37:59 -0400 |
commit | bb79e7559dae451a14150377099e32d6b5159a6c (patch) | |
tree | 0410bbb6f6c50e1388c8a6e18e3812b36086d4e2 /src/man | |
parent | dd94e9c9c586fb2c2a0e7175251c08c2762598b0 (diff) | |
download | sssd-bb79e7559dae451a14150377099e32d6b5159a6c.tar.gz sssd-bb79e7559dae451a14150377099e32d6b5159a6c.tar.xz sssd-bb79e7559dae451a14150377099e32d6b5159a6c.zip |
Make the client idle timeout configurable
Diffstat (limited to 'src/man')
-rw-r--r-- | src/man/sssd.conf.5.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index 1dae3ccbc..bdf2543b7 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> |