From fba08ceb9fb8a71f0a86dfcf8902b09a84a70211 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 6 Jun 2011 15:05:16 -0400 Subject: Add ipa_hbac_refresh option This option describes the time between refreshes of the HBAC rules on the IPA server. --- src/providers/ipa/ipa_common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/providers/ipa/ipa_common.h') diff --git a/src/providers/ipa/ipa_common.h b/src/providers/ipa/ipa_common.h index 92280623..26e13456 100644 --- a/src/providers/ipa/ipa_common.h +++ b/src/providers/ipa/ipa_common.h @@ -50,6 +50,7 @@ enum ipa_basic_opt { IPA_DYNDNS_IFACE, IPA_HBAC_SEARCH_BASE, IPA_KRB5_REALM, + IPA_HBAC_REFRESH, IPA_OPTS_BASIC /* opts counter */ }; -- cgit