Skip Headers
Oracle® Fusion Middleware Man Page Reference for Oracle Directory Server Enterprise Edition
11g Release 1 (11.1.1.7.0)

Part Number E28967-01
Go to Documentation Home
Home
Go to Table of Contents
Contents
Go to Index
Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

changeLogEntry

LDAP changelog objectclass

Synopsis

( 2.16.840.1.113730.3.2.1
 NAME 'changeLogEntry'
 DESC 'LDAP changelog objectclass'
 SUP top
 STRUCTURAL
 MUST ( targetDn $
  changeTime $
  changeNumber $
  changeType )
 MAY ( changes $
  newRdn $
  deleteOldRdn $
  newSuperior )
 X-ORIGIN 'Changelog Internet Draft' )

Description

Internal object class, used to represent changes made to Directory Server. You can configure Directory Server to maintain a change log that is compatible with the change log implemented in earlier versions of Directory Server by enabling the Retro Changelog plug-in. Each entry in the change log has the object class changeLogEntry.

Origin

This object class is defined by Changelog Internet Draft.

Type

Structural object class

Superior

top(5DSOC)

Required Attributes

Entries of this object class require the following attribute types in addition to those inherited from the superior(s):

changeNumber(5DSAT), changeTime(5DSAT), changeType(5DSAT), targetDn(5DSAT)

Allowed Attributes

Entries of this object class may have the following optional attribute types in addition to those inherited from the superior(s):

changeHasReplFixupOp(5DSAT), changeIsReplFixupOp(5DSAT), changes(5DSAT), deleteOldRdn(5DSAT), deletedEntryAttrs(5DSAT), newRdn(5DSAT), newSuperior(5DSAT), replicaIdentifier(5DSAT), replicationCSN(5DSAT), targetUniqueId(5DSAT)

Attributes

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPE ATTRIBUTE VALUE

Availability

SUNWdsee7

Stability Level

External: IETF, Changelog Internet Draft