From a4eafac6a66460ed234babfb105084173b7491d0 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 18 Mar 2010 16:10:33 -0400 Subject: Add translated help text for ldap_tls_cacertdir --- src/config/SSSDConfig.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/config') diff --git a/src/config/SSSDConfig.py b/src/config/SSSDConfig.py index 7dd90e78..d073a683 100644 --- a/src/config/SSSDConfig.py +++ b/src/config/SSSDConfig.py @@ -112,7 +112,8 @@ option_strings = { 'ldap_network_timeout' : _('Length of time to attempt connection'), 'ldap_opt_timeout' : _('Length of time to attempt synchronous LDAP operations'), 'ldap_offline_timeout' : _('Length of time between attempts to reconnect while offline'), - 'ldap_tls_cacert' : _('file that contains CA certificates'), + 'ldap_tls_cacert' : _('File that contains CA certificates'), + 'ldap_tls_cacertdir' : _('Path to CA certificate directory'), 'ldap_tls_reqcert' : _('Require TLS certificate verification'), 'ldap_sasl_mech' : _('Specify the sasl mechanism to use'), 'ldap_sasl_authid' : _('Specify the sasl authorization id to use'), -- cgit