Extended Operation Plug-Ins - Netscape DIRECTORY SERVER 6.02 - PLUG-IN Manual

Table of Contents

Advertisement

Parameters for Registering Plug-In Functions
Parameter ID
SLAPI_PLUGIN_POST_SEARCH_FN
SLAPI_PLUGIN_POST_COMPARE_FN
SLAPI_PLUGIN_POST_MODIFY_FN
SLAPI_PLUGIN_POST_MODRDN_FN
SLAPI_PLUGIN_POST_ADD_FN
SLAPI_PLUGIN_POST_DELETE_FN
SLAPI_PLUGIN_POST_ABANDON_FN
SLAPI_PLUGIN_POST_ENTRY_FN
SLAPI_PLUGIN_POST_REFERRAL_FN
SLAPI_PLUGIN_POST_RESULT_FN
SLAPI_PLUGIN_START_FN
SLAPI_PLUGIN_CLOSE_FN

Extended Operation Plug-Ins

The parameters listed below are used to register extended operation plug-in
functions.
Parameter ID
SLAPI_PLUGIN_EXT_OP_FN
SLAPI_PLUGIN_EXT_OP_OIDLIST
496
Netscape Directory Server Plug-In Programmer's Guide • Version 6.02 • May 2002
Description
This function is called after an LDAP search operation is
completed.
This function is called after an LDAP compare operation is
completed.
This function is called after an LDAP modify operation is
completed.
This function is called after an LDAP modify RDN operation
is completed.
This function is called after an LDAP add operation is
completed.
This function is called after an LDAP delete operation is
completed.
This function is called after an LDAP abandon operation is
completed.
This function is called after an entry is sent back to the client.
This function is called after a set of referrals is sent back to the
client.
This function is called after a set of search results is sent back
to the client.
This function is called after the server starts up. You can
specify a start function for each post-operation plug-in.
This function is called before the server shuts down. You can
specify a close function for each post-operation plug-in.
Data Type
Description
Your plug-in function for handling an extended
void *
operation.
NULL-terminated array of OIDs identifying the
char **
extended operations handled by the plug-in
function.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.02

Table of Contents