Functions For Managing Entries - Netscape DIRECTORY SERVER 6.01 - PLUG-IN Manual

Table of Contents

Advertisement

Syntax
#include "slapi-plugin.h"
char *slapi_dn_plus_rdn( const char *dn, const char *rdn);
Parameters
This function takes the following parameters:
dn
rdn
Returns
This function returns the new DN formed by adding the RDN value in
DN value in
See Also
slapi_sdn_add_rdn()

Functions for Managing Entries

This section contains reference information on routines for managing entries.
Table 14-11 Entry Routines
Function
slapi_entry2str()
slapi_entry2str_with_options()
slapi_entry_add_rdn_values()
slapi_entry_add_string()
slapi_entry_add_value()
slapi_entry_add_values_sv()
slapi_entry_add_valueset()
slapi_entry_alloc()
slapi_entry_attr_delete()
slapi_entry_attr_find()
DN value to which a new RDN is to be added.
RDN value that is to be added to the DN value in dn.
.
dn
Description
Generates an LDIF string description.
Generates an LDIF string descriptions with options.
Add components in an entry's RDN.
Adds a string value to an attribute in an entry.
Adds a data value to an attribute in an entry.
Adds an array of data values to an attribute in an entry.
Adds a data value to an attribute in an entry.
Allocates memory for a new entry.
Deletes an attribute from an entry.
Checks if an entry contains a specific attribute.
Functions for Managing Entries
rdn
Chapter 14
Function Reference
to the
265

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.01

Table of Contents