From b620ff89f7ba1f2b03e38625d6f41d4dda98108d Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 31 Mar 2010 09:22:49 -0400 Subject: Fix typo in ldap_id_use_start_tls option description --- src/config/SSSDConfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config') diff --git a/src/config/SSSDConfig.py b/src/config/SSSDConfig.py index 84af11bf2..431dc2046 100644 --- a/src/config/SSSDConfig.py +++ b/src/config/SSSDConfig.py @@ -126,7 +126,7 @@ option_strings = { # [provider/ldap/id] 'ldap_search_timeout' : _('Length of time to wait for a search request'), 'ldap_enumeration_refresh_timeout' : _('Length of time between enumeration updates'), - 'ldap_id_use_start_tls' : _('Require TLS for ID lookups, false'), + 'ldap_id_use_start_tls' : _('Require TLS for ID lookups'), 'ldap_user_search_base' : _('Base DN for user lookups'), 'ldap_user_search_scope' : _('Scope of user lookups'), 'ldap_user_search_filter' : _('Filter for user lookups'), -- cgit