From 943c10cc9d2d60660c53271a25848ecad77a91e7 Mon Sep 17 00:00:00 2001 From: pgamba <pgamba@localhost> Date: Thu, 15 Oct 2009 13:15:17 +0000 Subject: [PATCH] Fix #4263 ECL entries should include creatorsName and createTimestamp --- 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 ae49c99..cab0b1f 100644 --- a/opends/resource/schema/03-changelog.ldif +++ b/opends/resource/schema/03-changelog.ldif @@ -89,6 +89,12 @@ 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 ) -- Gitblit v1.10.0