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

Ludovic Poitou
25.12.2011 d34ae6e4514b0c4e10c16ec9ff4109c7166ebd78
Move ldapSyntaxes definition before all AttributeTypes. Makes it more obvious that the ldapsyntaxes are defined in the schema. 
1 files modified
7 ■■■■■ changed files
opendj-sdk/opends/resource/schema/00-core.ldif 7 ●●●●● patch | view | raw | blame | history
opendj-sdk/opends/resource/schema/00-core.ldif
@@ -22,6 +22,7 @@
#
#
#      Copyright 2006-2010 Sun Microsystems, Inc.
#      Portions Copyright 2011 ForgeRock AS
#
#
# This file contains a core set of attribute type and objectlass definitions
@@ -32,6 +33,9 @@
objectClass: top
objectClass: ldapSubentry
objectClass: subschema
ldapSyntaxes: ( 1.3.6.1.4.1.26027.1.3.6 DESC 'Collective Conflict Behavior'
  X-ENUM ( 'real-overrides-virtual' 'virtual-overrides-real'
  'merge-real-and-virtual' ) )
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' )
@@ -393,9 +397,6 @@
attributeTypes: ( 2.5.18.7 NAME 'collectiveExclusions'
  EQUALITY objectIdentifierMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.38
  USAGE directoryOperation X-ORIGIN 'RFC 3671' )
ldapSyntaxes: ( 1.3.6.1.4.1.26027.1.3.6 DESC 'Collective Conflict Behavior'
  X-ENUM ( 'real-overrides-virtual' 'virtual-overrides-real'
  'merge-real-and-virtual' ) )
attributeTypes: ( 1.3.6.1.4.1.26027.1.1.606
  NAME 'collectiveConflictBehavior' SYNTAX 1.3.6.1.4.1.26027.1.3.6
  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )