Home
last modified time | relevance | path

Searched refs:LDAP_OPT_SSL (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetoption.c110 case LDAP_OPT_SSL: in ldap_get_option()
H A Dsetoption.c130 case LDAP_OPT_SSL: in ldap_set_option()
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dldapsinit.c215 LDAP_OPT_SSL, defsecure ? LDAP_OPT_ON : LDAP_OPT_OFF ) != 0 ) { in ldapssl_init()
1086 if ( ldap_set_option( ld, LDAP_OPT_SSL, LDAP_OPT_OFF ) < 0 ) { in ldapssl_reset_to_nonsecure()
H A Dclientinit.c810 if ( ldap_set_option( ld, LDAP_OPT_SSL, in ldapssl_enableSSL_on_open_connection()
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dsolaris-int.h330 #define LDAP_OPT_SSL 0x0A /* 10 - API extension */ macro