![Netscape NETSCAPE DIRECTORY SERVER 6.2 - GATEWAY CUSTOMIZATION Manual Download Page 235](http://html1.mh-extra.com/html/netscape/netscape-directory-server-6-2-gateway-customization/netscape-directory-server-6-2-gateway-customization_manual_1674642235.webp)
Functions for Setting Internal Operation Flags
Chapter
15
Function Reference
235
•
SLAPI_TARGET_DN
set to DN of the new entry.
•
SLAPI_CONTROLS_ARG
set to request controls, if present.
•
SLAPI_ADD_ENTRY
set to
Slapi_Entry
to add.
Returns
This function returns
LDAP_SUCCESS
or one of the LDAP error codes if the entry
cannot be constructed from the specified attributes due to constraint violation.
slapi_delete_internal_set_pb()
Sets up a parameter block so that it can be used by
slapi_delete_internal_pb()
for an internal delete operation.
Syntax
#include “slapi-plugin.h”
void slapi_delete_internal_set_pb (Slapi_PBlock *pb, const char *dn,
LDAPControl **controls, const char *uniqueid,
Slapi_ComponentId *plugin_identity, int operation_flags);
Parameters
This function takes the following parameters:
pb
Parameter block populated with delete parameters.
dn
DN of the entry to be removed. For unique ID operation, this
parameter is used to select the correct backend.
controls
List of controls associated with the operation.
uniqueid
Unique identifier of the entry to be removed.
All directory entries contain a unique identifier. Unlike the
distinguished name (DN), the unique identifier of an entry never
changes, providing a good way to unambiguously refer to an
entry in a distributed/replicated environment.
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...