[SSSD] [PATCH] Man page fixes

Jakub Hrozek jhrozek at redhat.com
Wed Apr 18 11:58:33 UTC 2012


On Wed, Apr 18, 2012 at 01:45:09PM +0200, Jan Zelený wrote:
> > [PATCH 1/2] MAN: timeout can be specified for services, too
> > The manual page claimed the option only worked for domains
> 
> Nack, please replace the "backend" word, it is a bit confusing since it is 
> related to generic service, not only backend.
> 

Oops, I only replaced the first occurence of backend. Thanks, new
patches are attached.

> > [PATCH 2/2] MAN: document the hostid and autofs providers
> > They were left out
> 
> Ack
> 
> Jan
-------------- next part --------------
>From 11dc9b139d360e9d807b9ba12afaf69ddb3d3cd0 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhrozek at redhat.com>
Date: Mon, 16 Apr 2012 10:04:35 +0200
Subject: [PATCH 1/2] MAN: timeout can be specified for services, too

---
 src/man/sssd.conf.5.xml |   27 +++++++++++++--------------
 1 files changed, 13 insertions(+), 14 deletions(-)

diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml
index 63e396a545f04b28b1bfb0ccc69b454aa83686e9..2f0119a20be3b4506bd2314c46756902a21cbc47 100644
--- a/src/man/sssd.conf.5.xml
+++ b/src/man/sssd.conf.5.xml
@@ -254,6 +254,19 @@
                     </listitem>
                 </varlistentry>
                 <varlistentry>
+                    <term>timeout (integer)</term>
+                    <listitem>
+                        <para>
+                            Timeout in seconds between heartbeats for this
+                            service.  This is used to ensure that the process
+                            is alive and capable of answering requests.
+                        </para>
+                        <para>
+                            Default: 10
+                        </para>
+                    </listitem>
+                </varlistentry>
+                <varlistentry>
                     <term>reconnection_retries (integer)</term>
                     <listitem>
                         <para>
@@ -721,20 +734,6 @@
                 </varlistentry>
 
                 <varlistentry>
-                    <term>timeout (integer)</term>
-                    <listitem>
-                        <para>
-                            Timeout in seconds between heartbeats for this domain.
-                            This is used to ensure that the backend process is
-                            alive and capable of answering requests.
-                        </para>
-                        <para>
-                            Default: 10
-                        </para>
-                    </listitem>
-                </varlistentry>
-
-                <varlistentry>
                     <term>enumerate (bool)</term>
                     <listitem>
                         <para>
-- 
1.7.7.6

-------------- next part --------------
>From d6a346736e3ccee8609925a927a5a606d3b90cbb Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhrozek at redhat.com>
Date: Mon, 16 Apr 2012 10:56:55 +0200
Subject: [PATCH 2/2] MAN: document the hostid and autofs providers

---
 src/man/sssd.conf.5.xml |   60 +++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 60 insertions(+), 0 deletions(-)

diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml
index 2f0119a20be3b4506bd2314c46756902a21cbc47..8f7ee2943b63acb9dceeb59cb90d25e84d82ef21 100644
--- a/src/man/sssd.conf.5.xml
+++ b/src/man/sssd.conf.5.xml
@@ -1068,6 +1068,66 @@
                     </listitem>
                 </varlistentry>
 
+                <varlistentry condition="with_autofs">
+                    <term>autofs_provider (string)</term>
+                    <listitem>
+                        <para>
+                            <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="include/experimental.xml" />
+                        </para>
+                        <para>
+                            The autofs provider used for the domain.
+                            Supported autofs providers are:
+                        </para>
+                        <para>
+                            <quote>ldap</quote> to load maps stored in LDAP. See
+                            <citerefentry>
+                                <refentrytitle>sssd-ldap</refentrytitle>
+                                <manvolnum>5</manvolnum>
+                            </citerefentry> for more information on configuring LDAP.
+                        </para>
+                        <para>
+                            <quote>ipa</quote> to load maps stored in an IPA
+                            server. See
+                            <citerefentry>
+                                <refentrytitle>sssd-ipa</refentrytitle>
+                                <manvolnum>5</manvolnum>
+                            </citerefentry> for more information on configuring IPA.
+                        </para>
+                        <para>
+                            <quote>none</quote> disables autofs explicitly.
+                        </para>
+                        <para>
+                            Default: The value of <quote>id_provider</quote> is used if it
+                            is set.
+                        </para>
+                    </listitem>
+                </varlistentry>
+
+                <varlistentry>
+                    <term>hostid_provider (string)</term>
+                    <listitem>
+                        <para>
+                            The provider used for retreiving host identity information.
+                            Supported hostid providers are:
+                        </para>
+                        <para>
+                            <quote>ipa</quote> to load host identity stored in an IPA
+                            server. See
+                            <citerefentry>
+                                <refentrytitle>sssd-ipa</refentrytitle>
+                                <manvolnum>5</manvolnum>
+                            </citerefentry> for more information on configuring IPA.
+                        </para>
+                        <para>
+                            <quote>none</quote> disables hostid explicitly.
+                        </para>
+                        <para>
+                            Default: The value of <quote>id_provider</quote> is used if it
+                            is set.
+                        </para>
+                    </listitem>
+                </varlistentry>
+
                 <varlistentry>
                     <term>lookup_family_order (string)</term>
                     <listitem>
-- 
1.7.7.6



More information about the sssd-devel mailing list