[Next]

Using the Certificate Mapping API

When a user authenticates to a Netscape server by sending a client certificate to the server, the server searches the user directory for the user's entry. If the entry is found, the server compares the certificate received against the certificate in the directory.

You can configure some parts of this process by editing the file <server_root>/userdb/certmap.conf. This file specifies:

For details on editing this file, see the online manual Managing Netscape Servers, which is provided with each Netscape server.

You can also configure this "certificate to directory entry" process programmatically. Netscape servers include a set of API functions (referred to here as the Certificate Mapping API functions) that allow you to control this process. You can write your own functions to customize the way in which certificate subject entries are found in the directory.

NOTE: In order to use this API, you need to have a copy of the Directory SDK. You can download a copy of this SDK from the Netscape DevEdge site at http:// developer.netscape.com/.
This document assumes that you are familiar with LDAP and certificate terminology and concepts. Some of the terms used in this section include:

For more information on LDAP concepts, see the Directory SDK Programmer's Guide, which is included with the Directory SDK.

The rest of this document describes how to use this API:


[Next]


Copyright ⌐ 1997 Netscape Communications Corporation