Parameters For The Modify Function; Parameters For The Modify Rdn Function - Netscape DIRECTORY SERVER 6.1 - PLUG-IN Manual

Table of Contents

Advertisement

Parameters for the Modify Function

The following table lists the parameters in the parameter block passed to the
database modify function. If you are writing a pre-operation, database, or
post-operation modify function, you can get these values by calling the
slapi_pblock_get()
Parameter ID
SLAPI_MODIFY_TARGET
SLAPI_MODIFY_MODS
SLAPI_MODIFY_EXISTING_ENTRY
See "Processing an LDAP Modify Operation" on page 86 for more information on
these parameters.

Parameters for the Modify RDN Function

The following table lists the parameters in the parameter block passed to the
database modify RDN function. If you are writing a pre-operation, database, or
post-operation modify RDN function, you can get these values by calling the
slapi_pblock_get()
Parameter ID
SLAPI_MODRDN_TARGET
SLAPI_MODRDN_NEWRDN
SLAPI_MODRDN_DELOLDRDN
function.
Data Type
char *
LDAPMod **
Slapi_Entry *
function.
Data Type
char *
char *
int
Parameters for the Modify Function
Description
DN of the entry to be modified.
A NULL-terminated array of LDAPMod
structures, which represent the
modifications to be performed on the
entry.
Internal only — used by the
multimaster replication update
resolution procedure code.
Description
DN of the entry that you want to
rename.
New RDN to assign to the entry.
Specifies whether or not you want
to deleted the old RDN. (0 means
do not delete the old RDN; 1
means delete the old RDN)
Chapter 16
Parameter Block Reference
579

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.1

Table of Contents