Types Of Post-Operation Functions - Netscape DIRECTORY SERVER 6.2 - PLUG-IN Manual

Table of Contents

Advertisement

Types Pre-Operation and Post-Operation Functions
Table 6-1
Functions Called Before the Directory Server Executes an Operation (Continued)
ID in Parameter Block
SLAPI_PLUGIN_PRE_MODIFY_FN
SLAPI_PLUGIN_PRE_MODRDN_FN
SLAPI_PLUGIN_PRE_DELETE_FN
SLAPI_PLUGIN_PRE_ABANDON_FN
SLAPI_PLUGIN_PRE_ENTRY_FN
SLAPI_PLUGIN_PRE_REFERRAL_FN
SLAPI_PLUGIN_PRE_RESULT_FN

Types of Post-Operation Functions

Table 6-2 lists the Directory Server post-operation functions and the purpose of
each function.
74
Netscape Directory Server Plug-In Programmer's Guide • December 2003
Description
Specifies the function called before the Directory Server
executes an LDAP modify operation. For information on
writing this type of function, see "Processing an LDAP Modify
Operation" on page 86.
Specifies the function called before the Directory Server
executes an LDAP modify RDN operation. For information on
writing this type of function, see "Processing an LDAP Modify
RDN Operation" on page 87.
Specifies the function called before the Directory Server
executes an LDAP delete operation. For information on
writing this type of function, see "Processing an LDAP Delete
Operation" on page 89.
Specifies the function called before the Directory Server
executes an LDAP abandon operation. For information on
writing this type of function, see "Processing an LDAP
Abandon Operation" on page 89.
Specifies the function called before the Directory Server sends
an entry back to the client (for example, when you call
slapi_send_ldap_search_entry(), the pre-operation
entry function is called before the entry is sent back to the
client).
Specifies the function called before the Directory Server
sends a referral back to the client (for example, when you
call slapi_str2filter(), the pre-operation referral
function is called before the referral is sent back to the client).
Specifies the function called before the Directory Server
sends a result code back to the client (for example, when
you call slapi_send_ldap_result(), the pre-operation
result function is called before the result code is sent back to
the client).

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.2

Table of Contents