HP-UX Directory Server 8.1 plug-in reference

Table Of Contents
57 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 preoperation, database, or postoperation add function, you can get
these values by calling the function.
DescriptionData typeParameter ID
DN of the entry to be added.
char *SLAPI_ADD_TARGET
The entry to be added (specified as the opaque
datatype).
Slapi_Entry *SLAPI_ADD_ENTRY
Internal only; used by the multi-master replication
update resolution procedure code. If adding an entry
that already exists, this is the entry which has the same
DN.
Slapi_Entry *SLAPI_ADD_EXISTING_DN_ENTRY
Internal only; used by the multi-master replication
update resolution procedure code. This is the parent
entry of the entry to add.
Slapi_Entry *SLAPI_ADD_PARENT_ENTRY
Internal only; used by the multi-master replication
update resolution procedure code. This is the unique
ID of the parent entry of the entry to add.
char *SLAPI_ADD_PARENT_UNIQUEID
Internal only; used by the multi-master replication
resolution procedure code. If adding an entry that
already exists, this is the entry which has the same
unique ID.
Slapi_Entry *SLAPI_ADD_EXISTING_UNIQUEID_ENTRY
See “Processing an LDAP add operation”, for more information on these parameters.
405