diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2010-03-18 16:10:33 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-03-18 16:11:56 -0400 |
commit | a4eafac6a66460ed234babfb105084173b7491d0 (patch) | |
tree | 80ee94f065acfee7c3318e112b587a4887a02a5e /src | |
parent | 5551faf5c594b1f74768f91e1520096305b16ae2 (diff) | |
download | sssd-a4eafac6a66460ed234babfb105084173b7491d0.tar.gz sssd-a4eafac6a66460ed234babfb105084173b7491d0.tar.bz2 sssd-a4eafac6a66460ed234babfb105084173b7491d0.zip |
Add translated help text for ldap_tls_cacertdir
Diffstat (limited to 'src')
-rw-r--r-- | src/config/SSSDConfig.py | 3 |
1 files changed, 2 insertions, 1 deletions
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'), |