Netscape DIRECTORY SERVER 6.1 - PLUG-IN Manual page 195

Table of Contents

Advertisement

To do this...
Get the DN of the parent of an entry
Add an RDN to a DN
See Also
Slapi_PBlock
Slapi_Entry
Represents an entry in the directory.
Syntax
#include slapi-plugin.h
typedef struct slapi_entry Slapi_Entry;
Description
Slapi_Entry
the directory. In certain cases, your server plug-in may need to work with an entry
in the directory.
The following table summarizes the front-end API functions that you can call to
work with entries.
To do this...
Generate an LDIF string
description
Generate an LDIF string
descriptions with options
Add components in an entry's
RDN
Add a string value to an attribute
in an entry
Add a data value to an attribute
in an entry.
Add an array of data values to an
attribute in an entry
is the data type for an opaque structure that represents an entry in
Summary of Data Types and Structures
Call this function
slapi_dn_parent()
slapi_dn_plus_rdn()
Call this 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()
Chapter 14
Data Type and Structure Reference
195

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.1

Table of Contents