Netscape DIRECTORY SERVER 6.1 - PLUG-IN Manual page 228

Table of Contents

Advertisement

Functions for Internal Operations and Plug-In Callback
Parameters
This function takes the following parameter:
pb
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
This function performs an internal modify RDN operation based on a parameter
block. The parameter block should be initialized by calling
slapi_rename_internal_set_pb()
Memory Concerns
None of the parameters that are passed to
altered or consumed by this function.
slapi_search_internal_callback_pb()
Performs an LDAP search operation based on a parameter block to search the
directory. Unlike
specify callback functions that are invoked when the search operation finds
matching entries or entries with referrals.
Syntax
#include "slapi-plugin.h"
int slapi_search_internal_callback_pb(Slapi_PBlock *pb,
void *callback_data,plugin_result_callback prc,
plugin_search_entry_callback psec,
plugin_referral_entry_callback prec);
Parameters
This function takes the following parameters:
228
Netscape Directory Server Plug-In Programmer's Guide • August 2002
A parameter block that has been initialized using
slapi_rename_internal_set_pb().
.
slapi_search_internal_pb()
SLAPI_PLUGIN_INTOP_RESULT
slapi_modrdn_internal_set_pb()
, this function allows you to
field of
are

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.1

Table of Contents