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/SSSDConfig/__init__.py.in | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config/SSSDConfig') diff --git a/src/config/SSSDConfig/__init__.py.in b/src/config/SSSDConfig/__init__.py.in index 6d5a25c19..1f59bd9cb 100644 --- a/src/config/SSSDConfig/__init__.py.in +++ b/src/config/SSSDConfig/__init__.py.in @@ -128,6 +128,7 @@ option_strings = { 'ipa_hbac_treat_deny_as' : _("If DENY rules are present, either DENY_ALL or IGNORE"), 'ipa_hbac_support_srchost' : _("If set to false, host argument given by PAM will be ignored"), 'ipa_automount_location' : _("The automounter location this IPA client is using"), + 'ipa_master_domain_search_base': _("Search base for object containing info about IPA domain"), # [provider/krb5] 'krb5_kdcip' : _('Kerberos server address'), -- cgit