Matching Rule Plug-Ins - Netscape DIRECTORY SERVER 6.2 - PLUG-IN Manual

Table of Contents

Advertisement

Parameter ID
SLAPI_PLUGIN_START_FN
SLAPI_PLUGIN_INTERNAL_POST_ADD_FN
SLAPI_PLUGIN_INTERNAL_POST_DELETE_FN
SLAPI_PLUGIN_INTERNAL_POST_MODIFY_FN
SLAPI_PLUGIN_INTERNAL_POST_MODRDN_FN

Matching Rule Plug-Ins

The parameters listed below are used with matching rule plug-in functions that can
be registered.
Parameter ID
SLAPI_PLUGIN_MR_FILTER_CREATE_FN
SLAPI_PLUGIN_MR_INDEXER_CREATE_FN
SLAPI_PLUGIN_MR_FILTER_MATCH_FN
SLAPI_PLUGIN_MR_FILTER_INDEX_FN
SLAPI_PLUGIN_MR_FILTER_RESET_FN
SLAPI_PLUGIN_MR_INDEX_FN
Description
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 after an internal LDAP add
operation is completed.
This function is called after an internal LDAP delete
operation is completed.
This function is called after an internal LDAP modify
operation is completed.
This function is called after an internal LDAP modify
RDN operation is completed.
Description
This is a factory function for creating filter functions. This
function must be thread-safe, since the server may call it
concurrently with other functions.
This is a factory function for creating indexer functions.
This function must be thread-safe, since the server may call
it concurrently with other functions.
This functions uses the ID to set and get a filter function.
This is a filter function that uses an index to accelerate the
processing of a search request.
This function resets the filter function.
This function used the ID to get and set the index function.
Chapter 16
Parameters for Registering Plug-In Functions
Parameter Block Reference
559

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.2

Table of Contents