Sun Directory Server Enterprise Edition 7.0 Developer's Guide

Preoperation

Parameters for registering preoperation plug-in functions follow.

Table 17–24 Preoperation Function Registration Parameters

Parameter ID  

Data Type  

Description  

SLAPI_PLUGIN_PRE_ABANDON_FN

void *

Function called before an operation is abandoned. 

SLAPI_PLUGIN_PRE_ADD_FN

void *

Function called before an add operation is performed. 

SLAPI_PLUGIN_PRE_BIND_FN

void *

Function called before a bind operation is performed. 

SLAPI_PLUGIN_PRE_COMPARE_FN

void *

Function called before a compare operation is performed. 

SLAPI_PLUGIN_PRE_DELETE_FN

void *

Function called before an delete operation is performed. 

SLAPI_PLUGIN_PRE_ENTRY_FN

void *

Function called before an entry is sent to the client. 

SLAPI_PLUGIN_PRE_MODIFY_FN

void *

Function called before a modify operation is performed. 

SLAPI_PLUGIN_PRE_MODRDN_FN

void *

Function called before an rename (modify RDN) operation is performed. 

SLAPI_PLUGIN_PRE_REFERRAL_FN

void *

Function called before a referral is sent to the client. 

SLAPI_PLUGIN_PRE_RESULT_FN

void *

Function called before a result is sent to the client. 

SLAPI_PLUGIN_PRE_SEARCH_FN

void *

Function called before a search operation is performed. 

SLAPI_PLUGIN_PRE_UNBIND_FN

void *

Function called before an unbind operation is performed.