From 51773686d354b82081830444c048706d83d43d65 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Thu, 12 Apr 2012 18:21:48 +0200 Subject: proxy: new option proxy_fast_alias --- src/config/SSSDConfig.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config/SSSDConfig.py') diff --git a/src/config/SSSDConfig.py b/src/config/SSSDConfig.py index 488220a67..f49879972 100644 --- a/src/config/SSSDConfig.py +++ b/src/config/SSSDConfig.py @@ -300,6 +300,7 @@ option_strings = { # [provider/proxy/id] 'proxy_lib_name' : _('The name of the NSS library to use'), + 'proxy_fast_alias' : _('Whether to look up canonical group name from cache if possible'), # [provider/proxy/auth] 'proxy_pam_target' : _('PAM stack to use') -- cgit