Chapter 64. Parameters for LDBM Backend Pre- and Post-Operation Functions

The section describes the parameters that are used with the LDBM Backend plug-in functions:
These functions are called by the LDBM Backend, for example, the SLAPI_PLUGIN_BE_PRE_DELETE_FN is called by the LDBM Backend before a delete operation is carried out but after the all of the more general SLAPI_PLUGIN_PRE_DELETE_FN functions have been called.

64.1. Pre-Operation Plug-ins

The parameters listed in this section are used with pre-operation database plug-in functions.
Parameter ID Description
SLAPI_PLUGIN_BE_PRE_ADD_FN This function is called before a database add operation is completed.
SLAPI_PLUGIN_BE_PRE_DELETE_FN This function is called before a database delete operation is completed.
SLAPI_PLUGIN_BE_PRE_MODIFY_FN This function is called before a database modify operation is completed.
SLAPI_PLUGIN_BE_PRE_MODRDN_FN This function is called before a database modify RDN operation is completed.