Slapi_Search_Internal_Pb() - Netscape DIRECTORY SERVER 7.0 - PLUG-IN Manual

For plug-in
Table of Contents

Advertisement

attrlist
ret_entry
caller_identity
Returns
This function returns the LDAP result code for the search operation.
Description
This function performs an internal search operation to read one entry; that is, it
preforms a base object search. If an entry named by
pointer will be set to point to a copy of the entry that contains the attribute values
specified by the
Memory Concerns
The returned entry (
See Also

slapi_search_internal_pb()

slapi_entry_free()
slapi_search_internal_pb()
Performs an LDAP search operation based on a parameter block to search the
directory.
Syntax
#include "slapi-plugin.h"
int slapi_search_internal_pb(Slapi_PBlock *pb);
Parameters
This function takes the following parameter:
pb
A NULL terminated array of attribute types to return from
entries that match filter. If you specify a NULL, all attributes will
be returned.
The address of a Slapi_Entry pointer to receive the entry if it
is found.
A plug-in or component identifier. This value can be obtained
from the SLAPI_PLUGIN_IDENTITY field of the parameter
block that is passed to your plug-in initialization function.
parameter.
attrlist
) should be freed by calling
*ret_entry
A parameter block that has been initialized using
slapi_search_internal_set_pb().
Functions for Internal Operations and Plug-in Callback
is found, the
dn
slapi_entry_free()
Chapter 15
Function Reference
ret_entry
.
241

Advertisement

Table of Contents
loading

This manual is also suitable for:

Netscape directory server 7.0

Table of Contents