summaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2011-12-16 12:19:59 +0100
committerStephen Gallagher <sgallagh@redhat.com>2012-04-24 09:19:43 -0400
commitfe1ac2443811a7125f2ddd0382a3f437f20377de (patch)
treec882be657785de91e05f030cf245f4c71e26a6a0 /src/man
parent10894343a975174b7efe5a178641df71c7ef9f57 (diff)
downloadsssd_unused-fe1ac2443811a7125f2ddd0382a3f437f20377de.tar.gz
sssd_unused-fe1ac2443811a7125f2ddd0382a3f437f20377de.tar.xz
sssd_unused-fe1ac2443811a7125f2ddd0382a3f437f20377de.zip
data provider: added subdomains
Diffstat (limited to 'src/man')
-rw-r--r--src/man/sssd.conf.5.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml
index 32966e8b..f14d9a6f 100644
--- a/src/man/sssd.conf.5.xml
+++ b/src/man/sssd.conf.5.xml
@@ -1093,6 +1093,30 @@
</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term>subdomains_provider (string)</term>
+ <listitem>
+ <para>
+ The provider which should handle fetching of subdomains.
+ This value should be always the same as id_provider.
+ Supported subdomain providers are:
+ </para>
+ <para>
+ <quote>ipa</quote> to load a list of subdomains
+ from an IPA server. See
+ <citerefentry>
+ <refentrytitle>sssd-ipa</refentrytitle>
+ <manvolnum>5</manvolnum>
+ </citerefentry> for more information on configuring IPA.
+ </para>
+ <para>
+ <quote>none</quote> disallows fetching subdomains explicitly.
+ </para>
+ <para>
+ Default: none
+ </para>
+ </listitem>
+ </varlistentry>
<varlistentry condition="with_autofs">
<term>autofs_provider (string)</term>