summaryrefslogtreecommitdiff
path: root/src/providers/ipa/ipa_subdomains.h
diff options
context:
space:
mode:
authorJan Zeleny <jzeleny@redhat.com>2012-05-15 06:33:13 -0400
committerStephen Gallagher <sgallagh@redhat.com>2012-06-10 15:45:42 -0400
commit84c611c1b7c04cc7735ab54d4e5f48284b79e6fb (patch)
tree003902da01986b7b5464a7f279146d8995b0f340 /src/providers/ipa/ipa_subdomains.h
parentd1b9cd8de7b10f5d54501aace8731db9abbcc0b1 (diff)
downloadsssd-84c611c1b7c04cc7735ab54d4e5f48284b79e6fb.tar.gz
sssd-84c611c1b7c04cc7735ab54d4e5f48284b79e6fb.tar.bz2
sssd-84c611c1b7c04cc7735ab54d4e5f48284b79e6fb.zip
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.
Diffstat (limited to 'src/providers/ipa/ipa_subdomains.h')
-rw-r--r--src/providers/ipa/ipa_subdomains.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/providers/ipa/ipa_subdomains.h b/src/providers/ipa/ipa_subdomains.h
index be62b152..76406f12 100644
--- a/src/providers/ipa/ipa_subdomains.h
+++ b/src/providers/ipa/ipa_subdomains.h
@@ -31,6 +31,7 @@
struct ipa_subdomains_ctx {
struct sdap_id_ctx *sdap_id_ctx;
struct sdap_search_base **search_bases;
+ struct sdap_search_base **master_search_bases;
};