Netscape DIRECTORY SERVER 6.1 - PLUG-IN Manual page 202

Table of Contents

Advertisement

Summary of Data Types and Structures
The following table summarizes the front-end API functions that you can call to
manipulate directory entries.
To do this...
Create a Slapi_Entry from an
array of LDAPMod
Append a new mod with a single
attribute value to Slapi_Mods
structure
Append an LDAPMod to a
Slapi_Mods structure
Appends a new mod to a
Slapi_Mods structure, with
attribute values provided as an
array of berval
Append a new mod to a
Slapi_Mods structure, with
attribute values provided as an
array of Slapi_Value
Append a new mod to
Slapi_Mods structure with a
single attribute value provided as a
string
Complete a modification
Dump the contents of a
Slapi_Mods structure to the server
log
Frees a Slapi_Mods structure.
Initialize a Slapi_Mods iterator
and return the first LDAPMod.
Get a reference to the array of
LDAPMod in a Slapi_Mods
structure
Retrieve the array of LDAPMod
contained in a Slapi_Mods
structure
Increment the Slapi_Mods iterator
and return the next LDAPMod
202
Netscape Directory Server Plug-In Programmer's Guide • August 2002
Call this function
slapi_mods2entry()
slapi_mods_add()
slapi_mods_add_ldapmod()
slapi_mods_add_modbvps()
slapi_mods_add_mod_values()
slapi_mods_add_string()
slapi_mods_done()
slapi_mods_dump()
slapi_mods_free()
slapi_mods_get_first_mod()
slapi_mods_get_ldapmods_byref()
slapi_mods_get_ldapmods_passout()
slapi_mods_get_next_mod()

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.1

Table of Contents