Netscape DIRECTORY SERVER 6.02 - PLUG-IN Manual page 267

Table of Contents

Advertisement

Table 14-11 Entry Routines (Continued)
Function
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:
e
len
Returns
This function returns one of the following values:
The LDIF string representation of the entry you specify.
Null
Description
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.
Entry that you want to convert into an LDIF string.
Length of the returned LDIF string.
if an error occurs.
Functions for Managing Entries
Chapter 14
Function Reference
267

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.02

Table of Contents