Table of Contents | Previous | Next | Index

Netscape Directory SDK 3.0 for C Programmer’s Guide
     Chapter 18 Functions

ldapssl_enable_clientauth()

Enables your application to use client authentication.

Syntax

#include <ldap_ssl.h>
int ldapssl_enable_clientauth( LDAP *ld, char *keynickname,
   char *keypasswd, char *certnickname );

Parameters

This function has the following parameters:

ld

Connection handle, which is a pointer to an LDAP structure containing information about the connection to the LDAP server.

keynickname

This parameter is not currently used. Pass an empty string ("") for this value.

keypasswd

Password to the encrypted private key database.

certnickname

Nickname of the certificate that you want to use for client authentication.

Returns

One of the following values:

See Also

ldapssl_clientauth_init().


Table of Contents | Previous | Next | Index

Last Updated: 10/01/98 17:06:23