Functions for LDAPMod Manipulation
•
SLAPI_PLUGIN_DESTROY_FN
responsible for freeing any memory allocated by this indexer factory function
(for example, memory allocated for a structure that you pass to the indexer
function using
For more information on filter index functions and indexer functions, see Chapter
11, "Writing Matching Rule Plug-Ins."
Functions for LDAPMod Manipulation
This section contains reference information on
Table 14-19 LDAPMod Manipulation Routines
Function
slapi_entry2mods()
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()
slapi_mod_get_operation()
slapi_mod_get_type()
slapi_mod_init()
slapi_mod_init_byref()
slapi_mod_init_byval()
slapi_mod_init_passin()
slapi_mod_isvalid()
340
Netscape Directory Server Plug-In Programmer's Guide • May 2002
should specify the name of the function
SLAPI_PLUGIN_OBJECT
Description
Creates an array of LDAPMod from a Slapi_Entry.
Adds a value to a Slapi_Mod structure.
Frees internals of Slapi_Mod structure.
Dumps the contents of an LDAPMod to the server log.
Frees a Slapi_Mod structure.
Initializes a Slapi_Mod iterator and returns the first attribute
value.
Gets a reference to the LDAPMod in a Slapi_Mod structure.
Retrieves the LDAPMod contained in a Slapi_Mod structure.
Increments the Slapi_Mod iterator and return the next attribute
value.
Gets the number of values in a Slapi_Mod structure.
Gets the operation type of Slapi_Mod structure.
Gets the attribute type of a Slapi_Mod structure.
Initializes a Slapi_Mod structure.
Initializes a Slapi_Mod structure that is a wrapper for an existing
LDAPMod.
Initializes a Slapi_Mod structure with a copy of an LDAPMod.
Initializes a Slapi_Mod from an LDAPMod.
Determines whether a Slapi_Mod structure is valid.
).
manipulation routines.
LDAPMod
Need help?
Do you have a question about the NETSCAPE DIRECTORY SERVER 6.02 - PLUG-IN and is the answer not in the manual?
Questions and answers