HP-UX Directory Server 8.1 plug-in reference

Table Of Contents
61 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 preoperation, database, or postoperation modify RDN function,
you can get these values by calling the “slapi_pblock_get()” function.
DescriptionData typeParameter ID
DN of the entry that you want to rename.
char *SLAPI_MODRDN_TARGET
New RDN to assign to the entry.
char *SLAPI_MODRDN_NEWRDN
Specifies whether you want to deleted the old RDN. 0
means do not delete the old RDN; 1 means delete the
old RDN.
intSLAPI_MODRDN_DELOLDRDN
DN of the new parent of the entry, if the entry is being
moved to a new location in the directory tree.
char *SLAPI_MODRDN_NEWSUPERIOR
Internal only; used by the multi-master replication
update resolution code. If the destination RDN of the
modrdn already exists, this is that entry.
Slapi_Entry *SLAPI_MODRDN_EXISING_ENTRY
Internal use only; used by the multi-master replication
update resolution procedure code. This is the parent
entry.
Slapi_Entry *SLAPI_MODRDN_PARENT_ENTRY
Internal only; used by the multi-master replication
update resolution procedure code. This is the new
parent entry.
Slapi_Entry *SLAPI_MODRDN_NEWPARENT_ENTRY
Internal only; used by the multi-master replication
update resolution procedure code.
Slapi_Entry *SLAPI_MODRDN_TARGET_ENTRY
Internal only; used by the multi-master replication
update resolution procedure code.
void *SLAPI_MODRDN_NEWSUPERIOR_ADDRESS
See “Processing an LDAP modify RDN operation”, for more information on these parameters.
413