Chapter 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 pre-operation, database, or post-operation modify function, you can get these values by calling the function.
Parameter ID Data Type Description
SLAPI_MODIFY_TARGET char * DN of the entry to be modified.
SLAPI_MODIFY_MODS LDAPMod ** A NULL-terminated array of LDAPMod structures, which represent the modifications to be performed on the entry.
SLAPI_MODIFY_EXISTING_ENTRY Slapi_Entry * Internal only; used by the multi-master replication update resolution procedure code.
See Section 7.7, “Processing an LDAP Modify Operation”, for more information on these parameters.