EVT_ValueInfo

Contains data associated with changes to individual attributes.

Structure

  typedef struct EVT_ValueInfo {
     unsigned int   verb;
     char          *perpetratorDN;
     char          *entryDN;
     char          *attributeName;
     char          *syntaxOID;
     char          *className;
     EVT_TimeStamp  timeStamp;
     unsigned       size;
     char          *value;
  };
  

Fields

verb

Specifies the action that caused the event to occur.

perpetratorDN

Specifies the DN of the entry that caused the event.

entryDN

Specifies the DN of the entry that was acted upon.

attributeName

Specifies the DN of the attribute that was acted upon.

syntaxOID

Specifies the Syntax OID of the entry that was acted upon.

className

Specifies the DN of the object that was acted upon.

timeStamp

size

Specifies the size (in bytes) of the information stored in the location identified by value.

value

Specifies the information that further identifies the changes that were made.