Searched refs:ldap_ssl (Results 1 – 4 of 4) sorted by relevance
318 int ldap_ssl = 0; in ldap_do() local350 ldap_ssl = 1; in ldap_do()352 ldap_ssl ? "encrypted" : "cleartext"); in ldap_do()375 if(ldap_ssl) { in ldap_do()523 if(!ldap_ssl && rc) { in ldap_do()754 if(ldap_ssl) in ldap_do()
367 /* Define to 1 if you have the ldap_ssl.h header file. */
327 dnl Check for compilable and valid ldap_ssl.h header331 AC_CACHE_CHECK([for ldap_ssl.h], [curl_cv_header_ldap_ssl_h], [354 #include <ldap_ssl.h>367 [Define to 1 if you have the ldap_ssl.h header file.])
1074 check_include_file("ldap_ssl.h" HAVE_LDAP_SSL_H)
Completed in 15 milliseconds