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/config/etc/sssd.api.d/sssd-ipa.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config/etc/sssd.api.d/sssd-ipa.conf') diff --git a/src/config/etc/sssd.api.d/sssd-ipa.conf b/src/config/etc/sssd.api.d/sssd-ipa.conf index 20eb71f4c..6094a47d4 100644 --- a/src/config/etc/sssd.api.d/sssd-ipa.conf +++ b/src/config/etc/sssd.api.d/sssd-ipa.conf @@ -7,6 +7,7 @@ ipa_dyndns_iface = str, None, false ipa_hbac_search_base = str, None, false ipa_host_search_base = str, None, false ipa_subdomains_search_base = str, None, false +ipa_master_domain_search_base = str, None, false ldap_uri = str, None, false ldap_search_base = str, None, false ldap_schema = str, None, false -- cgit