Netscape DIRECTORY SERVER 6.1 - PLUG-IN Manual page 309

Table of Contents

Advertisement

Table 15-11 Entry Routines (Continued)
Function
slapi_entry_free()
slapi_entry_get_dn()
slapi_entry_get_dn_const()
slapi_entry_get_ndn()
slapi_entry_get_sdn()
slapi_entry_get_sdn_const()
slapi_entry_get_uniqueid()
slapi_entry_has_children()
slapi_entry_init()
slapi_entry_merge_values_sv()
slapi_entry_next_attr()
slapi_entry_rdn_values_present()
slapi_entry_schema_check()
slapi_entry_set_dn()
slapi_entry_set_sdn()
slapi_entry_set_uniqueid()
slapi_entry_size()
slapi_is_rootdse()
slapi_str2entry()
slapi_entry2str()
Generates an LDIF string description of an LDAP entry.
Syntax
#include "slapi-plugin.h"
char *slapi_entry2str( Slapi_Entry *e, int *len );
Parameters
This function takes the following parameters:
Description
Frees an entry from memory.
Gets the DN from an entry.
Returns the DN of an entry as a constant.
Returns the NDN of an entry.
Returns the Slapi_DN from an entry.
Returns a Slapi_DN from an entry as a constant.
Gets the unique ID from an entry.
Determines if the specified entry has child entries.
Initializes the values of an entry.
Adds an array of data values to an attribute in an entry.
Finds the next attribute in an entry.
Checks if values present in an entry's RDN are also present as
attribute values.
Determines if an entry complies with the schema for its object class.
Sets the DN of an entry.
Sets the Slapi_DN value in an entry.
Sets the unique ID in an entry.
Returns the size of an entry.
Determines if an entry is the root DSE.
Converts an LDIF description into an entry.
Functions for Managing Entries
Chapter 15
Function Reference
309

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.1

Table of Contents