Netscape DIRECTORY SERVER 6.02 - PLUG-IN Manual page 359

Table of Contents

Advertisement

Syntax
#include "slapi-plugin.h"
void slapi_mods_add_modbvps( Slapi_Mods *smods, int modtype,
const char *type, struct berval **bvps );
Parameters
This function takes the following parameters:
smods
modtype
type
bvps
Description
This function appends a new
copies of the values of
the attribute values to hand as an array of
Memory Concerns
This function must not be used on a
slapi_mods_init_byref()
See Also
slapi_mods_add()
slapi_mods_add_ldapmod()
slapi_mods_add_mod_values()
slapi_mods_add_string()
slapi_mods_add_string()
Appends a new
as a string.
Pointer to an initialized Slapi_Mods.
One of LDAP_MOD_ADD, LDAP_MOD_DELETE,
LDAP_MOD_REPLACE.
The LDAP attribute type.
A null-terminated array of berval representing the attribute
values.
to
mod
Slapi_Mods
,
modtype
type
Slapi_Mods
.
to
structure with a single attribute value provided
mod
Slapi_Mods
Functions for LDAPMod Manipulation
. The
is constructed from
mod
and
. Use this function when you have
bvps
.
berval
initialized with
Chapter 14
Function Reference
359

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.02

Table of Contents