From ff4b603cc14ea6ea15caaf89a03e927920124af4 Mon Sep 17 00:00:00 2001 From: Yassir Elley Date: Tue, 22 Jul 2014 14:19:35 -0400 Subject: AD-GPO: add ad_gpo_cache_timeout option Reviewed-by: Jakub Hrozek --- src/config/SSSDConfig/__init__.py.in | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config/SSSDConfig') diff --git a/src/config/SSSDConfig/__init__.py.in b/src/config/SSSDConfig/__init__.py.in index 91f94b52..c3482b3a 100644 --- a/src/config/SSSDConfig/__init__.py.in +++ b/src/config/SSSDConfig/__init__.py.in @@ -169,6 +169,7 @@ option_strings = { 'ad_access_filter' : _('LDAP filter to determine access privileges'), 'ad_enable_gc' : _('Whether to use the Global Catalog for lookups'), 'ad_gpo_access_control' : _('Operation mode for GPO-based access control'), + 'ad_gpo_cache_timeout' : _("The amount of time between lookups of the GPO policy files against the AD server"), # [provider/krb5] 'krb5_kdcip' : _('Kerberos server address'), -- cgit