LdapSubjAttrMap Plug-in Module
Chapter
5
Mapper Plug-in Modules
263
LdapUserCertMap Mapper
The rule named
LdapUserCertMap
is an instance of the
LdapSimpleMap
module.
The Certificate Manager automatically creates this mapper during installation.
You can use this mapper for mapping end-user certificates to users’ directory
entries. The default DN pattern for locating end-user entries is as follows:
UID=$subj.UID, OU=people, O=$subj.o
The default pattern indicates that the Certificate Manager should use the
UID
and
O
values from the certificate subject name and a constant
OU=people
to construct the
DN pattern in order to search for an entry.
For example, if the certificate subject name is
CN=Jane Doe, UID=jdoe, OU=people, O=Example Corporation, C=US
the Certificate Manager will construct the following DN to search the directory for
the entry:
UID=jdoe, OU=people, O=Example Corporation
LdapSubjAttrMap Plug-in Module
The
LdapSubjAttrMap
plug-in module implements the subject attribute mapper.
This mapper enables you to configure a Certificate Manager to map a certificate to
an LDAP directory entry by using the LDAP attribute named
certSubjectDN
.
Note that for you to be able to use this mapper, your directory entries must include
the
certSubjectDN
attribute.
This mapper requires you to specify the exact pattern of the subject DN because the
Certificate Manager searches the directory for the
certSubjectDN
attribute whose
value exactly matches the entire subject DN specified in the mapper configuration.
For example, assume the certificate subject name is this:
UID=jdoe, O=Example Corporation, C=US
When searching the directory for the entry, the Certificate Manager first searches
for entries that have these attributes in common
certSubjectDN=UID=jdoe, O=Example Corporation, C=US
and then narrows down the search to an entry that has only this:
certSubjectDN=UID=jdoe, O=Example Corporation, C=US
Summary of Contents for Certificate Management System 6.0
Page 1: ...Plug Ins Guide Netscape Certificate Management System Version6 0 March 2002...
Page 10: ...10 Netscape Certificate Management System Plug Ins Guide March 2002...
Page 62: ...Enrollment Forms 62 Netscape Certificate Management System Plug Ins Guide March 2002...
Page 308: ...NTEventLog Plug in Module 308 Netscape Certificate Management System Plug Ins Guide March 2002...