Netscape DIRECTORY SERVER 6.1 - PLUG-IN Manual page 454

Table of Contents

Advertisement

Functions for Managing DNs
slapi_sdn_add_rdn()
Adds the RDN contained in a
Slapi_DN
Syntax
#include "slapi-plugin.h"
Slapi_DN *slapi_sdn_add_rdn(Slapi_DN *sdn, const Slapi_RDN *rdn);
Parameters
This function takes the following parameters:
sdn
rdn
Returns
This function returns the
the RDN value in rdn to the DN value in
See Also
slapi_sdn_set_rdn()
slapi_sdn_compare()
Compares two DNs.
Syntax
#include "slapi-plugin.h"
int slapi_sdn_compare( const Slapi_DN *sdn1,
const Slapi_DN *sdn2 );
Parameters
This function takes the following parameters:
sdn1
sdn2
454
Netscape Directory Server Plug-In Programmer's Guide • August 2002
Slapi_RDN
structure.
Slapi_DN structure containging the value to which a new RDN
is to be added.
Slapi_RDN structure containing the RDN value that is to be
added to the DN value.
Slapi_DN
DN to compare with the value in sdn2.
DN to compare with the value in sdn1.
structure to the DN contained in a
structure with the new DN formed by adding
.
dn

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.1

Table of Contents