summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2009-11-04 15:01:42 +0100
committerStephen Gallagher <sgallagh@redhat.com>2009-11-09 13:50:29 -0500
commit35d0b225578e179b8c21f1eee59fcf075eb1f692 (patch)
tree05e1853fcd5e0b7752aaf1f38cbdbb4d77d46f0b /server
parent60d87f2d861f583c6b9d55b580deededcae7dba7 (diff)
downloadsssd-35d0b225578e179b8c21f1eee59fcf075eb1f692.tar.gz
sssd-35d0b225578e179b8c21f1eee59fcf075eb1f692.tar.xz
sssd-35d0b225578e179b8c21f1eee59fcf075eb1f692.zip
Assorted manpage fixes
* do not mention the sbus_timeout parameter at all * document the config_file_version parameter * different wording for negative cache
Diffstat (limited to 'server')
-rw-r--r--server/man/sssd.conf.5.xml41
1 files changed, 14 insertions, 27 deletions
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
@@ -69,6 +69,15 @@
<variablelist>
<title>Section parameters</title>
<varlistentry>
+ <term>config_file_version (integer)</term>
+ <listitem>
+ <para>
+ Indicates what is the syntax of the config
+ file. SSSD 0.6.0 and later use version 2.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term>services</term>
<listitem>
<para>
@@ -81,7 +90,7 @@
</listitem>
</varlistentry>
<varlistentry>
- <term>reconnection_retries</term>
+ <term>reconnection_retries (integer)</term>
<listitem>
<para>
Number of times services should attempt to
@@ -214,29 +223,6 @@
</variablelist>
</refsect2>
- <refsect2 id='Monitor'>
- <title>Monitor configuration options</title>
- <para>
- Monitor is the central controller of the SSSD. It is
- responsible for running all the other services that provide
- specific pieces of functionality.
- </para>
- <variablelist>
- <varlistentry>
- <term>sbus_timeout (string)</term>
- <listitem>
- <para>
- Specifies the timeout for messages sent over the SBUS.
- </para>
- <para>
- Default: -1 (implies a reasonable timeout as defined
- by the D-BUS library)
- </para>
- </listitem>
- </varlistentry>
- </variablelist>
- </refsect2>
-
<refsect2 id='NSS'>
<title>NSS configuration options</title>
<para>
@@ -292,9 +278,10 @@
<term>entry_negative_timeout (integer)</term>
<listitem>
<para>
- 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.
</para>
<para>
Default: 15