Home
last modified time | relevance | path

Searched refs:LDAP_SRV_OPT_SECURE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Drequest.c421 ( srv->lsrv_options & LDAP_SRV_OPT_SECURE ) != 0, in nsldapi_new_connection()
648 LDAP_SRV_OPT_SECURE ) ? "Yes" : in nsldapi_dump_connection()
1050 srv->lsrv_options |= LDAP_SRV_OPT_SECURE; in chase_one_referral()
H A Dopen.c602 srv->lsrv_options |= LDAP_SRV_OPT_SECURE; in nsldapi_open_ldap_defconn()
H A Durl.c462 srv->lsrv_options |= LDAP_SRV_OPT_SECURE; in ldap_url_search()
H A Dldap-int.h174 #define LDAP_SRV_OPT_SECURE 0x01 macro