Netscape DIRECTORY SERVER 6.02 - PLUG-IN Manual page 506

Table of Contents

Advertisement

Parameters for the Search Function
Parameter ID
SLAPI_SEARCH_DEREF
SLAPI_SEARCH_SIZELIMIT
SLAPI_SEARCH_TIMELIMIT
SLAPI_SEARCH_FILTER
SLAPI_SEARCH_STRFILTER
SLAPI_SEARCH_ATTRS
SLAPI_SEARCH_ATTRSONLY
The following parameters are set by the front-end and back-end as part of the
process of executing the search.
Parameter ID
SLAPI_SEARCH_RESULT_SET
SLAPI_SEARCH_RESULT_ENTRY
SLAPI_SEARCH_RESULT_ENTRY_EXT
SLAPI_NENTRIES
506
Netscape Directory Server Plug-In Programmer's Guide • Version 6.02 • May 2002
Data Type
Description
Method for handling aliases in a search. This
int
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 return in the search
int
results.
Maximum amount of time (in seconds) allowed for
int
the search operation.
Slapi_Filter struct (an opaque data structure)
Slapi_Filter *
representing the filter to be used in the search.
String representation of the filter to be used in the
char *
search.
Array of attribute types to be returned in the search
char **
results.
Specifies whether the search results return attribute
int
types only or attribute types and values. (0 means
return both attributes and values; 1 means return
attribute types only)
Data Type
void *
void *
void *
int
Description
Set of search results.
Entry returned from iterating through
the results set.
Reserved for future use.
Number of search results found

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.02

Table of Contents