Parameters For The Add Function - Netscape DIRECTORY SERVER 6.2 - PLUG-IN Manual

Table of Contents

Advertisement

Parameters for the Add Function

The following table lists the parameters in the parameter block passed to the
database add function. If you are writing a pre-operation, database, or
post-operation add function, you can get these values by calling the
slapi_pblock_get()
Parameter ID
SLAPI_ADD_TARGET
SLAPI_ADD_ENTRY
SLAPI_ADD_EXISTING_DN_ENTRY
SLAPI_ADD_PARENT_ENTRY
SLAPI_ADD_PARENT_UNIQUEID
SLAPI_ADD_EXISTING_UNIQUEID_ENTRY
See "Processing an LDAP Add Operation" on page 84 for more information on
these parameters.
function.
Data Type
char *
Slapi_Entry *
Slapi_Entry *
Slapi_Entry *
char *
Slapi_Entry *
Parameters for the Add Function
Description
DN of the entry to be added.
The entry to be added (specified as the
opaque Slapi_Entry datatype).
Internal only — used by the
multimaster replication update
resolution procedure code. If adding
an entry that already exists, this is the
entry which has the same DN.
Internal only — used by the
multimaster replication update
resolution procedure code. This is the
parent entry of the entry to add.
Internal only — used by the
multimaster replication update
resolution procedure code. This is the
unique ID of the parent entry of the
entry to add.
Internal only — used by the
multimaster replication resolution
procedure code. If adding an entry
that already exists, this is the entry
which has the same unique ID.
Chapter 16
Parameter Block Reference
577

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.2

Table of Contents