diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2012-04-16 10:04:35 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-04-18 10:23:56 -0400 |
commit | 16f925f39f7428b2b1aaede44971bfbfcd151d3f (patch) | |
tree | 2bde7c01fecd0caf6e9f0ffc90e7a28c02025375 /src/man/sssd.conf.5.xml | |
parent | 3074b0ba08df922c5a266ed2962d07e1db7261bd (diff) | |
download | sssd-16f925f39f7428b2b1aaede44971bfbfcd151d3f.tar.gz sssd-16f925f39f7428b2b1aaede44971bfbfcd151d3f.tar.xz sssd-16f925f39f7428b2b1aaede44971bfbfcd151d3f.zip |
MAN: timeout can be specified for services, too
Diffstat (limited to 'src/man/sssd.conf.5.xml')
-rw-r--r-- | src/man/sssd.conf.5.xml | 27 |
1 files changed, 13 insertions, 14 deletions
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index af2e6bb54..e009e2cf5 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -254,6 +254,19 @@ </listitem> </varlistentry> <varlistentry> + <term>timeout (integer)</term> + <listitem> + <para> + Timeout in seconds between heartbeats for this + service. This is used to ensure that the process + is alive and capable of answering requests. + </para> + <para> + Default: 10 + </para> + </listitem> + </varlistentry> + <varlistentry> <term>reconnection_retries (integer)</term> <listitem> <para> @@ -705,20 +718,6 @@ </varlistentry> <varlistentry> - <term>timeout (integer)</term> - <listitem> - <para> - Timeout in seconds between heartbeats for this domain. - This is used to ensure that the backend process is - alive and capable of answering requests. - </para> - <para> - Default: 10 - </para> - </listitem> - </varlistentry> - - <varlistentry> <term>enumerate (bool)</term> <listitem> <para> |