Parameters for the Modify function
The following table lists the parameters in the parameter
block that is 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 slapi_pblock_get() 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 represents the modifications to be performed on the entry. |