From a2435ec46d9041f48870c10d0939d8d24800653a Mon Sep 17 00:00:00 2001 From: Matthew Swift <matthew.swift@forgerock.com> Date: Thu, 09 Jun 2011 09:51:00 +0000 Subject: [PATCH] Partial fix OPENDJ-194: Minor improvements to change log content and configuration --- opends/resource/schema/03-changelog.ldif | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/opends/resource/schema/03-changelog.ldif b/opends/resource/schema/03-changelog.ldif index 3fa0e70..30af275 100644 --- a/opends/resource/schema/03-changelog.ldif +++ b/opends/resource/schema/03-changelog.ldif @@ -97,6 +97,12 @@ SINGLE-VALUE USAGE directoryOperation X-ORIGIN 'OpenDS Directory Server' ) +attributeTypes: ( 1.3.6.1.4.1.36733.2.1.1.6 NAME 'includedAttributes' + DESC 'A set of attributes which were part of the entry before the changes were applied' + SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 + SINGLE-VALUE + USAGE directoryOperation + X-ORIGIN 'OpenDJ Directory Server' ) objectClasses: ( 2.16.840.1.113730.3.2.1 NAME 'changeLogEntry' SUP top STRUCTURAL MUST ( changeNumber $ targetDN $ changeType $ changeTime ) -- Gitblit v1.10.0