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