summaryrefslogtreecommitdiffstats
path: root/src/providers/ipa/ipa_access.h
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2011-06-06 15:05:16 -0400
committerStephen Gallagher <sgallagh@redhat.com>2011-08-01 12:18:33 -0400
commitfba08ceb9fb8a71f0a86dfcf8902b09a84a70211 (patch)
treef6cd85fb61582778ea7378369b02d2b96fcaa1f5 /src/providers/ipa/ipa_access.h
parent7b02734a8d95cf2ed9a516081c42d8c92f0e7e9b (diff)
downloadsssd_unused-fba08ceb9fb8a71f0a86dfcf8902b09a84a70211.tar.gz
sssd_unused-fba08ceb9fb8a71f0a86dfcf8902b09a84a70211.tar.xz
sssd_unused-fba08ceb9fb8a71f0a86dfcf8902b09a84a70211.zip
Add ipa_hbac_refresh option
This option describes the time between refreshes of the HBAC rules on the IPA server.
Diffstat (limited to 'src/providers/ipa/ipa_access.h')
-rw-r--r--src/providers/ipa/ipa_access.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/providers/ipa/ipa_access.h b/src/providers/ipa/ipa_access.h
index da43fea2..2a6bdad5 100644
--- a/src/providers/ipa/ipa_access.h
+++ b/src/providers/ipa/ipa_access.h
@@ -43,10 +43,12 @@ struct ipa_access_ctx {
struct sdap_id_ctx *sdap_ctx;
struct dp_option *ipa_options;
struct time_rules_ctx *tr_ctx;
+ time_t last_update;
};
struct hbac_ctx {
struct sdap_id_ctx *sdap_ctx;
+ struct ipa_access_ctx *access_ctx;
struct sdap_id_op *sdap_op;
struct dp_option *ipa_options;
struct time_rules_ctx *tr_ctx;