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

neil_a_wilson
16.19.2006 821c2d7ff0f43502112cd6bb8446c87250d60c43
Update the definition for the ref attribute type in the 00-core.ldif schema
configuration file to indicate that the origin for this attribute is RFC 3296.
1 files modified
3 ■■■■ changed files
opends/resource/schema/00-core.ldif 3 ●●●● patch | view | raw | blame | history
opends/resource/schema/00-core.ldif
@@ -353,7 +353,8 @@
  SINGLE-VALUE NO-USER-MODIFICATION USAGE dSAOperation X-ORIGIN 'RFC 3045' )
attributeTypes: ( 2.16.840.1.113730.3.1.34 NAME 'ref'
  DESC 'named reference - a labeledURI' EQUALITY caseExactMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 USAGE distributedOperation )
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 USAGE distributedOperation
  X-ORIGIN 'RFC 3296' )
attributeTypes: ( 1.3.6.1.4.1.7628.5.4.1 NAME 'inheritable'
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE NO-USER-MODIFICATION
  USAGE dSAOperation X-ORIGIN 'draft-ietf-ldup-subentry' )