Matching Rule Plug-Ins - Red Hat DIRECTORY SERVER 7.1 - PLUG-IN PROGRAMMERS Manual

Table of Contents

Advertisement

Table 16-2
Parameter ID
SLAPI_PLUGIN_POST_REFERRAL_FN
SLAPI_PLUGIN_POST_RESULT_FN
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.
Table 16-3
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 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 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 uses the ID to get and set the index function.
Parameters for Registering Plug-in Functions
Chapter 16
Parameter Block Reference
573

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 7.1

Table of Contents