From 41dc943aa6f06c1e53a4da09c470503116b30727 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(-) (limited to 'src/man/sssd.conf.5.xml') diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index 1a5d96b7..27a86baf 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) @@ -687,20 +700,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