Types Pre-Operation and Post-Operation Functions
Functions Called Before the Directory Server Executes an Operation (Continued)
Table 6-1
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 • August 2002
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).
Need help?
Do you have a question about the NETSCAPE DIRECTORY SERVER 6.1 - PLUG-IN and is the answer not in the manual?
Questions and answers