Skip to content
Snippets Groups Projects
Commit 5b4f5085 authored by Guenter Knauf's avatar Guenter Knauf
Browse files

for now comment the tls_start section...

parent 6f10a718
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment