summaryrefslogtreecommitdiffstats
path: root/src/man/sssd.conf.5.xml
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:23:56 -0400
commit421bf81e49f430f8fe5f1a58333edad1696372fb (patch)
tree41f07b29bbc94fd3e7df14b372356f07a052e1d3 /src/man/sssd.conf.5.xml
parent16f925f39f7428b2b1aaede44971bfbfcd151d3f (diff)
downloadsssd_unused-421bf81e49f430f8fe5f1a58333edad1696372fb.tar.gz
sssd_unused-421bf81e49f430f8fe5f1a58333edad1696372fb.tar.xz
sssd_unused-421bf81e49f430f8fe5f1a58333edad1696372fb.zip
MAN: document the hostid and autofs providers
Diffstat (limited to 'src/man/sssd.conf.5.xml')
-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 e009e2cf..1a8ae2bb 100644
--- a/src/man/sssd.conf.5.xml
+++ b/src/man/sssd.conf.5.xml
@@ -1052,6 +1052,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>