From 64319158ab6a0e6df2bb03f4fde31668cceb082b Mon Sep 17 00:00:00 2001 From: Pavel Reichl Date: Tue, 11 Mar 2014 10:36:29 +0000 Subject: MAN: new general options section Some options are relevant to multiple sections of sssd.conf. This patch adds new sections for those. Resolves: https://fedorahosted.org/sssd/ticket/2218 Reviewed-by: Sumit Bose --- src/man/sssd.conf.5.xml | 101 +++++++++++++++++++++++++++++------------------- 1 file changed, 62 insertions(+), 39 deletions(-) diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index 9668bb0c0..4c5337606 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -55,6 +55,68 @@ + + GENERAL OPTIONS + + Following options are usable in more than one configuration + sections. + + + Options usable in all sections + + + + debug_level (integer) + + + + debug_timestamps (bool) + + + Add a timestamp to the debug messages + + + Default: true + + + + + debug_microseconds (bool) + + + Add microseconds to the timestamp in debug messages + + + Default: false + + + + + + + + + Options usable in SERVICE and DOMAIN sections + + + + 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 + + + + + + + + SPECIAL SECTIONS @@ -278,45 +340,6 @@ These options can be used to configure any service. - - debug_level (integer) - - - - debug_timestamps (bool) - - - Add a timestamp to the debug messages - - - Default: true - - - - - debug_microseconds (bool) - - - Add microseconds to the timestamp in debug messages - - - Default: false - - - - - 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) -- cgit