Netscape DIRECTORY SERVER 6.02 - PLUG-IN Manual page 313

Table of Contents

Advertisement

LDAP_FILTER_SUBSTRINGS
For example:
LDAP_FILTER_GE
For example:
LDAP_FILTER_LE
For example:
LDAP_FILTER_PRESENT
For example:
LDAP_FILTER_APPROX
For example:
LDAP_FILTER_EXTENDED
For example:
See Also
slapi_filter_get_type()
slapi_filter_get_attribute_type()
slapi_filter_get_ava()
slapi_filter_get_subfilt()
(Applies only to filters of the type
values from the filter.
Syntax
#include "slapi-plugin.h"
int slapi_filter_get_subfilt( Slapi_Filter *f, char **type,
char **initial, char ***any, char **final );
Parameters
This function takes the following parameters:
f
type
(substring filter)
(ou=Account*Department)
("greater than or equal to" filter)
(supportedLDAPVersion>=3)
("less than or equal to" filter)
(supportedLDAPVersion<=2)
(presence filter)
(mail=*)
(approximation filter)
(ou~=Sales)
(extensible filter)
(o:dn:=Example)
LDAP_FILTER_SUBSTRINGS
Filter that you want to get the substring values from.
Pointer to the attribute type of the filter.
Functions for Dealing with Filters
) Gets the substring
Chapter 14
Function Reference
313

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.02

Table of Contents