On active directory I can do a subtree and one level ldap search using the following filters:
base dn: CN=Users,DC=local,DC=tld
filter: (sAMAccountName=dummyaccount)
The dummyaccount is in the Users container. Can somebody explain to me why one-level and subtree work whereas base does not? Is there something I can do to get base to find the object?