From 1360b4f4d6e948023daeda8787f575e7f8117444 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/config/etc/sssd.api.d/sssd-ipa.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config/etc/sssd.api.d/sssd-ipa.conf') diff --git a/src/config/etc/sssd.api.d/sssd-ipa.conf b/src/config/etc/sssd.api.d/sssd-ipa.conf index 752222508..b1ca5027b 100644 --- a/src/config/etc/sssd.api.d/sssd-ipa.conf +++ b/src/config/etc/sssd.api.d/sssd-ipa.conf @@ -102,6 +102,7 @@ krb5_renew_interval = int, None, false krb5_use_fast = str, None, false [provider/ipa/access] +ipa_hbac_refresh = int, None, false [provider/ipa/chpass] -- cgit