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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dclientinit.c408 ldapssl_clientauth_init( const char *certdbpath, void *certdbhandle, function
419 * LDAPDebug(LDAP_DEBUG_TRACE, "ldapssl_clientauth_init\n",0 ,0 ,0);
702 * ldapssl_clientauth_init().
708 return( ldapssl_clientauth_init( certdbpath, certdbhandle,
713 * ldapssl_clientauth_init(). This function allows the sslstrength
739 return( ldapssl_clientauth_init( certdbpath, certdbhandle,
780 if ( ldapssl_clientauth_init( certdbpath, NULL, 1, keydbpath, NULL ) < 0 ) {

Completed in 44 milliseconds