![Netscape NETSCAPE DIRECTORY SERVER 6.2 - GATEWAY CUSTOMIZATION Manual Download Page 578](http://html1.mh-extra.com/html/netscape/netscape-directory-server-6-2-gateway-customization/netscape-directory-server-6-2-gateway-customization_manual_1674642578.webp)
Parameters for the Compare Function
578
Netscape Directory Server Plug-In Programmer’s Guide • December 2003
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()
function.
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()
function.
See “Processing an LDAP Delete Operation” on page 89 for more information on
these parameters.
Parameter ID
Data Type
Description
SLAPI_COMPARE_TARGET
char *
DN of the entry to be compared.
SLAPI_COMPARE_TYPE
char *
Attribute type to use in the comparison.
SLAPI_COMPARE_VALUE
struct berval *
Attribute value to use in the comparison
Parameter ID
Data Type
Description
SLAPI_DELETE_TARGET
char *
DN of the entry to delete.
SLAPI_DELETE_EXISTING_ENTRY
Slapi_Entry *
Internal only — used by the
multimaster replication resolution
procedure code.
Summary of Contents for NETSCAPE DIRECTORY SERVER 6.2 - GATEWAY CUSTOMIZATION
Page 1: ...Plug In Programmer s Guide Netscape Directory Server Version6 2 December 2003...
Page 18: ...18 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 56: ...56 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 112: ...112 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 168: ...Plug In API Reference 168 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 170: ...170 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 600: ...600 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 612: ...612 Netscape Directory Server Plug In Programmer s Guide December 2003...