From 16f925f39f7428b2b1aaede44971bfbfcd151d3f Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Mon, 16 Apr 2012 10:04:35 +0200 Subject: MAN: timeout can be specified for services, too --- src/man/sssd.conf.5.xml | 27 +++++++++++++-------------- 1 file 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 @@ -253,6 +253,19 @@ + + timeout (integer) + + + Timeout in seconds between heartbeats for this + service. This is used to ensure that the process + is alive and capable of answering requests. + + + Default: 10 + + + reconnection_retries (integer) @@ -704,20 +717,6 @@ - - timeout (integer) - - - Timeout in seconds between heartbeats for this domain. - This is used to ensure that the backend process is - alive and capable of answering requests. - - - Default: 10 - - - - enumerate (bool) -- cgit