Contains the data associated with password modify operation with the LDAP Server.
typedef struct
{
EVT_ConnectionEventData *connectionData;
unsigned int msgID;
unsigned int time;
char* bindDN;
char* entryDN;
int passwordModifyType;
int resultCode;
}EVT_PasswordModifyEventData;
Pointer to a EVT_ConnectionEventData structure, which contains the connection data.
Specifies the message ID of the operation.
Specifies the time of the operation.
Specifies the DN that binds with eDirectory.
Specifies the DN of the entry that was acted upon.
Specifies the type of password modification, which can have the following values:
1 - password add
2 - password generated
3 - password modified
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.