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,
LDAP_MOD_REPLACE, combined using the bitwise or operator
with LDAP_MOD_BYVALUES.
.
Slapi_Mod
Functions for LDAPMod Manipulation
Chapter 15
Function Reference
397
Need help?
Do you have a question about the NETSCAPE DIRECTORY SERVER 6.1 - PLUG-IN and is the answer not in the manual?
Questions and answers