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