HP-UX Directory Server 8.1 plug-in reference

Table Of Contents
to preoperation and postoperation plug-in functions in the form of parameters in a parameter
block.
Table 7-8 Information processed during an LDAP delete operation
DescriptionData typeParameter ID
DN of the entry to delete.
char *SLAPI_DELETE_TARGET
If the delete function is successful, it should return 0.
7.10 Processing an LDAP abandon operation
When the Directory Server receives an LDAP abandon request from a client, the front end gets
the message ID of the operation that should be abandoned. The front end makes this information
available to preoperation and postoperation plug-in functions in the form of parameters in a
parameter block.
Table 7-9 Information processed during an LDAP abandon operation
DescriptionData typeParameter ID
Message ID of the operation to abandon.
unsigned longSLAPI_ABANDON_MSGID
68 Defining functions for LDAP operations