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

neil_a_wilson
02.53.2007 c2f22da813eb2ef89a11e7a4ab0930a571c23a7e
Make various corrections to schema elements, including:

- Replace a couple of errant uses of SUBSTRINGS with SUBSTR.

- Replace an errant "TOP" with "SUP top" in an object class definition.

- Insert a missing space between the last attribute name and the closing
parenthesis in the MAY list of an object class definition.
3 files modified
10 ■■■■ changed files
opendj-sdk/opends/resource/schema/03-rfc2739.ldif 2 ●●● patch | view | raw | blame | history
opendj-sdk/opends/resource/schema/03-uddiv3.ldif 2 ●●● patch | view | raw | blame | history
opendj-sdk/opends/resource/schema/04-rfc2307bis.ldif 6 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/resource/schema/03-rfc2739.ldif
@@ -65,7 +65,7 @@
  EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 USAGE userApplications
  X-ORIGIN 'RFC 2739' )
objectClasses: ( 1.2.840.113556.1.5.87 NAME 'calEntry' TOP AUXILIARY
objectClasses: ( 1.2.840.113556.1.5.87 NAME 'calEntry' SUP top AUXILIARY
  MAY ( calCalURI $ calFBURL $ calOtherCalURIs $ calOtherFBURLs $ calCAPURI $
  calOtherCAPURIs $ calCalAdrURI $ calOtherCalAdrURIs )
  X-ORIGIN 'RFC 2739' )
opendj-sdk/opends/resource/schema/03-uddiv3.ldif
@@ -237,7 +237,7 @@
  STRUCTURAL MUST ( uddiBindingKey ) MAY ( uddiServiceKey $ uddiDescription $
  uddiAccessPoint $ uddiHostingRedirector $ uddiCategoryBag $
  uddiv3BindingKey $ uddiv3ServiceKey $ uddiv3DigitalSignature $
  uddiv3EntityCreationTime $ uddiv3NodeId)
  uddiv3EntityCreationTime $ uddiv3NodeId )
  X-ORIGIN 'RFC 4403' )
objectClasses: ( 1.3.6.1.1.10.6.6 NAME 'uddiTModelInstanceInfo' SUP top
  STRUCTURAL MUST ( uddiTModelKey ) MAY ( uddiDescription $
opendj-sdk/opends/resource/schema/04-rfc2307bis.ldif
@@ -41,7 +41,7 @@
  X-ORIGIN 'draft-howard-rfc2307bis' )
attributeTypes: ( 1.3.6.1.1.1.1.2 NAME 'gecos'
  DESC 'The GECOS field; the common name' EQUALITY caseIgnoreIA5Match
  SUBSTRINGS caseIgnoreIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  SUBSTR caseIgnoreIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  SINGLE-VALUE X-ORIGIN 'draft-howard-rfc2307bis' )
attributeTypes: ( 1.3.6.1.1.1.1.3 NAME 'homeDirectory'
  DESC 'The absolute path to the home directory' EQUALITY caseExactIA5Match
@@ -75,7 +75,7 @@
attributeTypes: ( 1.3.6.1.1.1.1.12 NAME 'memberUid' EQUALITY caseExactIA5Match
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'draft-howard-rfc2307bis' )
attributeTypes: ( 1.3.6.1.1.1.1.13 NAME 'memberNisNetgroup'
  EQUALITY caseExactIA5Match SUBSTRINGS caseExactIA5SubstringsMatch
  EQUALITY caseExactIA5Match SUBSTR caseExactIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'draft-howard-rfc2307bis' )
attributeTypes: ( 1.3.6.1.1.1.1.14 NAME 'nisNetgroupTriple'
  DESC 'Netgroup triple' EQUALITY caseIgnoreIA5Match
@@ -119,7 +119,7 @@
  X-ORIGIN 'draft-howard-rfc2307bis' )
attributeTypes: ( 1.3.6.1.1.1.1.27 NAME 'nisMapEntry'
  DESC 'A generic NIS entry' EQUALITY caseExactIA5Match
  SUBSTRINGS caseExactIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  SUBSTR caseExactIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  SINGLE-VALUE X-ORIGIN 'draft-howard-rfc2307bis' )
attributeTypes: ( 1.3.6.1.1.1.1.28 NAME 'nisPublicKey' DESC 'NIS public key'
  EQUALITY octetStringMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 SINGLE-VALUE