From fe1ac2443811a7125f2ddd0382a3f437f20377de Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Fri, 16 Dec 2011 12:19:59 +0100 Subject: data provider: added subdomains --- src/man/sssd.conf.5.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'src/man') 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 @@ + + subdomains_provider (string) + + + The provider which should handle fetching of subdomains. + This value should be always the same as id_provider. + Supported subdomain providers are: + + + ipa to load a list of subdomains + from an IPA server. See + + sssd-ipa + 5 + for more information on configuring IPA. + + + none disallows fetching subdomains explicitly. + + + Default: none + + + autofs_provider (string) -- cgit