![Netscape NETSCAPE DIRECTORY SERVER 6.2 - GATEWAY CUSTOMIZATION Manual Download Page 224](http://html1.mh-extra.com/html/netscape/netscape-directory-server-6-2-gateway-customization/netscape-directory-server-6-2-gateway-customization_manual_1674642224.webp)
Functions for Internal Operations and Plug-In Callback
224
Netscape Directory Server Plug-In Programmer’s Guide • December 2003
Functions for Internal Operations and Plug-In
Callback
This section contains reference information on routines for internal operations and
plug-in callbacks—these functions can be used for internal operations based on DN
as well as on unique ID. These functions should be used by all new plug-ins and
preferably old plug-ins should be changed to use them to take advantage of new
plug-in configuration capabilities and to use an extensible interface.
slapi_add_internal_pb()
Adds an LDAP add operation based on a parameter block to add a new directory
entry.
Syntax
#include “slapi-plugin.h”
int slapi_add_internal_pb(Slapi_PBlock *pb);
Parameters
This function takes the following parameter:
Table 15-3
Internal Operations and Plug-In Callback Routines
Function
Description
slapi_add_internal_pb()
Performs an LDAP add operation based on a parameter block to add
a new directory entry.
slapi_delete_internal_pb()
Performs an LDAP delete operation based on a parameter block to
remove a directory entry.
slapi_free_search_results_internal()
Frees search results.
slapi_modify_internal_pb()
Performs an LDAP modify operation based on a parameter block to
modify a directory entry.
slapi_modrdn_internal_pb()
Performs an LDAP modify RDN operation based on a parameter
block to rename a directory entry.
slapi_search_internal_callback_pb()
Performs an LDAP search operation based on a parameter block to
search the directory.
slapi_search_internal_get_entry()
Performs an internal search operation to read one entry.
slapi_search_internal_pb()
Performs an LDAP search operation based on a parameter block to
search the directory.
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...