![Netscape NETSCAPE DIRECTORY SERVER 6.2 - GATEWAY CUSTOMIZATION Manual Download Page 454](http://html1.mh-extra.com/html/netscape/netscape-directory-server-6-2-gateway-customization/netscape-directory-server-6-2-gateway-customization_manual_1674642454.webp)
Functions for Managing DNs
454
Netscape Directory Server Plug-In Programmer’s Guide • December 2003
slapi_sdn_add_rdn()
Adds the RDN contained in a
Slapi_RDN
structure to the DN contained in a
Slapi_DN
structure.
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:
Returns
This function returns the
Slapi_DN
structure with the new DN formed by adding
the RDN value in rdn to the DN value in
dn
.
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:
sdn
Slapi_DN
structure containging the value to which a new RDN
is to be added.
rdn
Slapi_RDN
structure containing the RDN value that is to be
added to the DN value.
sdn1
DN to compare with the value in
sdn2
.
sdn2
DN to compare with the value in
sdn1
.
Summary of Contents for NETSCAPE DIRECTORY SERVER 6.2 - GATEWAY CUSTOMIZATION
Page 1: ...Plug In Programmer s Guide Netscape Directory Server Version6 2 December 2003...
Page 18: ...18 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 56: ...56 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 112: ...112 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 168: ...Plug In API Reference 168 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 170: ...170 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 600: ...600 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 612: ...612 Netscape Directory Server Plug In Programmer s Guide December 2003...