Parameters For The Search Function - Netscape DIRECTORY SERVER 6.02 - PLUG-IN Manual

Table of Contents

Advertisement

Parameter ID
SLAPI_BIND_METHOD
SLAPI_BIND_CREDENTIALS
SLAPI_BIND_RET_SASLCREDS
SLAPI_BIND_SASLMECHANISM
See "Processing an LDAP Bind Operation" on page 78 for more information on
these parameters.

Parameters for the Search Function

The following table lists the parameters in the parameter block passed to the
database search function. If you are writing a pre-operation, database, or
post-operation search function, you can get these values by calling the
slapi_pblock_get()
Parameter ID
SLAPI_SEARCH_TARGET
SLAPI_SEARCH_SCOPE
Data Type
int
struct berval *
struct berval *
char *
function.
Data Type
Description
DN of the base entry in the search operation (the
char *
starting point of the search).
The scope of the search. The scope can be one of the
int
following values:
• LDAP_SCOPE_BASE
• LDAP_SCOPE_ONELEVEL
• LDAP_SCOPE_SUBTREE
Parameters for the Search Function
Description
Authentication method used (for example,
LDAP_AUTH_SIMPLE or
LDAP_AUTH_SASL).
Credentials from the bind request.
Credentials that you want sent back to the
client. (Set this before calling
slapi_send_ldap_result().)
SASL mechanism used (for example,
LDAP_SASL_EXTERNAL).
Chapter 15
Parameter Block Reference
505

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.02

Table of Contents