The Subject Equals DN Certificate Mapper maps client certificates to user entries based on the assumption that the certificate subject is the same as the DN of the target user entry.
The Subject Equals DN Certificate Mapper component inherits from the Certificate Mapper
A description of each property follows.
Basic Properties: | Advanced Properties: |
---|---|
↓ enabled | ↓ java-class |
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 |
Description | Specifies the fully-qualified name of the Java class that provides the Subject Equals DN Certificate Mapper implementation. |
Default Value | org.opends.server.extensions.SubjectEqualsDNCertificateMapper |
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 Equals DN Certificate Mapper must be disabled and re-enabled for changes to this setting to take effect |
Advanced Property | Yes |
Read-only | No |