EVT_EntryInfo

Contains data associated with state changes on individual entries in the directory.

Structure

  typedef struct EVT_EntryInfo {
     char          *perpetratorDN;
     char          *entryDN;
     char          *className;
     unsigned int   verb;
     unsigned int   flags;
     EVT_TimeStamp  creationTime;
     char          *newDN;
  };
  

Fields

perpetratorDN

Specifies the DN of the entry that caused the event.

entryDN

Specifies the DN of the entry that was acted upon.

parentDN

Specifies the parent DN of the acted upon entry.

className

Specifies the DN of the object that was acted upon.

verb

Specifies the action that caused the event to occur.

flags

creationTime

newDN

Specifies the new DN of the entry that was acted upon.