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

Table of Contents

Advertisement

Parameters for the Modify RDN Function

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
SLAPI_MODRDN_NEWSUPERIOR
SLAPI_MODRDN_EXISING_ENTRY
SLAPI_MODRDN_PARENT_ENTRY
SLAPI_MODRDN_NEWPARENT_ENTRY
SLAPI_MODRDN_TARGET_ENTRY
SLAPI_MODRDN_NEWSUPERIOR_ADDRESS
510
Netscape Directory Server Plug-In Programmer's Guide • Version 6.02 • May 2002
function.
Data Type
char *
char *
int
char *
Slapi_Entry *
Slapi_Entry *
Slapi_Entry *
Slapi_Entry *
void *
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
don't delete the old RDN; 1 means
delete the old RDN)
DN of the new parent of the entry,
if the entry is being moved to a
new location in the directory tree.
Internal only - used by the
multimaster replication update
resolution code. If the destination
RDN of the modrdn already exists,
this is that entry.
Internal use only - used by the
multimaster replication update
resolution procedure code - the
parent entry.
Internal only - used by the
multimaster replication update
resolution procedure code - the
new parent entry.
Internal only - used by the
multimaster replication update
resolution procedure code.
Internal only - used by the
multimaster replication update
resolution procedure code.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.02

Table of Contents