Searched defs:defsecure (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dclientinit.c813 static int ldapssl_enableSSL_on_open_connection(LDAP *ld, int defsecure, argument
850 defsecure ? LDAP_OPT_ON : LDAP_OPT_OFF ) < 0 ) {
854 if ( ldapssl_import_fd( ld, defsecure ) < 0 ) {
906 ldapssl_tls_start_s(LDAP *ld,int defsecure, char *certdbpath, char *keydbpath, argument
971 if ( ldapssl_enableSSL_on_open_connection( ld, defsecure,

Completed in 34 milliseconds