Parameters For The Compare Function; Parameters For The Delete Function - Netscape DIRECTORY SERVER 6.1 - PLUG-IN Manual

Table of Contents

Advertisement

Parameters for the Compare Function

Parameters for the Compare Function
The following table lists the parameters in the parameter block passed to the
database compare function. If you are writing a pre-operation, database, or
post-operation compare function, you can get these values by calling the
slapi_pblock_get()
Parameter ID
SLAPI_COMPARE_TARGET
SLAPI_COMPARE_TYPE
SLAPI_COMPARE_VALUE
See "Processing an LDAP Compare Operation" on page 84 for more information
on these parameters.

Parameters for the Delete Function

The following table lists the parameters in the parameter block passed to the
database delete function. If you are writing a pre-operation, database, or
post-operation delete function, you can get these values by calling the
slapi_pblock_get()
Parameter ID
SLAPI_DELETE_TARGET
SLAPI_DELETE_EXISTING_ENTRY
See "Processing an LDAP Delete Operation" on page 89 for more information on
these parameters.
578
Netscape Directory Server Plug-In Programmer's Guide • August 2002
function.
Data Type
char *
char *
struct berval *
function.
Data Type
char *
Slapi_Entry *
Description
DN of the entry to be compared.
Attribute type to use in the comparison.
Attribute value to use in the comparison
Description
DN of the entry to delete.
Internal only — used by the
multimaster replication resolution
procedure code.

Advertisement

Table of Contents
loading
Need help?

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

This manual is also suitable for:

Directory server 6.1

Table of Contents