Red Hat DIRECTORY SERVER 7.1 - PLUG-IN PROGRAMMERS Manual page 91

Table of Contents

Advertisement

Parameter ID
SLAPI_SEARCH_TARGET
SLAPI_ORIGINAL_TARGET_DN
SLAPI_SEARCH_SCOPE
SLAPI_SEARCH_DEREF
SLAPI_SEARCH_SIZELIMIT
SLAPI_SEARCH_TIMELIMIT
SLAPI_SEARCH_FILTER
SLAPI_SEARCH_STRFILTER
SLAPI_SEARCH_ATTRS
Data Type
Description
DN of the base entry in the search
char *
operation (the starting point of
the search).
The original DN sent by the client
char *
(this DN is normalized by
SLAPI_SEARCH_TARGET);
read-only parameter.
The scope of the search. The
int
scope can be one of the following
values:
• LDAP_SCOPE_BASE
• LDAP_SCOPE_ONELEVEL
• LDAP_SCOPE_SUBTREE
Method for handling aliases in a
int
search. This method can be one of
the following values:
• LDAP_DEREF_NEVER
• LDAP_DEREF_SEARCHING
• LDAP_DEREF_FINDING
• LDAP_DEREF_ALWAYS
Maximum number of entries to
int
return in the search results.
Maximum amount of time (in
int
seconds) allowed for the search
operation.
Slapi_Filter struct (an
Slapi_Filter *
opaque data structure)
representing the filter to be used
in the search.
String representation of the filter
char *
to be used in the search.
Array of attribute types to be
char **
returned in the search results.
Chapter 7
Processing an LDAP Search Operation
Defining Functions for LDAP Operations
89

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 7.1

Table of Contents