From ad0b870a9da22365561ff9c6d6d05fda23e7bdf8 Mon Sep 17 00:00:00 2001 From: dugan <dugan@localhost> Date: Mon, 09 Jul 2007 22:54:35 +0000 Subject: [PATCH] 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: --- opendj-sdk/opends/resource/schema/02-config.ldif | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/opendj-sdk/opends/resource/schema/02-config.ldif b/opendj-sdk/opends/resource/schema/02-config.ldif index 4c40418..e3fd83d 100644 --- a/opendj-sdk/opends/resource/schema/02-config.ldif +++ b/opendj-sdk/opends/resource/schema/02-config.ldif @@ -1463,6 +1463,10 @@ attributeTypes: ( 1.3.6.1.4.1.26027.1.1.430 NAME 'ds-cfg-default-auth-password-storage-scheme' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' ) +attributeTypes: ( 1.3.6.1.4.1.26027.1.1.435 + NAME 'ds-cfg-strip-syntax-minimum-upper-bound' + SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE + X-ORIGIN 'OpenDS Directory Server' ) objectClasses: ( 1.3.6.1.4.1.26027.1.2.1 NAME 'ds-cfg-access-control-handler' SUP top STRUCTURAL MUST ( cn $ ds-cfg-acl-handler-class $ ds-cfg-acl-handler-enabled ) @@ -1479,6 +1483,11 @@ objectClasses: ( 1.3.6.1.4.1.26027.1.2.3 NAME 'ds-cfg-attribute-syntax' SUP top STRUCTURAL MUST ( cn $ ds-cfg-syntax-class $ ds-cfg-syntax-enabled ) X-ORIGIN 'OpenDS Directory Server' ) +objectClasses: ( 1.3.6.1.4.1.26027.1.2.116 + NAME 'ds-cfg-attribute-type-description-attribute-syntax' + SUP ds-cfg-attribute-syntax STRUCTURAL + MAY ( ds-cfg-strip-syntax-minimum-upper-bound ) + X-ORIGIN 'OpenDS Directory Server' ) objectClasses: ( 1.3.6.1.4.1.26027.1.2.4 NAME 'ds-cfg-telephone-number-attribute-syntax' SUP ds-cfg-attribute-syntax STRUCTURAL -- Gitblit v1.10.0