Netscape DIRECTORY SERVER 6.01 - PLUG-IN Manual page 398

Table of Contents

Advertisement

Functions for Managing RDN
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);
398
Netscape Directory Server Plug-In Programmer's Guide • January 2002
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
sdn

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the NETSCAPE DIRECTORY SERVER 6.01 - PLUG-IN and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Directory server 6.01

Table of Contents