From 56a6e4bd8572028082fd4ce3743013fc8f5b0669 Mon Sep 17 00:00:00 2001 From: Ludovic Poitou <ludovic.poitou@forgerock.com> Date: Thu, 27 Jan 2011 09:07:54 +0000 Subject: [PATCH] Fix Changelog schema, adding missing "Container" objectclass used for cn=changelog suffix. --- opendj-sdk/opends/resource/schema/03-changelog.ldif | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/opendj-sdk/opends/resource/schema/03-changelog.ldif b/opendj-sdk/opends/resource/schema/03-changelog.ldif index cab0b1f..f1c469a 100644 --- a/opendj-sdk/opends/resource/schema/03-changelog.ldif +++ b/opendj-sdk/opends/resource/schema/03-changelog.ldif @@ -22,6 +22,7 @@ # # # Copyright 2006-2009 Sun Microsystems, Inc. +# Portions Copyright 2011 ForgeRock AS # # # This file contains schema definitions from draft-good-ldap-changelog, which @@ -100,4 +101,6 @@ MUST ( changeNumber $ targetDN $ changeType $ changeTime ) MAY ( changes $ newRDN $ deleteOldRDN $ newSuperior $ replicaIdentifier $ replicationCSN $ targetEntryUUID $ changeLogCookie ) - X-ORIGIN 'draft-good-ldap-changelog' ) \ No newline at end of file + 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' ) \ No newline at end of file -- Gitblit v1.10.0