![Netscape NETSCAPE DIRECTORY SERVER 6.2 - GATEWAY CUSTOMIZATION Manual Download Page 200](http://html1.mh-extra.com/html/netscape/netscape-directory-server-6-2-gateway-customization/netscape-directory-server-6-2-gateway-customization_manual_1674642200.webp)
Summary of Data Types and Structures
200
Netscape Directory Server Plug-In Programmer’s Guide • December 2003
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
is the data type for an opaque structure that represents LDAPMod
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.
Placeholder for future function
(currently, this function does
nothing.)
slapi_matchingrule_unregister()
To do this...
Call this function
Add a value to a
Slapi_Mod
structure
slapi_mod_add_value()
Free internals of
Slapi_Mod
structure
slapi_mod_done()
Dump the contents of an
LDAPMod
to the server log
slapi_mod_dump()
Free a
Slapi_Mod
structure
slapi_mod_free()
Initialize a
Slapi_Mod
iterator and
returns the first attribute value
slapi_mod_get_first_value()
Get a reference to the
LDAPMod
in a
Slapi_Mod
structure
slapi_mod_get_ldapmod_byref()
Retrieves the
LDAPMod
contained in
a
Slapi_Mod
structure
slapi_mod_get_ldapmod_passout()
Increment the
Slapi_Mod
iterator
and return the next attribute value
slapi_mod_get_next_value()
Get the number of values in a
Slapi_Mod
structure
slapi_mod_get_num_values()
To do this...
Call this function
Summary of Contents for NETSCAPE DIRECTORY SERVER 6.2 - GATEWAY CUSTOMIZATION
Page 1: ...Plug In Programmer s Guide Netscape Directory Server Version6 2 December 2003...
Page 18: ...18 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 56: ...56 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 112: ...112 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 168: ...Plug In API Reference 168 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 170: ...170 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 600: ...600 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 612: ...612 Netscape Directory Server Plug In Programmer s Guide December 2003...