Netscape DIRECTORY SERVER 7.0 - PLUG-IN Manual page 567

For plug-in
Table of Contents

Advertisement

To register your plug-in function, write an initialization function that sets the
values of the following parameters to your functions.
Parameter ID
SLAPI_PLUGIN_PRE_BIND_FN
SLAPI_PLUGIN_PRE_UNBIND_FN
SLAPI_PLUGIN_PRE_SEARCH_FN
SLAPI_PLUGIN_PRE_COMPARE_FN
SLAPI_PLUGIN_PRE_MODIFY_FN
SLAPI_PLUGIN_PRE_MODRDN_FN
SLAPI_PLUGIN_PRE_ADD_FN
SLAPI_PLUGIN_PRE_DELETE_FN
SLAPI_PLUGIN_PRE_ENTRY_FN
SLAPI_PLUGIN_PRE_REFERRAL_FN
SLAPI_PLUGIN_PRE_RESULT_FN
SLAPI_PLUGIN_START_FN
SLAPI_PLUGIN_CLOSE_FN
SLAPI_PLUGIN_DESTROY_FN
SLAPI_PLUGIN_INTERNAL_PRE_ADD_FN
Parameters for Registering Plug-in Functions
Description
This function is called before an LDAP bind operation
is completed.
This function is called before an LDAP unbind
operation is completed.
This function is called before an LDAP search
operation is completed.
This function is called before an LDAP compare
operation is completed.
This function is called before an LDAP modify
operation is completed.
This function is called before an LDAP modify RDN
operation is completed.
This function is called before an LDAP add operation is
completed.
This function is called before an LDAP delete operation
is completed.
This function is called before an entry is sent back to
the client.
This function is called before a set of referrals is sent
back to the client.
This function is called before 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 pre-operation
plug-in.
This function is called before the server shuts down.
You can specify a close function for each pre-operation
plug-in.
This function is for freeing a filter function or indexer
function.
This function is called before an internal LDAP add
operation is completed.
Chapter 16
Parameter Block Reference
567

Advertisement

Table of Contents
loading

This manual is also suitable for:

Netscape directory server 7.0

Table of Contents