-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Tracked as #255

Assorted manpage fixes, found by David during his review of documentation.

* do not mention the sbus_timeout parameter at all
* document the config_file_version parameter
* different wording for negative cache

        Jakub
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

iEYEARECAAYFAkr4EmcACgkQHsardTLnvCVPVgCg3aO/x/K+rKMhfE+BQ5mGMHDC
pFQAoNgaIESbOcgLsNUs5Vn59ktSXaZv
=cDZq
-----END PGP SIGNATURE-----
>From 192de02aabd84be52e962b6a8aef3c367d4f8348 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhro...@redhat.com>
Date: Wed, 4 Nov 2009 15:01:42 +0100
Subject: [PATCH] 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 files changed, 14 insertions(+), 27 deletions(-)

diff --git a/server/man/sssd.conf.5.xml b/server/man/sssd.conf.5.xml
index c928f0b..5fcfae8 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
-- 
1.6.2.5

_______________________________________________
sssd-devel mailing list
sssd-devel@lists.fedorahosted.org
https://fedorahosted.org/mailman/listinfo/sssd-devel

Reply via email to