mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

dugan
10.54.2007 ad0b870a9da22365561ff9c6d6d05fda23e7bdf8
refs
author dugan <dugan@localhost>
Tuesday, July 10, 2007 00:54 +0200
committer dugan <dugan@localhost>
Tuesday, July 10, 2007 00:54 +0200
commitad0b870a9da22365561ff9c6d6d05fda23e7bdf8
tree cec7972091b10256bc3bb185d253567ecbc1067a tree | zip | gz
parent 1b481b5eaabfc0690bb13f0a2caaef1becf2110b view | diff
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.
1 files added
3 files modified
175 ■■■■ changed files
opendj-sdk/opends/resource/config/config.ldif 1 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/resource/schema/02-config.ldif 9 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/AttributeTypeDescriptionAttributeSyntaxConfiguration.xml 74 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/schema/AttributeTypeSyntax.java 91 ●●●● diff | view | raw | blame | history