Netscape DIRECTORY SERVER 6.02 - PLUG-IN Manual page 399

Table of Contents

Advertisement

slapi_rdn_new_sdn()
Creates a new
contained in a given
Syntax
#include "slapi-plugin.h"
vSlapi_RDN *slapi_rdn_new_sdn(const Slapi_DN *sdn);
Parameters
This function takes the following parameter:
sdn
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 within the
parameter.
Memory Concerns
The memory is allocated by the function itself.
See Also
slapi_rdn_new_dn()
slapi_rdn_new_rdn()
slapi_rdn_remove()
Removes an RDN type/value pair from a
Syntax
#include "slapi-plugin.h"
int slapi_rdn_remove(Slapi_RDN *rdn, const char *type,
const char *value, size_t length);
structure and sets an RDN value taken from the DN
Slapi_RDN
structure.
Slapi_RDN
Slapi_RDN structure containing the DN value whose RDN will
be used to initialize the new Slapi_RDN structure.
dn
Slapi_RDN
structure initialized with the
Slapi_RDN
.
structure and initializes its RDN with the
structure of the
Slapi_RDN
structure.
Slapi_RDN
Chapter 14
Functions for Managing RDN
sdn
Function Reference
399

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.02

Table of Contents