From 8e387a7f1f30aa586d46fc78d8474a8c0b150ebb Mon Sep 17 00:00:00 2001 From: neil_a_wilson <neil_a_wilson@localhost> Date: Sun, 23 Jul 2006 22:57:48 +0000 Subject: [PATCH] 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. --- opendj-sdk/opends/resource/schema/00-core.ldif | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/opendj-sdk/opends/resource/schema/00-core.ldif b/opendj-sdk/opends/resource/schema/00-core.ldif index 3fc1d1f..75c79b7 100644 --- a/opendj-sdk/opends/resource/schema/00-core.ldif +++ b/opendj-sdk/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 -- Gitblit v1.10.0