When invoked on an LDAPSERVICES
instance, the _SEARCH method enables you to select and retrieve entries
from an LDAP directory.
The content returned in the results parameter
is a list of SCL lists containing the entries, attributes, and values
that match the search criteria. Each entry in the entry list contains
a sublist in the following format:
Entry Contents
|
|
|
|
|
Distinguished name of
an entry.
|
|
|
Number of attributes
and values in an entry.
|
|
|
Attribute name and values.
|
|
|
Attribute name and values.
|
|
|
Attribute name and values.
|
The SCL list that contains the attribute
names and values (see item 3 in Table 3.1) has the following format:
SCL List Contents
|
|
|
|
|
|
|
|
Number of values returned
for this attribute
|
|
|
|
|
|
|
|
|
|
Note: This method
should not be used to retrieve internal attributes from a Microsoft
Active Directory server.