diff options
author | Sumit Bose <sbose@redhat.com> | 2011-12-16 12:19:59 +0100 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-04-24 09:19:43 -0400 |
commit | fe1ac2443811a7125f2ddd0382a3f437f20377de (patch) | |
tree | c882be657785de91e05f030cf245f4c71e26a6a0 /src/man/sssd.conf.5.xml | |
parent | 10894343a975174b7efe5a178641df71c7ef9f57 (diff) | |
download | sssd-fe1ac2443811a7125f2ddd0382a3f437f20377de.tar.gz sssd-fe1ac2443811a7125f2ddd0382a3f437f20377de.tar.xz sssd-fe1ac2443811a7125f2ddd0382a3f437f20377de.zip |
data provider: added subdomains
Diffstat (limited to 'src/man/sssd.conf.5.xml')
-rw-r--r-- | src/man/sssd.conf.5.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index 32966e8bc..f14d9a6f3 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> |