[SSSD] [PATCH] IPA subdomains - ask for information about master domain

Jakub Hrozek jhrozek at redhat.com
Wed May 30 14:26:08 UTC 2012


On Wed, May 30, 2012 at 12:34:26PM +0200, Jan Zelený wrote:
> This functionality will be utilized by PAC responder once it lands in the 
> master branch. One round of review already done by Sumit. Also the patch has 
> been tested together with the PAC responder.
> 
> 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. This is done to save time since it is not possible 
> to change this information once IPA server is installed.
> 
> https://fedorahosted.org/sssd/ticket/1351
> 
> Thanks
> Jan

Why is IPA_SUBDOMAINS_SEARCH_BASE set twice in ipa_get_id_options() ?

In which cases is the be_req->sysdb set and when not? Can you add a
comment?
+        sysdb = (be_req->sysdb)?be_req->sysdb:be_req->be_ctx->sysdb;

I always forget if we still keep documenting the low level IPA options such
as search bases..anyway, ipa_subdomains_search_base is included in configAPI
and manpage, but the newly added ipa_master_domain_search_base is not.



More information about the sssd-devel mailing list