From: Gunter Knauf Date: Wed, 22 Aug 2007 10:14:57 +0000 (+0000) Subject: for now comment the tls_start section... X-Git-Tag: curl-7_17_0~58 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5b4f50857a3f1e4c75bf1118858776735f0e2177;p=curl for now comment the tls_start section... --- 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 */