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

neil_a_wilson
24.57.2006 598ce5586a51111bbbdc81e93b4ff666154c87a4
Add a defintion for the "aci" attribute to the server schema.  Even though it
isn't used by OpenDS, it makes it easier to import data from a Sun Java System
Directory Server, and could be needed for coexistence between the two in a
migration.
1 files modified
4 ■■■■ changed files
opends/resource/schema/00-core.ldif 4 ●●●● patch | view | raw | blame | history
opends/resource/schema/00-core.ldif
@@ -360,6 +360,10 @@
attributeTypes: ( 1.3.6.1.4.1.7628.5.4.2 NAME 'blockInheritance'
  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' )
attributeTypes: ( 2.16.840.1.113730.3.1.55 NAME 'aci'
  DESC 'Sun-defined access control information attribute type'
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 USAGE directoryOperation
  X-ORIGIN 'Sun Java System Directory Server' )
objectClasses: ( 2.5.6.0 NAME 'top' ABSTRACT MUST objectClass
  X-ORIGIN 'RFC 2256' )
objectClasses: ( 2.5.6.1 NAME 'alias' SUP top STRUCTURAL MUST aliasedObjectName