Parameters for Registering Plug-In Functions
Chapter
16
Parameter Block Reference
559
Matching Rule Plug-Ins
The parameters listed below are used with matching rule plug-in functions that can
be registered.
SLAPI_PLUGIN_START_FN
This function is called after the server starts up. You
can specify a start function for each post-operation
plug-in.
SLAPI_PLUGIN_INTERNAL_POST_ADD_FN
This function is called after an internal LDAP add
operation is completed.
SLAPI_PLUGIN_INTERNAL_POST_DELETE_FN
This function is called after an internal LDAP delete
operation is completed.
SLAPI_PLUGIN_INTERNAL_POST_MODIFY_FN
This function is called after an internal LDAP modify
operation is completed.
SLAPI_PLUGIN_INTERNAL_POST_MODRDN_FN
This function is called after an internal LDAP modify
RDN operation is completed.
Parameter ID
Description
SLAPI_PLUGIN_MR_FILTER_CREATE_FN
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.
SLAPI_PLUGIN_MR_INDEXER_CREATE_FN
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.
SLAPI_PLUGIN_MR_FILTER_MATCH_FN
This functions uses the ID to set and get a filter function.
SLAPI_PLUGIN_MR_FILTER_INDEX_FN
This is a filter function that uses an index to accelerate the
processing of a search request.
SLAPI_PLUGIN_MR_FILTER_RESET_FN
This function resets the filter function.
SLAPI_PLUGIN_MR_INDEX_FN
This function used the ID to get and set the index function.
Parameter ID
Description
Содержание NETSCAPE DIRECTORY SERVER 6.2 - GATEWAY CUSTOMIZATION
Страница 1: ...Plug In Programmer s Guide Netscape Directory Server Version6 2 December 2003...
Страница 18: ...18 Netscape Directory Server Plug In Programmer s Guide December 2003...
Страница 26: ...Types of Directory Server Plug Ins 26 Netscape Directory Server Plug In Programmer s Guide December 2003...
Страница 38: ...Compiling a Directory Server Plug In 38 Netscape Directory Server Plug In Programmer s Guide December 2003...
Страница 54: ...An Example Pre Operation Plug In 54 Netscape Directory Server Plug In Programmer s Guide December 2003...
Страница 56: ...56 Netscape Directory Server Plug In Programmer s Guide December 2003...
Страница 90: ...Processing an LDAP Abandon Operation 90 Netscape Directory Server Plug In Programmer s Guide December 2003...
Страница 110: ...Using SASL with an LDAP Client 110 Netscape Directory Server Plug In Programmer s Guide December 2003...
Страница 112: ...112 Netscape Directory Server Plug In Programmer s Guide December 2003...
Страница 122: ...Specifying Start and Close Functions 122 Netscape Directory Server Plug In Programmer s Guide December 2003...
Страница 168: ...Plug In API Reference 168 Netscape Directory Server Plug In Programmer s Guide December 2003...
Страница 170: ...170 Netscape Directory Server Plug In Programmer s Guide December 2003...
Страница 214: ...Summary of Data Types and Structures 214 Netscape Directory Server Plug In Programmer s Guide December 2003...
Страница 554: ...Functions for Registering Additional Plug Ins 554 Netscape Directory Server Plug In Programmer s Guide December 2003...
Страница 596: ...Parameters for the Virtual Attribute Service 596 Netscape Directory Server Plug In Programmer s Guide December 2003...
Страница 600: ...600 Netscape Directory Server Plug In Programmer s Guide December 2003...
Страница 612: ...612 Netscape Directory Server Plug In Programmer s Guide December 2003...