Configuration Reference Home
OpenDJ Server - Core Schema

Core Schema

Core Schema define the core schema elements to load.

Core schema provider configuration.

Parent Component

The Core Schema component inherits from the Schema Provider

Properties

A description of each property follows.


Basic Properties: Advanced Properties:
↓ disabled-matching-rule ↓ allow-zero-length-values-directory-string
↓ disabled-syntax ↓ java-class
↓ enabled ↓ strict-format-country-string
↓ strip-syntax-min-upper-bound-attribute-type-description

Basic Properties

disabled-matching-rule

Description
The set of disabled matching rules.Matching rules must be specified using the syntax: OID, or use the default value 'NONE' to specify no value.
Default Value
NONE
Allowed Values
The OID of the disabled matching rule.
Multi-valued
Yes
Required
No
Admin Action Required
None
Advanced Property
No
Read-only
No

disabled-syntax

Description
The set of disabled syntaxes.Syntaxes must be specified using the syntax: OID, or use the default value 'NONE' to specify no value.
Default Value
NONE
Allowed Values
The OID of the disabled syntax, or NONE
Multi-valued
Yes
Required
No
Admin Action Required
None
Advanced Property
No
Read-only
No

enabled

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


Advanced Properties

allow-zero-length-values-directory-string

Description
Indicates whether zero-length (that is, an empty string) values are allowed for directory string.This is technically not allowed by the revised LDAPv3 specification, but some environments may require it for backward compatibility with servers that do allow it.
Default Value
false
Allowed Values
true
false
Multi-valued
No
Required
No
Admin Action Required
None
Advanced Property
Yes
Read-only
No

java-class

Description
Specifies the fully-qualified name of the Java class that provides the Core Schema implementation.
Default Value
org.opends.server.schema.CoreSchemaProvider
Allowed Values
A java class that implements or extends the class(es) :
org.opends.server.schema.SchemaProvider
Multi-valued
No
Required
Yes
Admin Action Required
None
Advanced Property
Yes
Read-only
No

strict-format-country-string

Description
Indicates whether country code values are required to strictly comply with the standard definition for this syntax.When set to false, country codes will not be validated and, as a result any string containing 2 characters 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

strip-syntax-min-upper-bound-attribute-type-description

Description
Indicates whether the suggested minimum upper bound appended to an attribute's syntax OID in it's schema definition Attribute Type Description is stripped off.When retrieving the server's schema, some APIs (JNDI) fail in their syntax lookup methods, because they do not parse this value correctly. This configuration option allows the server to be configured to provide schema definitions these APIs can parse correctly.
Default Value
false
Allowed Values
true
false
Multi-valued
No
Required
No
Admin Action Required
None
Advanced Property
Yes
Read-only
No