HP-UX Directory Server 8.1 plug-in reference

Table Of Contents
DescriptionParameter ID
This function is called before an internal LDAP add operation is
completed.
SLAPI_PLUGIN_INTERNAL_PRE_ADD_FN
This function is called before an internal LDAP delete operation is
completed.
SLAPI_PLUGIN_INTERNAL_PRE_DELETE_FN
This function is called before an internal LDAP modify operation is
completed.
SLAPI_PLUGIN_INTERNAL_PRE_MODIFY_FN
This function is called before an internal LDAP modify RDN
operation is completed.
SLAPI_PLUGIN_INTERNAL_PRE_MODRDN_FN
52.2 Postoperation/data notification plug-ins
The parameters listed in this section are used to register postoperation/data notification plug-in
functions.
DescriptionParameter ID
This function is called after an LDAP bind operation is completed.
SLAPI_PLUGIN_POST_BIND_FN
This function is called after an LDAP unbind operation is completed.
SLAPI_PLUGIN_POST_UNBIND_FN
This function is called after an LDAP search operation is completed.
SLAPI_PLUGIN_POST_SEARCH_FN
This function is called after an LDAP compare operation is
completed.
SLAPI_PLUGIN_POST_COMPARE_FN
This function is called after an LDAP modify operation is completed.
SLAPI_PLUGIN_POST_MODIFY_FN
This function is called after an LDAP modify RDN operation is
completed.
SLAPI_PLUGIN_POST_MODRDN_FN
This function is called after an LDAP add operation is completed.
SLAPI_PLUGIN_POST_ADD_FN
This function is called after an LDAP delete operation is completed.
SLAPI_PLUGIN_POST_DELETE_FN
This function is called after an LDAP abandon operation is
completed.
SLAPI_PLUGIN_POST_ABANDON_FN
This function is called after an entry is sent back to the client.
SLAPI_PLUGIN_POST_ENTRY_FN
This function is called after a set of referrals is sent back to the client.
SLAPI_PLUGIN_POST_REFERRAL_FN
This function is called after a set of search results is sent back to the
client.
SLAPI_PLUGIN_POST_RESULT_FN
This function is called after the server starts up. You can specify a
start function for each postoperation plug-in.
SLAPI_PLUGIN_START_FN
This function is called after an internal LDAP add operation is
completed.
SLAPI_PLUGIN_INTERNAL_POST_ADD_FN
This function is called after an internal LDAP delete operation is
completed.
SLAPI_PLUGIN_INTERNAL_POST_DELETE_FN
This function is called after an internal LDAP modify operation is
completed.
SLAPI_PLUGIN_INTERNAL_POST_MODIFY_FN
This function is called after an internal LDAP modify RDN operation
is completed.
SLAPI_PLUGIN_INTERNAL_POST_MODRDN_FN
388 Parameters for registering plug-in functions