diff options
Diffstat (limited to 'src/man')
-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> |