Slapi_Sdn_Add_Rdn(); Slapi_Sdn_Compare() - Netscape DIRECTORY SERVER 7.0 - PLUG-IN Manual

For plug-in
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
464
Netscape Directory Server Plug-in Programmer's Guide • October 2004
Slapi_RDN
structure.
Slapi_DN structure containing 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
Need help?

Need help?

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

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

Netscape directory server 7.0

Table of Contents