![Netscape NETSCAPE DIRECTORY SERVER 6.2 - GATEWAY CUSTOMIZATION Manual Download Page 415](http://html1.mh-extra.com/html/netscape/netscape-directory-server-6-2-gateway-customization/netscape-directory-server-6-2-gateway-customization_manual_1674642415.webp)
Functions for LDAPMod Manipulation
Chapter
15
Function Reference
415
Parameters
This function takes the following parameters:
Description
Inserts an
LDAPMod
into a
Slapi_Mods
immediately before the current position of
the
Slapi_Mods
iterator. The iterator position is unchanged.
Memory Concerns
The responsibility for the
LDAPMod
is transferred to the
Slapi_Mods
. This function
must not be used on a
Slapi_Mods
initialized with
slapi_mods_init_byref()
.
See Also
slapi_mods_get_first_mod()
slapi_mods_get_next_mod()
slapi_mods_insert_smod_at()
Inserts an
smod
at position
pos
in a
Slapi_Mods
structure.
Syntax
#include “slapi-plugin.h”
void slapi_mods_insert_smod_at(Slapi_Mods *smods, Slapi_Mod *smod,
int pos);
Parameters
This function takes the following parameters:
smods
Pointer to an initialized
Slapi_Mods
with valid iterator
position.
mod
Pointer to the
LDAPMod
to be inserted.
smods
Pointer to an initialized
Slapi_Mods
.
smod
Pointer to the
LDAPMod
to be inserted.
pos
Position at which to insert the new
mod
. Minimum value is 0.
Maximum value is the current number of mods.
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...