summaryrefslogtreecommitdiffstats
path: root/src/providers/ad/ad_srv.h
diff options
context:
space:
mode:
authorPavel Březina <pbrezina@redhat.com>2017-11-01 14:57:17 +0100
committerPavel Březina <pbrezina@redhat.com>2017-11-01 14:57:51 +0100
commita17bd7788afb2fed5f1579f223800be272e172ae (patch)
treed6fd67a0f1e1ac2e6be37baa1719d9dc6197858f /src/providers/ad/ad_srv.h
parent6f7581ea221ac5a93411f5e528ca6b5a89ca1e99 (diff)
downloadsssd-a17bd7788afb2fed5f1579f223800be272e172ae.tar.gz
sssd-a17bd7788afb2fed5f1579f223800be272e172ae.tar.xz
sssd-a17bd7788afb2fed5f1579f223800be272e172ae.zip
AD: Remember last site discovered in sysdbadsite
This can speed up sssd startup. Resolves: https://pagure.io/SSSD/sssd/issue/3265
Diffstat (limited to 'src/providers/ad/ad_srv.h')
-rw-r--r--src/providers/ad/ad_srv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/providers/ad/ad_srv.h b/src/providers/ad/ad_srv.h
index ae5efe447..fddef6867 100644
--- a/src/providers/ad/ad_srv.h
+++ b/src/providers/ad/ad_srv.h
@@ -25,6 +25,7 @@ struct ad_srv_plugin_ctx;
struct ad_srv_plugin_ctx *
ad_srv_plugin_ctx_init(TALLOC_CTX *mem_ctx,
+ struct be_ctx *be_ctx,
struct be_resolv_ctx *be_res,
enum host_database *host_dbs,
struct sdap_options *opts,