From 3c13b616108d4c0a413380ba72189947898eee57 Mon Sep 17 00:00:00 2001 From: Tyson Whitehead Date: Wed, 19 Jan 2011 15:22:49 -0500 Subject: Add ldap_tls_{cert,key,cipher_suite} config options Signed-off-by: Stephen Gallagher --- src/config/SSSDConfig.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/config/SSSDConfig.py') diff --git a/src/config/SSSDConfig.py b/src/config/SSSDConfig.py index 98a5ddad..9c61f06f 100644 --- a/src/config/SSSDConfig.py +++ b/src/config/SSSDConfig.py @@ -127,6 +127,9 @@ option_strings = { 'ldap_force_upper_case_realm' : _('Use only the upper case for realm names'), 'ldap_tls_cacert' : _('File that contains CA certificates'), 'ldap_tls_cacertdir' : _('Path to CA certificate directory'), + 'ldap_tls_cert' : _('File that contains the client certificate'), + 'ldap_tls_key' :_('File that contains the client key'), + 'ldap_tls_cipher_suite' :_('List of possible ciphers suites'), '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