Functions for LDAPMod Manipulation
Chapter
15
Function Reference
387
Description
This function frees the internals of a
Slapi_Mod
, leaving it in the uninitialized state.
Memory Concerns
Use this function on a stack-allocated
Slapi_Mod
when you have finished with it,
or want to reuse it.
See Also
slapi_mod_init()
slapi_mod_init_byval()
slapi_mod_init_byref()
slapi_mod_init_passin()
slapi_mod_dump()
Dumps the contents of an
LDAPMod
to the server log.
Syntax
#include “slapi-plugin.h”
void slapi_mod_dump(LDAPMod *mod, int n);
Parameters
This function takes the following parameters:
Description
This function uses the
LDAP_DEBUG_ANY
log level to dump the contents of an
LDAPMod
to the server log for debugging.
slapi_mod_free()
Frees a
Slapi_Mod
structure.
mod
Pointer to an
LDAPMod
.
n
Numeric label that will be included in the log.
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...