Netscape DIRECTORY SERVER 6.1 - PLUG-IN Manual page 444

Table of Contents

Advertisement

Functions for Managing RDN
Syntax
#include "slapi-plugin.h"
Slapi_RDN *slapi_rdn_new_dn(const char *dn);
Parameters
This function takes the following parameter:
dn
Returns
This function returns a pointer to the new
RDN taken from the DN value in
Description
This function creates a new
value taken from the DN passed in the
Memory Concerns
The memory is allocated by the function itself.
See Also
slapi_rdn_new_sdn()
slapi_rdn_new_rdn()
slapi_rdn_new_rdn()
Creates a new
Syntax
#include "slapi-plugin.h"
Slapi_RDN * slapi_rdn_new_rdn(const Slapi_RDN *fromrdn);
Parameters
This function takes the following parameters:
fromrdn
444
Netscape Directory Server Plug-In Programmer's Guide • August 2002
The DN value whose RDN will be used to initialize the new
Slapi_RDN structure.
dn
Slapi_RDN
structure and sets an RDN value.
Slapi_RDN
The RDN value to be set in the new Slapi_RDN structure.
structure initialized with the
Slapi_RDN
.
structure and initializes its RDN with the
parameter.
dn

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.1

Table of Contents