#include <ldap_ssl.h>
int ldapssl_enable_clientauth( LDAP *ld, char *keynickname,
char *keypasswd, char *certnickname );
ld |
Connection handle, which is a pointer to an |
keynickname | This parameter is not currently used. Pass an empty string ("") for this value. |
keypasswd | |
certnickname | Nickname of the certificate that you want to use for client authentication. |
ldapssl_clientauth_init().
Last Updated: 10/01/98 17:06:23