Contains data associated with state changes on individual entries in the directory.
typedef struct EVT_EntryInfo {
char *perpetratorDN;
char *entryDN;
char *className;
unsigned int verb;
unsigned int flags;
EVT_TimeStamp creationTime;
char *newDN;
};
Specifies the DN of the entry that caused the event.
Specifies the DN of the entry that was acted upon.
Specifies the parent DN of the acted upon entry.
Specifies the DN of the object that was acted upon.
Specifies the action that caused the event to occur.
Specifies the new DN of the entry that was acted upon.