diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2010-03-31 09:22:49 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-03-31 09:23:40 -0400 |
commit | b620ff89f7ba1f2b03e38625d6f41d4dda98108d (patch) | |
tree | 9bb86898038c3e8de0e476a80dddbc415cb8def8 | |
parent | 80c8a4f94d54b23bce206fdd75ff2648977ce271 (diff) | |
download | sssd-b620ff89f7ba1f2b03e38625d6f41d4dda98108d.tar.gz sssd-b620ff89f7ba1f2b03e38625d6f41d4dda98108d.tar.xz sssd-b620ff89f7ba1f2b03e38625d6f41d4dda98108d.zip |
Fix typo in ldap_id_use_start_tls option description
-rw-r--r-- | src/config/SSSDConfig.py | 2 |
1 files changed, 1 insertions, 1 deletions
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'), |