![Netscape NETSCAPE DIRECTORY SERVER 6.2 - GATEWAY CUSTOMIZATION Manual Download Page 227](http://html1.mh-extra.com/html/netscape/netscape-directory-server-6-2-gateway-customization/netscape-directory-server-6-2-gateway-customization_manual_1674642227.webp)
Functions for Internal Operations and Plug-In Callback
Chapter
15
Function Reference
227
slapi_modify_internal_pb()
Performs an LDAP modify operation based on a parameter block to modify a
directory entry.
Syntax
#include “slapi-plugin.h”
int slapi_modify_internal_pb(Slapi_PBlock *pb);
Parameters
This function takes the following parameter:
Returns
This function returns one of the following values:
•
0 if successful.
•
-1 if an error occurs. If -1 is returned, the
SLAPI_PLUGIN_INTOP_RESULT
field of
the parameter block should be consulted to determine the precise LDAP result
code.
Description
This function performs an internal modify operation based on a parameter block.
The parameter block should be initialized by calling
slapi_modify_internal_set_pb()
.
Memory Concerns
None of the parameters that are passed to
slapi_modify_internal_set_pb()
are
altered or consumed by this function.
slapi_modrdn_internal_pb()
Performs an LDAP modify RDN operation based on a parameter block to rename a
directory entry.
Syntax
#include “slapi-plugin.h”
int slapi_modrdn_internal_pb(Slapi_PBlock *pb);
pb
A parameter block that has been initialized using
slapi_modify_internal_set_pb()
.
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...