Netscape DIRECTORY SERVER 6.1 - PLUG-IN Manual page 229

Table of Contents

Advertisement

pb
callback_data
prc
psec
prec
Returns
This function returns one of the following values:
0 if successful.
-1 if an error occurs. If -1 is returned, the
the parameter block should be consulted to determine the precise LDAP result
code.
Description
Like
slapi_search_internal_pb()
directory from a plug-in function. Unlike a search operation requested by a client,
no result code, search entries, or referrals are sent to a client by
slapi_search_internal_callback_pb()
callback functions that are invoked when these events occur:
You can write a callback function that is invoked when the search operation
normally sends a result code to the client.
This function must have the prototype specified by
You specify this function in the
slapi_search_internal_callback_pb()
You can write a callback function that is invoked when the search operation
normally sends a search entry to the client.
A parameter block that has been initialized using
slapi_seq_internal_callback_set_pb().
A pointer to arbitrary plug-in or operation-specific data that you
would like to pass to your callback functions.
Callback function that the server calls to send result codes. The
function must have the prototype specified by
plugin_result_callback.
Callback function that the server calls when finding a matching
entry in the directory. The function must have the prototype
specified by plugin_search_entry_callback.
Callback function that the server calls when finding an entry
that contains LDAP v3 referrals. The function must have the
prototype specified by plugin_referral_entry_callback.
, this function allows you to search the
. However, you can write your own
argument of
prc
Functions for Internal Operations and Plug-In Callback
SLAPI_PLUGIN_INTOP_RESULT
plugin_result_callback
.
Chapter 15
Function Reference
field of
.
229

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.1

Table of Contents