Post operation or data notification plug-ins
Use the following parameters to register post operation or data notification plug-in functions.
| Parameter ID | Description |
|---|---|
| SLAPI_PLUGIN_POST_BIND_FN | Called after an LDAP bind operation is completed. |
| SLAPI_PLUGIN_POST_UNBIND_FN | Called after an LDAP unbind operation is completed. |
| SLAPI_PLUGIN_POST_SEARCH_FN | Called after an LDAP search operation is completed. |
| SLAPI_PLUGIN_POST_COMPARE_FN | Called after an LDAP compare operation is completed. |
| SLAPI_PLUGIN_POST_MODIFY_FN | Called after an LDAP modify operation is completed. |
| SLAPI_PLUGIN_POST_MODRDN_FN | Called after an LDAP modify RDN operation is completed. |
| SLAPI_PLUGIN_POST_ADD_FN | Called after an LDAP add operation is completed. |
| SLAPI_PLUGIN_POST_DELETE_FN | Called after an LDAP delete operation is completed. |
| SLAPI_PLUGIN_START_FN | Called at server startup. |
| SLAPI_PLUGIN_CLOSE_FN | Called before the server shuts down. You can specify a close function for each post-operation plug-in. |