summaryrefslogtreecommitdiffstats
path: root/src/providers/ipa/ipa_subdomains.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/providers/ipa/ipa_subdomains.h')
-rw-r--r--src/providers/ipa/ipa_subdomains.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/providers/ipa/ipa_subdomains.h b/src/providers/ipa/ipa_subdomains.h
index 0c13f8ed2..e33bad92f 100644
--- a/src/providers/ipa/ipa_subdomains.h
+++ b/src/providers/ipa/ipa_subdomains.h
@@ -48,6 +48,7 @@ int ipa_subdom_init(struct be_ctx *be_ctx,
struct ipa_ad_server_ctx {
struct sss_domain_info *dom;
struct ad_id_ctx *ad_id_ctx;
+ time_t last_kt_check;
struct ipa_ad_server_ctx *next, *prev;
};
@@ -60,9 +61,13 @@ ipa_server_trusted_dom_setup_send(TALLOC_CTX *mem_ctx,
struct tevent_context *ev,
struct be_ctx *be_ctx,
struct ipa_id_ctx *id_ctx,
- struct sss_domain_info *subdom);
+ struct sss_domain_info *subdom,
+ time_t newer_than);
errno_t ipa_server_trusted_dom_setup_recv(struct tevent_req *req);
+/* Reset keytab check time after going online */
+void ipa_subdom_reset_trust(struct ipa_server_mode_ctx *server_mode);
+
/* To be used by ipa_subdomains.c only */
struct tevent_req *
ipa_server_create_trusts_send(TALLOC_CTX *mem_ctx,