Searched refs:APR_LDAP_SSL (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/apr-util/include/
H A Dapr_ldap_option.h44 * Set SSL mode to one of APR_LDAP_NONE, APR_LDAP_SSL, APR_LDAP_STARTTLS
199 #define APR_LDAP_SSL 1 macro
/freebsd-12-stable/contrib/apr-util/ldap/
H A Dapr_ldap_init.c144 * APR_LDAP_SSL: SSL encryption (ldaps://)
166 *ldap = ldapssl_init(hostname, portno, secure == APR_LDAP_SSL);
178 if (secure == APR_LDAP_SSL)
H A Dapr_ldap_option.c219 * APR_LDAP_SSL: SSL encryption (ldaps://)
233 if (tls == APR_LDAP_SSL) {
275 if (tls == APR_LDAP_SSL) {
302 if (tls == APR_LDAP_SSL) {
344 else if (tls == APR_LDAP_SSL) {
/freebsd-12-stable/contrib/apr-util/test/
H A Dtestldap.c199 APR_LDAP_SSL, &(result));

Completed in 150 milliseconds