From 29993ce4fbdf08f28077f4b6824c8b6b8d616cb8 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Wed, 12 Jan 2011 11:32:42 +0100 Subject: Add ldap_search_enumeration_timeout config option --- 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 d23641c9..b3861a55 100644 --- a/src/config/SSSDConfig.py +++ b/src/config/SSSDConfig.py @@ -140,6 +140,7 @@ option_strings = { # [provider/ldap/id] 'ldap_search_timeout' : _('Length of time to wait for a search request'), + 'ldap_enumeration_search_timeout' : _('Length of time to wait for a enumeration request'), 'ldap_enumeration_refresh_timeout' : _('Length of time between enumeration updates'), 'ldap_purge_cache_timeout' : _('Length of time between cache cleanups'), 'ldap_id_use_start_tls' : _('Require TLS for ID lookups'), -- cgit