Configuration Reference Home
OpenDJ - Certificate Attribute Syntax

Certificate Attribute Syntax

Certificate Attribute Syntaxes define an attribute syntax for storing X.509 Certificates.

Parent Component

The Certificate Attribute Syntax component inherits from the Attribute Syntax

Properties

A description of each property follows.


Basic Properties: Advanced Properties:
↓ enabled ↓ java-class
↓ strict-format

Basic Properties

enabled

Description
Indicates whether the Attribute Syntax is enabled.
Default Value
None
Allowed Values
true
false
Multi-valued
No
Required
Yes
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 Certificate Attribute Syntax implementation.
Default Value
org.opends.server.schema.CertificateSyntax
Allowed Values
A java class that implements or extends the class(es) :
org.opends.server.api.AttributeSyntax
Multi-valued
No
Required
Yes
Admin Action Required
The Certificate Attribute Syntax must be disabled and re-enabled for changes to this setting to take effect
Advanced Property
Yes
Read-only
Yes

strict-format

Description
Indicates whether or not X.509 Certificate values are required to strictly comply with the standard definition for this syntax. When set to false, certificates will not be validated and, as a result any sequence of bytes will be acceptable.
Default Value
true
Allowed Values
true
false
Multi-valued
No
Required
No
Admin Action Required
None
Advanced Property
Yes
Read-only
No