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