HP-UX Directory Server 8.1 plug-in reference

Table Of Contents
60 Parameters for the modify function
The following table lists the parameters in the parameter block passed to the database modify
function. If you are writing a preoperation, database, or postoperation modify function, you can
get these values by calling the function.
DescriptionData typeParameter ID
DN of the entry to be modified.
char *SLAPI_MODIFY_TARGET
A NULL-terminated array of LDAPMod structures,
which represent the modifications to be performed on
the entry.
LDAPMod **SLAPI_MODIFY_MODS
Internal only; used by the multi-master replication
update resolution procedure code.
Slapi_Entry *SLAPI_MODIFY_EXISTING_ENTRY
See “Processing an LDAP modify operation”, for more information on these parameters.
411