Netscape DIRECTORY SERVER 6.2 - PLUG-IN Manual page 200

Table of Contents

Advertisement

Summary of Data Types and Structures
To do this...
Placeholder for future function
(currently, this function does
nothing.)
Slapi_Mod
Represents a single LDAP modification to a directory entry.
Syntax
#include slapi-plugin.h
typedef struct slapi_mod Slapi_Mod;
Description
Slapi_Mod
modifications to an attribute in a directory entry.
The following table summarizes the front-end API functions that you can call to
manipulate directory entries.
To do this...
Add a value to a Slapi_Mod
structure
Free internals of Slapi_Mod
structure
Dump the contents of an LDAPMod
to the server log
Free a Slapi_Mod structure
Initialize a Slapi_Mod iterator and
returns the first attribute value
Get a reference to the LDAPMod in a
Slapi_Mod structure
Retrieves the LDAPMod contained in
a Slapi_Mod structure
Increment the Slapi_Mod iterator
and return the next attribute value
Get the number of values in a
Slapi_Mod structure
200
Netscape Directory Server Plug-In Programmer's Guide • December 2003
is the data type for an opaque structure that represents LDAPMod
Call this function
slapi_matchingrule_unregister()
Call this function
slapi_mod_add_value()
slapi_mod_done()
slapi_mod_dump()
slapi_mod_free()
slapi_mod_get_first_value()
slapi_mod_get_ldapmod_byref()
slapi_mod_get_ldapmod_passout()
slapi_mod_get_next_value()
slapi_mod_get_num_values()

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.2

Table of Contents