Processing An Ldap Delete Operation; Processing An Ldap Abandon Operation - Netscape DIRECTORY SERVER 6.02 - PLUG-IN Manual

Table of Contents

Advertisement

Processing an LDAP Delete Operation

When the Directory Server receives an LDAP delete request from a client, the
front-end gets the DN of the entry to be removed from the directory. The front-end
makes this information available to pre-operation and post-operation plug-in
functions in the form of parameters in a parameter block.
Parameter ID
SLAPI_DELETE_TARGET
If the delete function is successful, it should return 0.

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 pre-operation and post-operation
plug-in functions in the form of parameters in a parameter block.
Parameter ID
SLAPI_ABANDON_MSGID
Data Type
Description
DN of the entry to delete.
char *
Data Type
Description
Message ID of the operation to
unsigned long
abandon.
Chapter 7
Processing an LDAP Delete Operation
Defining Functions for LDAP Operations
89

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.02

Table of Contents