52.2. Post-Operation/Data Notification Plug-ins

The parameters listed in this section are used to register post-operation/data notification plug-in functions.
Parameter ID Description
SLAPI_PLUGIN_POST_BIND_FN This function is called after an LDAP bind operation is completed.
SLAPI_PLUGIN_POST_UNBIND_FN This function is called after an LDAP unbind operation is completed.
SLAPI_PLUGIN_POST_SEARCH_FN This function is called after an LDAP search operation is completed.
SLAPI_PLUGIN_POST_COMPARE_FN This function is called after an LDAP compare operation is completed.
SLAPI_PLUGIN_POST_MODIFY_FN This function is called after an LDAP modify operation is completed.
SLAPI_PLUGIN_POST_MODRDN_FN This function is called after an LDAP modify RDN operation is completed.
SLAPI_PLUGIN_POST_ADD_FN This function is called after an LDAP add operation is completed.
SLAPI_PLUGIN_POST_DELETE_FN This function is called after an LDAP delete operation is completed.
SLAPI_PLUGIN_POST_ABANDON_FN This function is called after an LDAP abandon operation is completed.
SLAPI_PLUGIN_POST_ENTRY_FN This function is called after an entry is sent back to the client.
SLAPI_PLUGIN_POST_REFERRAL_FN This function is called after a set of referrals is sent back to the client.
SLAPI_PLUGIN_POST_RESULT_FN This function is called after a set of search results is sent back to the client.
SLAPI_PLUGIN_START_FN This function is called after the server starts up. You can specify a start function for each post-operation plug-in.
SLAPI_PLUGIN_INTERNAL_POST_ADD_FN This function is called after an internal LDAP add operation is completed.
SLAPI_PLUGIN_INTERNAL_POST_DELETE_FN This function is called after an internal LDAP delete operation is completed.
SLAPI_PLUGIN_INTERNAL_POST_MODIFY_FN This function is called after an internal LDAP modify operation is completed.
SLAPI_PLUGIN_INTERNAL_POST_MODRDN_FN This function is called after an internal LDAP modify RDN operation is completed.