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

dugan
10.54.2007 36d4f701f6a7ff14626af42259686f2751ac1d0f
refs
author dugan <dugan@localhost>
Tuesday, July 10, 2007 00:54 +0200
committer dugan <dugan@localhost>
Tuesday, July 10, 2007 00:54 +0200
commit36d4f701f6a7ff14626af42259686f2751ac1d0f
tree 49e974ebc359c9804de9529a9e2cda469b4e9067 tree | zip | gz
parent 06fb11343c48ecbbceed1539c026c867dd5e4bec 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
opends/resource/config/config.ldif 1 ●●●● diff | view | raw | blame | history
opends/resource/schema/02-config.ldif 9 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/AttributeTypeDescriptionAttributeSyntaxConfiguration.xml 74 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/schema/AttributeTypeSyntax.java 91 ●●●● diff | view | raw | blame | history