EVT_PasswordModifyEventData

Contains the data associated with password modify operation with the LDAP Server.

Structure

  typedef struct
  {
     EVT_ConnectionEventData *connectionData;
     unsigned int msgID;
     unsigned int time;
     char* bindDN;
     char* entryDN;
     int passwordModifyType;
     int resultCode;  
  }EVT_PasswordModifyEventData;
  

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.

bindDN

Specifies the DN that binds with eDirectory.

entryDN

Specifies the DN of the entry that was acted upon.

passwordModifyType

Specifies the type of password modification, which can have the following values:

  • 1 - password add

  • 2 - password generated

  • 3 - password modified

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.