NSAPI_PUBLIC
int ldapu_set_cert_verifyfn (const char *issuerDN,
CertVerifyFn_t verifyFn);
LDAPU_SUCCESS
, if the function was successful.
ldapu_err2string()
to get more information on the problem.)
The given CA must have an entry in the certmap.conf
file.
CertVerifyFn_t (Verification Function)
, CertMapInitFn_t (Init Function)
, ldapu_get_cert_verifyfn()
.