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

Table of Contents

Advertisement

Parameter ID
SLAPI_SEARCH_REFERRALS
See "Processing an LDAP Search Operation" on page 80 and "Iterating Through
Candidates" on page 82 for more information on these parameters.

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
Data Type
struct berval **
function.
Data Type
char *
Slapi_Entry *
Slapi_Entry *
Slapi_Entry *
char *
Parameters for the Add Function
Description
Array of the URLs to other LDAP
servers that the current server is
referring the client to
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.
Chapter 15
Parameter Block Reference
507

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.01

Table of Contents