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/man/sssd-ldap.5.xml | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) (limited to 'src/man') diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index b133b3bc..58665eb4 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -909,6 +909,47 @@ + + ldap_tls_cert (string) + + + Specifies the file that contains the certificate + for the client's key. + + + Default: not set + + + + + + ldap_tls_key (string) + + + Specifies the file that contains the client's key. + + + Default: not set + + + + + + ldap_tls_cipher_suite (string) + + + Specifies acceptable cipher suites. Typically this + is a colon sperated list. See + ldap.conf + 5 for format. + + + Default: use OpenLDAP defaults, typically in + /etc/openldap/ldap.conf + + + + ldap_id_use_start_tls (boolean) -- cgit