certmap.conf
file. Call this function and the
ldapu_certmap_info_attrval()
function if you want to get the value of a setting for a CA in the certmap.conf
file. NSAPI_PUBLIC
int ldapu_issuer_certinfo (const char *issuerDN,
void **certmap_info);
LDAPU_SUCCESS
, if the function was successful.
ldapu_err2string()
to get more information on the problem.)certmap.conf
file. You can pass the handle of this structure to the
ldapu_certmap_info_attrval()
function to get information from a CA's entry in the certmap.conf
file.
Do not free the certmap_info
structure.
ldapu_certmap_info_attrval()
.