From ccba0d10b6baf5c73cae8cf4fb3f29f0f55c5a34 Mon Sep 17 00:00:00 2001 From: Gunter Knauf Date: Thu, 16 Aug 2007 14:08:47 +0000 Subject: added basic ldaps support; for now its ifdef'd with HAVE_LDAP_SSL unless we know its fully working, and available with all LDAP SDKs. Win32 requires to have the trusted CA in local keystore - I've not found yet a way to disable the cert check. --- lib/version.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/version.c') diff --git a/lib/version.c b/lib/version.c index 43b993694..de803babb 100644 --- a/lib/version.c +++ b/lib/version.c @@ -120,6 +120,9 @@ static const char * const protocols[] = { #endif #ifndef CURL_DISABLE_LDAP "ldap", +#ifdef HAVE_LDAP_SSL + "ldaps", +#endif #endif #ifndef CURL_DISABLE_HTTP "http", -- cgit v1.2.3