summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2012-04-16 10:56:55 +0200
committerStephen Gallagher <sgallagh@redhat.com>2012-04-18 10:43:22 -0400
commitb53ef70bdee1aa1cc8c9a21816e53d7581db5d96 (patch)
treeac4b650adc19e12839b4eed86e4eade2ff1d3315
parent41dc943aa6f06c1e53a4da09c470503116b30727 (diff)
downloadsssd-b53ef70bdee1aa1cc8c9a21816e53d7581db5d96.tar.gz
sssd-b53ef70bdee1aa1cc8c9a21816e53d7581db5d96.tar.xz
sssd-b53ef70bdee1aa1cc8c9a21816e53d7581db5d96.zip
MAN: document the hostid and autofs providers
-rw-r--r--src/man/sssd.conf.5.xml60
1 files changed, 60 insertions, 0 deletions
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml
index 27a86baf5..f8705149b 100644
--- a/src/man/sssd.conf.5.xml
+++ b/src/man/sssd.conf.5.xml
@@ -1035,6 +1035,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>