Fingerprint Certificate Mapper

The Fingerprint Certificate Mapper maps client certificates to user entries by looking for the MD5 or SHA1 fingerprint in a specified attribute of user entries.

Parent

The Fingerprint Certificate Mapper object inherits from Certificate Mapper.

Properties

Use the --advanced option to access advanced properties.

Basic Properties

enabled

SynopsisIndicates whether the Certificate Mapper is enabled.
Default ValueNone
Allowed Valuestrue
false
Multi-valuedNo
RequiredYes
Admin Action RequiredNone
AdvancedNo
Read-OnlyNo

fingerprint-algorithm

SynopsisSpecifies the name of the digest algorithm to compute the fingerprint of client certificates.
Default ValueNone
Allowed Values

md5: Use the MD5 digest algorithm to compute certificate fingerprints.

sha1: Use the SHA-1 digest algorithm to compute certificate fingerprints.

Multi-valuedNo
RequiredYes
Admin Action RequiredNone
AdvancedNo
Read-OnlyNo

fingerprint-attribute

SynopsisSpecifies the attribute in which to look for the fingerprint.
DescriptionValues of the fingerprint attribute should exactly match the MD5 or SHA1 representation of the certificate fingerprint.
Default ValueNone
Allowed ValuesThe name of an attribute type defined in the LDAP schema.
Multi-valuedNo
RequiredYes
Admin Action RequiredNone
AdvancedNo
Read-OnlyNo

user-base-dn

SynopsisSpecifies the set of base DNs below which to search for users.
DescriptionThe base DNs are used when performing searches to map the client certificates to a user entry.
Default ValueThe server performs the search in all public naming contexts.
Allowed ValuesA valid DN.
Multi-valuedYes
RequiredNo
Admin Action RequiredNone
AdvancedNo
Read-OnlyNo

Advanced Properties

java-class

SynopsisSpecifies the fully-qualified name of the Java class that provides the Fingerprint Certificate Mapper implementation.
Default Valueorg.opends.server.extensions.FingerprintCertificateMapper
Allowed ValuesA Java class that extends or implements:
org.opends.server.api.CertificateMapper
Multi-valuedNo
RequiredYes
Admin Action RequiredThe object must be disabled and re-enabled for changes to take effect.
AdvancedYes
Read-OnlyNo