Configuration Reference Home
Oracle Unified Directory - Subject Alternative Name To User Attribute Certificate Mapper

Subject Alternative Name To User Attribute Certificate Mapper

The Subject Alternative Name To User Attribute Certificate Mapper maps client certificates to user entries by mapping the values of alternative names contained in the certificate subject to attributes contained in user entries.

Parent Component

The Subject Alternative Name To User Attribute Certificate Mapper component inherits from the Certificate Mapper

Properties

A description of each property follows.


Basic Properties: Advanced Properties:
↓ enabled ↓ java-class
↓ subject-alternative-name-attribute-mapping
↓ user-base-dn

Basic Properties

enabled

Description
Indicates whether the Certificate Mapper is enabled.
Default Value
None
Allowed Values
true
false
Multi-valued
No
Required
Yes
Admin Action Required
None
Advanced Property
No
Read-only
No

subject-alternative-name-attribute-mapping

Description
Specifies a mapping between certificate alternative names and user attributes. Each value should be in the form "oid:userattr" where oid is the OID of the key used in the certificate subject and userattr is the name of the corresponding attribute in user entries. There may be multiple mappings defined, and when performing the mapping values for all attributes present in the certificate subject that have mappings defined must be present in the corresponding user entries.
Default Value
None
Allowed Values
A String
Multi-valued
Yes
Required
Yes
Admin Action Required
None
Advanced Property
No
Read-only
No

user-base-dn

Description
Specifies the base DNs that should be used when performing searches to map the client certificate to a user entry.
Default Value
The server will perform the search in all public naming contexts.
Allowed Values
A valid DN.
Multi-valued
Yes
Required
No
Admin Action Required
None
Advanced Property
No
Read-only
No


Advanced Properties

java-class

Description
Specifies the fully-qualified name of the Java class that provides the Subject Alternative Name To User Attribute Certificate Mapper implementation.
Default Value
org.opends.server.extensions.SubjectAlternativeNameToUserAttributeCertificateMapper
Allowed Values
A java class that implements or extends the class(es) :
org.opends.server.api.CertificateMapper
Multi-valued
No
Required
Yes
Admin Action Required
The Subject Alternative Name To User Attribute Certificate Mapper must be disabled and re-enabled for changes to this setting to take effect
Advanced Property
Yes
Read-only
No


Copyright © 2017, 2020, Oracle and/or its affiliates. All rights reserved.