Netscape DIRECTORY SERVER 6.02 - PLUG-IN Manual page 354

Table of Contents

Advertisement

Functions for LDAPMod Manipulation
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);
354
Netscape Directory Server Plug-In Programmer's Guide • May 2002
Pointer to an initialized Slapi_Mod.
structure.
Slapi_Mod
Pointer to an initialized Slapi_Mod.
One of LDAP_MOD_ADD, LDAP_MOD_DELETE,
LDAP_MOD_REPLACE, combined using the bitwise or operator
with LDAP_MOD_BYVALUES.
.
Slapi_Mod

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.02

Table of Contents