Example 1

For the GET > Source setting in an input card, select JNDI. In the GET > Source > Command field, enter:


-TRACE+ myfile.mtr -Timeout 10000
-MAXHITS 10
-url "ldap://localhost/cn=Test, o=IBM Software,c= 
US??base?objectclass=*"

This command specifies the following:

  • enables a trace file called myfile.mtr in append mode
  • sets a the time limit for lookup operations to 10,000 milliseconds
  • specifies the maximum number of hits to be returned in a search request to ten.
  • specifies the entries to search for on the LDAP server called localhost