Contains data associated with changes to individual attributes.
typedef struct EVT_ValueInfo {
unsigned int verb;
char *perpetratorDN;
char *entryDN;
char *attributeName;
char *syntaxOID;
char *className;
EVT_TimeStamp timeStamp;
unsigned size;
char *value;
};
Specifies the action that caused the event to occur.
Specifies the DN of the entry that caused the event.
Specifies the DN of the entry that was acted upon.
Specifies the DN of the attribute that was acted upon.
Specifies the Syntax OID of the entry that was acted upon.
Specifies the DN of the object that was acted upon.
Specifies the size (in bytes) of the information stored in the location identified by value.
Specifies the information that further identifies the changes that were made.