summaryrefslogtreecommitdiffstats
path: root/src/providers/ipa/ipa_common.c
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2011-06-06 15:05:16 -0400
committerStephen Gallagher <sgallagh@redhat.com>2011-07-08 15:12:24 -0400
commit1360b4f4d6e948023daeda8787f575e7f8117444 (patch)
tree98186bb69450a40d123dea13ee57922b9bb8fd06 /src/providers/ipa/ipa_common.c
parent32a5516cc2822cf6ad9950278e3c9701a9389bb4 (diff)
downloadsssd-1360b4f4d6e948023daeda8787f575e7f8117444.tar.gz
sssd-1360b4f4d6e948023daeda8787f575e7f8117444.tar.xz
sssd-1360b4f4d6e948023daeda8787f575e7f8117444.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_common.c')
-rw-r--r--src/providers/ipa/ipa_common.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/providers/ipa/ipa_common.c b/src/providers/ipa/ipa_common.c
index 9972c3411..0995e0f1a 100644
--- a/src/providers/ipa/ipa_common.c
+++ b/src/providers/ipa/ipa_common.c
@@ -37,7 +37,8 @@ struct dp_option ipa_basic_opts[] = {
{ "ipa_dyndns_update", DP_OPT_BOOL, BOOL_FALSE, BOOL_FALSE },
{ "ipa_dyndns_iface", DP_OPT_STRING, NULL_STRING, NULL_STRING},
{ "ipa_hbac_search_base", DP_OPT_STRING, NULL_STRING, NULL_STRING},
- { "krb5_realm", DP_OPT_STRING, NULL_STRING, NULL_STRING}
+ { "krb5_realm", DP_OPT_STRING, NULL_STRING, NULL_STRING},
+ { "ipa_hbac_refresh", DP_OPT_NUMBER, { .number = 5 }, NULL_NUMBER }
};
struct dp_option ipa_def_ldap_opts[] = {