Slapi_Mod_Set_Operation(); Slapi_Mod_Set_Type() - Netscape DIRECTORY SERVER 7.0 - PLUG-IN Manual

For plug-in
Table of Contents

Advertisement

Parameters
This function takes the following parameter:
smod
See Also
slapi_mod_get_first_value()
slapi_mod_get_next_value()

slapi_mod_set_operation()

Sets the operation type of a
Syntax
#include "slapi-plugin.h"
void slapi_mod_set_operation(Slapi_Mod *smod, int op);
Parameters
This function takes the following parameters:
smod
op
See Also
slapi_mod_get_operation()

slapi_mod_set_type()

Sets the attribute type of a
Syntax
#include "slapi-plugin.h"
void slapi_mod_set_type(Slapi_Mod *smod, const char *type);
Pointer to an initialized Slapi_Mod.
structure.
Slapi_Mod
Pointer to an initialized Slapi_Mod.
One of LDAP_MOD_ADD, LDAP_MOD_DELETE, or
LDAP_MOD_REPLACE, combined using the bitwise or operator
with LDAP_MOD_BYVALUES.
.
Slapi_Mod
Functions for LDAPMod Manipulation
Chapter 15
Function Reference
407

Advertisement

Table of Contents
loading

This manual is also suitable for:

Netscape directory server 7.0

Table of Contents