NAME | Synopsis | Description | ORIGIN | TYPE | SUPERIOR | REQUIRED ATTRIBUTES | ALLOWED ATTRIBUTES | Attributes
( 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' )
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.
This object class is defined by Changelog Internet Draft.
Structural object class
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)
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)
See attributes(5) for descriptions of the following attributes:
ATTRIBUTE TYPE |
ATTRIBUTE VALUE |
---|---|
Availability |
SUNWldap-directory |
Stability Level |
External: IETF, Changelog Internet Draft |
NAME | Synopsis | Description | ORIGIN | TYPE | SUPERIOR | REQUIRED ATTRIBUTES | ALLOWED ATTRIBUTES | Attributes