HP-UX Directory Server 8.1 plug-in reference

Table Of Contents
64 Parameters for LDBM back end pre- and postoperation
functions
The section describes the parameters that are used with the LDBM Back end plug-in functions:
“Preoperation plug-ins”
“Postoperation plug-ins”
These functions are called by the LDBM Back end, for example, the
SLAPI_PLUGIN_BE_PRE_DELETE_FN is called by the LDBM Back end before a delete operation
is carried out, but after all of the more general SLAPI_PLUGIN_PRE_DELETE_FN functions have
been called.
64.1 Preoperation plug-ins
The parameters listed in this section are used with preoperation database plug-in functions.
DescriptionParameter ID
This function is called before a database add operation is completed.
SLAPI_PLUGIN_BE_PRE_ADD_FN
This function is called before a database delete operation is
completed.
SLAPI_PLUGIN_BE_PRE_DELETE_FN
This function is called before a database modify operation is
completed.
SLAPI_PLUGIN_BE_PRE_MODIFY_FN
This function is called before a database modify RDN operation is
completed.
SLAPI_PLUGIN_BE_PRE_MODRDN_FN
64.2 Postoperation plug-ins
The parameters listed in this section are used with postoperation database plug-in functions.
DescriptionParameter ID
This function is called after a database add operation is completed.
SLAPI_PLUGIN_BE_POST_ADD_FN
This function is called after a database delete operation is
completed.
SLAPI_PLUGIN_BE_POST_DELETE_FN
This function is called after a database modify operation is
completed.
SLAPI_PLUGIN_BE_POST_MODIFY_FN
This function is called after a database modify RDN operation is
completed.
SLAPI_PLUGIN_BE_POST_MODRDN_FN
64.1 Preoperation plug-ins 419