Functions For Internal Operations And Plug-In Callback; Slapi_Add_Internal_Pb() - Netscape DIRECTORY SERVER 7.0 - PLUG-IN Manual

For plug-in
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);
234
Netscape Directory Server Plug-in Programmer's Guide • October 2004
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
Need help?

Need help?

Do you have a question about the NETSCAPE DIRECTORY SERVER 7.0 - PLUG-IN and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Netscape directory server 7.0

Table of Contents