Define the configuration option "ds-cfg-strip-syntax-minimum-upper-bound" to strip the
suggested minimum upper bound value from the schema definition attribute type description
syntax oid. For example:
attributeTypes: ( 2.5.4.41 NAME 'name' EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768}
X-ORIGIN 'RFC 4519' )
to
attributeTypes: ( 2.5.4.41 NAME 'name' EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
X-ORIGIN 'RFC 4519' )
Setting this option to true will strip these values. The default behavior is to return
the value. The server must be rebooted after the value has been changed.
This is to provide a server work around for a bug in the JNDI
getAttributeSyntaxDefinition method that incorrectly uses the value as part of the
syntax name.