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

Ludovic Poitou
30.47.2011 13abdf1483ce3f90ec38aafcc41d1eb73fe5d4aa
Fix issue OPENDJ-126 - Bad syntax for lastChangeNumber, firstChangeNumber, and lastExternalChangelogCookie.
firstChangeNumber and lastChangeNumber are now Integer, single valued.
The lastExternalChangelogCookie is an opaque set of bytes. I agree it looks like a string, but it would be better handled as opaque, thus an OCTET STRING. I'm marking it SINGLE-VALUE though.
1 files modified
6 ■■■■ changed files
opends/resource/schema/00-core.ldif 6 ●●●● patch | view | raw | blame | history
opends/resource/schema/00-core.ldif
@@ -159,13 +159,13 @@
attributeTypes: ( 2.5.4.50 NAME 'uniqueMember' EQUALITY uniqueMemberMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.34 X-ORIGIN 'RFC 4519' )
attributeTypes: ( 1.3.6.1.4.1.26027.1.1.585 NAME 'lastExternalChangelogCookie'
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 SINGLE-VALUE
  USAGE directoryOperation X-ORIGIN 'OpenDS Directory Server' )
attributeTypes: ( 1.3.6.1.4.1.26027.1.1.593 NAME 'firstChangeNumber'
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 EQUALITY integerMatch SINGLE-VALUE
  USAGE directoryOperation X-ORIGIN 'OpenDS Directory Server' )
attributeTypes: ( 1.3.6.1.4.1.26027.1.1.594 NAME 'lastChangeNumber'
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 EQUALITY integerMatch SINGLE-VALUE
  USAGE directoryOperation X-ORIGIN 'OpenDS Directory Server' )
attributeTypes: ( 2.5.4.51 NAME 'houseIdentifier' EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768}