From 84c611c1b7c04cc7735ab54d4e5f48284b79e6fb Mon Sep 17 00:00:00 2001 From: Jan Zeleny Date: Tue, 15 May 2012 06:33:13 -0400 Subject: IPA subdomains - ask for information about master domain The query is performed only if there is missing information in the cache. That means this should be done only once after restart when cache doesn't exist. All subsequent requests for subdomains won't include the request for master domain. --- src/man/sssd-ipa.5.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'src/man/sssd-ipa.5.xml') diff --git a/src/man/sssd-ipa.5.xml b/src/man/sssd-ipa.5.xml index 9b8a140c..a0a57fb5 100644 --- a/src/man/sssd-ipa.5.xml +++ b/src/man/sssd-ipa.5.xml @@ -214,6 +214,25 @@ + + ipa_master_domain_search_base (string) + + + Optional. Use the given string as search base for + master domain object. + + + See ldap_search_base for + information about configuring multiple search + bases. + + + Default: the value of + cn=ad,cn=etc,%basedn + + + + krb5_validate (boolean) -- cgit