The search filter string excludes instances of LdapEntry that do not match the string. At its simplest a filter is attribute operator value. Operator can test
•
•
• For instance, ‘(roomNumber>9000)’ matches instances of LdapEntry whose roomNumber is greater than 9000. Value can contain wild cards. Use '(objectClass=*)' if you want to match everything.
•
•
• The search base string sets the place to start the search in the LDAP directory hierarchy. Setting it to the DN ou=Payroll,dc=example,dc=com will cause the search to start at the organizationalUnit Payroll level.The scope determines how far down from the base the search will look in the directory hierarchy. Scope is one of
|