summaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2010-03-18 16:10:33 -0400
committerStephen Gallagher <sgallagh@redhat.com>2010-03-18 16:11:56 -0400
commita4eafac6a66460ed234babfb105084173b7491d0 (patch)
tree80ee94f065acfee7c3318e112b587a4887a02a5e /src/config
parent5551faf5c594b1f74768f91e1520096305b16ae2 (diff)
downloadsssd-a4eafac6a66460ed234babfb105084173b7491d0.tar.gz
sssd-a4eafac6a66460ed234babfb105084173b7491d0.tar.xz
sssd-a4eafac6a66460ed234babfb105084173b7491d0.zip
Add translated help text for ldap_tls_cacertdir
Diffstat (limited to 'src/config')
-rw-r--r--src/config/SSSDConfig.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config/SSSDConfig.py b/src/config/SSSDConfig.py
index 7dd90e787..d073a6832 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'),