EVT_SysExtOpEventData

Contains the data associated with LDAP System Extensions operation with the LDAP Server.

Structure

  typedef struct
  {
     EVT_ConnectionEventData *connectionData;
     unsigned int msgID;
     unsigned int time;
     unsigned int operation;
     char *extensionOID;
     char *bindDN;
     char *value1;
     char *value2;
     char *value3;
     char *value4;
     int resultCode;
  }EVT_SysExtOpEventData;
  

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 the operation.

operation

Specifies the type of the system extension operation.

extensionOID

Specifies the OID of the system extension operation.

bindDN

Specifies the DN that binds with eDirectory.

value1

value2

value3

value4

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.