Searching An Internationalized Directory - Netscape DIRECTORY SERVER 6.01 - ADMINISTRATOR Administrator's Manual

Table of Contents

Advertisement

The following filter returns all entries whose organizational unit is Marketing and
that have Julie Fulmer or Cindy Zwaska as a manager:
(&(ou=Marketing)(|(manager=cn=Julie
Fulmer,ou=Marketing,dc=example,dc=com)(manager=cn=Cindy
Zwaska,ou=Marketing,dc=example,dc=com)))
The following filter returns all entries that do not represent a person:
(!(objectClass=person))
The following filter returns all entries that do not represent a person and whose
common name is similar to
(&(!(objectClass=person))(cn~=printer3b))

Searching an Internationalized Directory

When you perform search operations, you can request that the directory sort the
results based on any language for which the server has a supporting collation
order. For a listing of the collation orders supported by the directory, see
"Identifying Supported Locales," on page 528.
NOTE
This section focuses on the matching rule filter portion of the
For more information on general
on page 508. For information on searching internationalized directories using the
Users and Groups portion of the Netscape Console, refer to the online help or
Managing Servers with Netscape Console.
This section covers the following topics:
Matching Rule Filter Syntax
Supported Search Types
International Search Examples
printer3b
When performing internationalized searches, you must perform an
LDAP v3 search; therefore, do not specify the
to
.
ldapsearch
ldapsearch
Searching an Internationalized Directory
:
-V2
syntax, see "LDAP Search Filters,"
Appendix B
option on the call
syntax.
ldapsearch
Finding Directory Entries
513

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.01

Table of Contents