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.
| | |
| | | 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 |