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/providers/ldap/sdap.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/providers/ldap/sdap.h') diff --git a/src/providers/ldap/sdap.h b/src/providers/ldap/sdap.h index 932abca4d..e053210af 100644 --- a/src/providers/ldap/sdap.h +++ b/src/providers/ldap/sdap.h @@ -176,6 +176,9 @@ enum sdap_basic_opt { SDAP_ENTRY_CACHE_TIMEOUT, SDAP_TLS_CACERT, SDAP_TLS_CACERTDIR, + SDAP_TLS_CERT, + SDAP_TLS_KEY, + SDAP_TLS_CIPHER_SUITE, SDAP_ID_TLS, SDAP_SASL_MECH, SDAP_SASL_AUTHID, -- cgit