diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2012-04-16 10:56:55 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-04-18 10:23:56 -0400 |
commit | 421bf81e49f430f8fe5f1a58333edad1696372fb (patch) | |
tree | 41f07b29bbc94fd3e7df14b372356f07a052e1d3 | |
parent | 16f925f39f7428b2b1aaede44971bfbfcd151d3f (diff) | |
download | sssd-421bf81e49f430f8fe5f1a58333edad1696372fb.tar.gz sssd-421bf81e49f430f8fe5f1a58333edad1696372fb.tar.xz sssd-421bf81e49f430f8fe5f1a58333edad1696372fb.zip |
MAN: document the hostid and autofs providers
-rw-r--r-- | 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 e009e2cf5..1a8ae2bb4 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> |