Functions for LDAPMod Manipulation
392
Netscape Directory Server Plug-In Programmer’s Guide • December 2003
Returns
This function returns one of
LDAP_MOD_ADD
,
LDAP_MOD_DELETE
,
LDAP_MOD_REPLACE
, combined using the bitwise or operator with
LDAP_MOD_BYVALUES
.
See Also
slapi_mod_set_operation()
slapi_mod_get_type()
Gets the attribute type of a
Slapi_Mod
structure.
Syntax
#include “slapi-plugin.h”
const char *slapi_mod_get_type(const Slapi_Mod *smod);
Parameters
This function takes the following parameter:
Returns
This function returns a read-only pointer to the attribute type in the
Slapi_Mod
.
Description
Gets the LDAP attribute type of a
Slapi_Mod
.
See Also
slapi_mod_set_type()
slapi_mod_init()
Initializes a
Slapi_Mod
structure.
Syntax
#include “slapi-plugin.h”
void slapi_mod_init(Slapi_Mod *smod, int initCount);
smod
Pointer to an initialized
Slapi_Mod
.
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...