You will use this command to search for entries on the LDAP server.
Syntax:
|
Lists and Variables
The application must supply a working list to which the SEARCH command will pass the retrieved DN values. The working list must contain one field as follows:
Refer to the following examples to see how this works. For information on how to supply a working list to service commands from RDML, RDMLX or RPG applications, refer to Java Service Manager Clients.
Example
SEARCH DN(o=ibmteldir) FILTER(objectclass=person) SCOPE(*SUB) #WRKLST(DN)