From 5b4f50857a3f1e4c75bf1118858776735f0e2177 Mon Sep 17 00:00:00 2001 From: Gunter Knauf Date: Wed, 22 Aug 2007 10:14:57 +0000 Subject: for now comment the tls_start section... --- lib/ldap.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/ldap.c b/lib/ldap.c index 73d3ac0f9..20d288871 100644 --- a/lib/ldap.c +++ b/lib/ldap.c @@ -235,6 +235,7 @@ CURLcode Curl_ldap(struct connectdata *conn, bool *done) status = CURLE_SSL_CERTPROBLEM; goto quit; } +/* rc = ldap_start_tls_s(server, NULL, NULL); if (rc != LDAP_SUCCESS) { failf(data, "LDAP local: ERROR starting SSL/TLS mode: %s", @@ -242,6 +243,7 @@ CURLcode Curl_ldap(struct connectdata *conn, bool *done) status = CURLE_SSL_CERTPROBLEM; goto quit; } +*/ #else /* we should probably never come up to here since configure should check in first place if we can support LDAP SSL/TLS */ -- cgit v1.2.3