03-changelog.ldif revision 4664
2788N/A# CDDL HEADER START
2788N/A#
2788N/A# The contents of this file are subject to the terms of the
2788N/A# Common Development and Distribution License, Version 1.0 only
2788N/A# (the "License"). You may not use this file except in compliance
2788N/A# with the License.
2788N/A#
2788N/A# You can obtain a copy of the license at
2788N/A# trunk/opends/resource/legal-notices/OpenDS.LICENSE
2788N/A# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
2788N/A# See the License for the specific language governing permissions
2788N/A# and limitations under the License.
2788N/A#
2788N/A# When distributing Covered Code, include this CDDL HEADER in each
2788N/A# file and include the License file at
2788N/A# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
2788N/A# add the following below this CDDL HEADER, with the fields enclosed
2788N/A# by brackets "[]" replaced with your own identifying information:
2788N/A# Portions Copyright [yyyy] [name of copyright owner]
2788N/A#
2788N/A# CDDL HEADER END
2788N/A#
2788N/A#
2788N/A# Copyright 2006-2009 Sun Microsystems, Inc.
2788N/A#
5061N/A#
5763N/A# This file contains schema definitions from draft-good-ldap-changelog, which
2788N/A# defines a mechanism for storing informmation about changes to Directory
2788N/A# Server data.
2788N/Adn: cn=schema
2788N/AobjectClass: top
2788N/AobjectClass: ldapSubentry
2788N/AobjectClass: subschema
2788N/AattributeTypes: ( 2.16.840.1.113730.3.1.5 NAME 'changeNumber'
2788N/A DESC 'a number which uniquely identifies a change made to a directory entry'
2788N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 EQUALITY integerMatch
2788N/A ORDERING integerOrderingMatch SINGLE-VALUE
2788N/A X-ORIGIN 'draft-good-ldap-changelog' )
2788N/AattributeTypes: ( 2.16.840.1.113730.3.1.6 NAME 'targetDN'
2788N/A DESC 'the DN of the entry which was modified' EQUALITY distinguishedNameMatch
2788N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE
2788N/A X-ORIGIN 'draft-good-ldap-changelog' )
2788N/AattributeTypes: ( 2.16.840.1.113730.3.1.7 NAME 'changeType'
2788N/A DESC 'the type of change made to an entry' EQUALITY caseIgnoreMatch
2788N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
2788N/A X-ORIGIN 'draft-good-ldap-changelog' )
2788N/AattributeTypes: ( 2.16.840.1.113730.3.1.8 NAME 'changes'
2788N/A DESC 'a set of changes to apply to an entry'
2788N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 X-ORIGIN 'draft-good-ldap-changelog' )
2788N/AattributeTypes: ( 2.16.840.1.113730.3.1.9 NAME 'newRDN'
2788N/A DESC 'the new RDN of an entry which is the target of a modrdn operation'
2788N/A EQUALITY distinguishedNameMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
2788N/A SINGLE-VALUE X-ORIGIN 'draft-good-ldap-changelog' )
2788N/AattributeTypes: ( 2.16.840.1.113730.3.1.10 NAME 'deleteOldRDN'
2788N/A DESC 'a flag which indicates if the old RDN should be retained as an
2788N/A attribute of the entry' EQUALITY booleanMatch
3194N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
2788N/A X-ORIGIN 'draft-good-ldap-changelog' )
2788N/AattributeTypes: ( 2.16.840.1.113730.3.1.11 NAME 'newSuperior'
2788N/A DESC 'the new parent of an entry which is the target of a moddn operation'
2788N/A EQUALITY distinguishedNameMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
2788N/A SINGLE-VALUE X-ORIGIN 'draft-good-ldap-changelog' )
2788N/AattributeTypes: ( 2.16.840.1.113730.3.1.77 NAME 'changeTime'
2788N/A DESC 'the time when the change was processed'
2788N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
2788N/A SINGLE-VALUE
2788N/A X-ORIGIN 'Sun DSEE6 Directory Server' )
2788N/AattributeTypes: ( 1.3.6.1.4.1.42.2.27.9.1.724 NAME 'replicaIdentifier'
2788N/A DESC 'the OpenDS replication domain server identifier for the change'
2788N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
2788N/A SINGLE-VALUE
2788N/A USAGE directoryOperation
2788N/A X-ORIGIN 'OpenDS Directory Server' )
2788N/AattributeTypes: ( 1.3.6.1.4.1.42.2.27.9.1.725 NAME 'replicationCSN'
2788N/A DESC 'The OpenDS replication change number for the change'
2788N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
2788N/A SINGLE-VALUE
2788N/A USAGE directoryOperation
2788N/A X-ORIGIN 'OpenDS Directory Server' )
2788N/AattributeTypes: ( 1.3.6.1.4.1.26027.1.1.590 NAME 'targetEntryUUID'
2788N/A DESC 'The OpenDS unique id of the entry targeted by the change'
2788N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
2788N/A SINGLE-VALUE
2788N/A USAGE directoryOperation
2788N/A X-ORIGIN 'OpenDS Directory Server' )
2788N/AattributeTypes: ( 1.3.6.1.4.1.26027.1.1.591 NAME 'changeLogCookie'
2788N/A DESC 'The OpenDS opaque cookie for the External Changelog'
2788N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
2788N/A SINGLE-VALUE
2788N/A USAGE directoryOperation
2788N/A X-ORIGIN 'OpenDS Directory Server' )
2788N/AobjectClasses: ( 2.16.840.1.113730.3.2.1 NAME 'changeLogEntry' SUP top
2788N/A STRUCTURAL
2788N/A MUST ( changeNumber $ targetDN $ changeType $ changeTime )
2788N/A MAY ( changes $ newRDN $ deleteOldRDN $ newSuperior $ replicaIdentifier
2788N/A $ replicationCSN $ targetEntryUUID $ changeLogCookie )
2788N/A X-ORIGIN 'draft-good-ldap-changelog' )