From 35d0b225578e179b8c21f1eee59fcf075eb1f692 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Wed, 4 Nov 2009 15:01:42 +0100 Subject: Assorted manpage fixes * do not mention the sbus_timeout parameter at all * document the config_file_version parameter * different wording for negative cache --- server/man/sssd.conf.5.xml | 41 ++++++++++++++--------------------------- 1 file changed, 14 insertions(+), 27 deletions(-) (limited to 'server/man/sssd.conf.5.xml') diff --git a/server/man/sssd.conf.5.xml b/server/man/sssd.conf.5.xml index c928f0ba6..5fcfae83c 100644 --- a/server/man/sssd.conf.5.xml +++ b/server/man/sssd.conf.5.xml @@ -68,6 +68,15 @@ like the identity domains. Section parameters + + config_file_version (integer) + + + Indicates what is the syntax of the config + file. SSSD 0.6.0 and later use version 2. + + + services @@ -81,7 +90,7 @@ - reconnection_retries + reconnection_retries (integer) Number of times services should attempt to @@ -214,29 +223,6 @@ - - Monitor configuration options - - Monitor is the central controller of the SSSD. It is - responsible for running all the other services that provide - specific pieces of functionality. - - - - sbus_timeout (string) - - - Specifies the timeout for messages sent over the SBUS. - - - Default: -1 (implies a reasonable timeout as defined - by the D-BUS library) - - - - - - NSS configuration options @@ -292,9 +278,10 @@ entry_negative_timeout (integer) - How long should nss_sss cache negative cache hits - (that is, queries for invalid database entries, like - nonexistent ones) before asking the backend again + Specifies for how long nss_sss should cache + negative cache hits (that is, queries for + invalid database entries, like nonexistent ones) + before asking the back end again. Default: 15 -- cgit