![Netscape NETSCAPE DIRECTORY SERVER 6.2 - GATEWAY CUSTOMIZATION Manual Download Page 574](http://html1.mh-extra.com/html/netscape/netscape-directory-server-6-2-gateway-customization/netscape-directory-server-6-2-gateway-customization_manual_1674642574.webp)
Parameters for the Search Function
574
Netscape Directory Server Plug-In Programmer’s Guide • December 2003
Parameters for Executing the Search
The following parameters are set by the front-end and back-end database as part of
the process of executing the search.
SLAPI_SEARCH_SCOPE
int
The scope of the search. The scope can be one of the
following values:
•
LDAP_SCOPE_BASE
•
LDAP_SCOPE_ONELEVEL
•
LDAP_SCOPE_SUBTREE
SLAPI_SEARCH_DEREF
int
Method for handling aliases in a search. This
method can be one of the following values:
•
LDAP_DEREF_NEVER
•
LDAP_DEREF_SEARCHING
•
LDAP_DEREF_FINDING
•
LDAP_DEREF_ALWAYS
SLAPI_SEARCH_SIZELIMIT
int
Maximum number of entries to return in the search
results.
SLAPI_SEARCH_TIMELIMIT
int
Maximum amount of time (in seconds) allowed for
the search operation.
SLAPI_SEARCH_FILTER
Slapi_Filter *
Slapi_Filter
struct (an opaque data structure)
representing the filter to be used in the search.
SLAPI_SEARCH_STRFILTER
char *
String representation of the filter to be used in the
search.
SLAPI_SEARCH_ATTRS
char **
Array of attribute types to be returned in the search
results.
SLAPI_SEARCH_ATTRSONLY
int
Specifies whether the search results return attribute
types only or attribute types and values. (0 means
return both attributes and values; 1 means return
attribute types only).
Parameter ID
Data Type
Description
SLAPI_SEARCH_RESULT_SET
void *
Set of search results.
Parameter ID
Data Type
Description
Summary of Contents for NETSCAPE DIRECTORY SERVER 6.2 - GATEWAY CUSTOMIZATION
Page 1: ...Plug In Programmer s Guide Netscape Directory Server Version6 2 December 2003...
Page 18: ...18 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 56: ...56 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 112: ...112 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 168: ...Plug In API Reference 168 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 170: ...170 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 600: ...600 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 612: ...612 Netscape Directory Server Plug In Programmer s Guide December 2003...