EVT_CompareEventData

Contains the data associated with Compare operation with the LDAP Server.

Structure

  typedef struct
  {
     EVT_ConnectionEventData *connectionData;
     unsigned int msgID;
     unsigned int time;
     char *bindDN;
     char *compareDN;
     char *assertionType;
     char *assertionValue;
     char *className;
     int resultCode;
  }EVT_CompareEventData;
  

Fields

connectionData

Pointer to a EVT_ConnectionEventData structure, which contains the connection data.

msgID

Specifies the message ID of the operation.

time

Specifies the time of operation.

bindDN

Specifies the DN that binds with eDirectory.

bindDN

Specifies the DN that binds with eDirectory.

compareDN

Specifies the DN of the attribute to be compared.

assertionType

Specifies the name of the attribute to be compared.

assertionValue

Specifies the value of the attibute to be compared.

className

Specifies the class name of the object that was acted upon.

resultCode

Set to the return code by the LDAP Server.

resultCode is zero if the operation is success, and non-zero if the operation is failure.