>From 11dc9b139d360e9d807b9ba12afaf69ddb3d3cd0 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Mon, 16 Apr 2012 10:04:35 +0200 Subject: [PATCH 1/2] MAN: timeout can be specified for services, too --- 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 63e396a545f04b28b1bfb0ccc69b454aa83686e9..2f0119a20be3b4506bd2314c46756902a21cbc47 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -254,6 +254,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) @@ -721,20 +734,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) -- 1.7.7.6