>From 4e495514004df5f2ec532d73daaed7953b534e47 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..bb4c5f8b3fdbde48c5ebee320894a476e85fee87 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 backend 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