HP-UX Directory Server 8.1 plug-in reference

Table Of Contents
The following function sets all three parameters:
SLAPI_SEARCH_INTERNAL_PB()
63.1 Query operators in extensible match filters
The server checks the value of the SLAPI_PLUGIN_MR_QUERY_OPERATOR parameter to determine
which operator is specified. The following parameters are defined values for the
SLAPI_PLUGIN_MR_QUERY_OPERATOR:
DescriptionParameter ID
Less than (<) operator.SLAPI_OP_LESS
Less than or equal to (<=) operator.SLAPI_OP_LESS_OR_EQUAL
Equal to (=) operator.SLAPI_OP_EQUAL
Greater than or equal to (>=) operator.SLAPI_OP_GREATER_OR_EQUAL
Greater than (>) operator.SLAPI_OP_GREATER
Allows an operation to use a wildcard (*) in a search filter. When
used in a table it can be stated as cn=a*, cn=*a, or cn = *a*.
SLAPI_OP_SUBSTRING
418 Parameters for the matching rule function