Functions For Internal Operations And Plug-In Callback - Netscape DIRECTORY SERVER 6.2 - PLUG-IN Manual

Table of Contents

Advertisement

Functions for Internal Operations and Plug-In Callback

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.
Internal Operations and Plug-In Callback Routines
Table 15-3
Function
slapi_add_internal_pb()
slapi_delete_internal_pb()
slapi_free_search_results_internal()
slapi_modify_internal_pb()
slapi_modrdn_internal_pb()
slapi_search_internal_callback_pb()
slapi_search_internal_get_entry()
slapi_search_internal_pb()
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:
224
Netscape Directory Server Plug-In Programmer's Guide • December 2003
Description
Performs an LDAP add operation based on a parameter block to add
a new directory entry.
Performs an LDAP delete operation based on a parameter block to
remove a directory entry.
Frees search results.
Performs an LDAP modify operation based on a parameter block to
modify a directory entry.
Performs an LDAP modify RDN operation based on a parameter
block to rename a directory entry.
Performs an LDAP search operation based on a parameter block to
search the directory.
Performs an internal search operation to read one entry.
Performs an LDAP search operation based on a parameter block to
search the directory.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.2

Table of Contents