From 784d25fbf9bea4a988ce1db687c0eecf9cf6226b Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 5 Nov 2012 10:55:05 -0500 Subject: MAN: Specify the correct location for the force_timeout option --- src/man/sssd.conf.5.xml | 48 ++++++++++++++++++++++++++++++++---------------- 1 file changed, 32 insertions(+), 16 deletions(-) diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index c818b97d8..cae413ddc 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -202,22 +202,6 @@ - - force_timeout (integer) - - - If a service is not responding to ping checks (see - the timeout option), it is first sent - the SIGTERM signal that instructs it to quit gracefully. - If the service does not terminate after force_timeout - seconds, the monitor will forcibly shut it down by - sending a SIGKILL signal. - - - Default: 60 - - - default_domain_suffix (string) @@ -347,6 +331,22 @@ + + force_timeout (integer) + + + If a service is not responding to ping checks (see + the timeout option), it is first sent + the SIGTERM signal that instructs it to quit gracefully. + If the service does not terminate after force_timeout + seconds, the monitor will forcibly shut it down by + sending a SIGKILL signal. + + + Default: 60 + + + @@ -974,6 +974,22 @@ override_homedir = /home/%u + + force_timeout (integer) + + + If a service is not responding to ping checks (see + the timeout option), it is first sent + the SIGTERM signal that instructs it to quit gracefully. + If the service does not terminate after force_timeout + seconds, the monitor will forcibly shut it down by + sending a SIGKILL signal. + + + Default: 60 + + + entry_cache_timeout (integer) -- cgit