]> granicus.if.org Git - curl/commitdiff
for now comment the tls_start section...
authorGunter Knauf <gk@gknw.de>
Wed, 22 Aug 2007 10:14:57 +0000 (10:14 +0000)
committerGunter Knauf <gk@gknw.de>
Wed, 22 Aug 2007 10:14:57 +0000 (10:14 +0000)
lib/ldap.c

index 73d3ac0f942544cc3e4108268359cdc0c1e9dd03..20d288871abedd75dc03395a3399d2a139c04c48 100644 (file)
@@ -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 */