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

For plug-in
Table of Contents

Advertisement

Types of 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.
84
Netscape Directory Server Plug-in Programmer's Guide • October 2004
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 96.
Specifies the function called before the Directory Server
executes an LDAP modifyRDN operation. For information on
writing this type of function, see "Processing an LDAP Modify
RDN Operation," on page 97.
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 99.
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 99.
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:

Netscape directory server 7.0

Table of Contents