[Date Prev][Date Next] [Chronological] [Thread] [Top]

ldap_set_option



I am working on authentication via SSL. I am using the ldap_set_option to set the path to the certificate file. I am able to successfully authenticate when using the

int rc = ldap_set_option(NULL, LDAP_OPT_X_TLS_CACERTFILE, "C:\\Cert.cer");

However I need to use a .p7b database of all the cert files instead. Is there any option to use a .p7b file instead of a .cer file.

Thanks
Sangita