I can successfully authenticate an AD user via an LDS proxy.
However, when I do a search after the authentication, I get an object not found.
What could be the reasons and how do I fix this?
Is their an ACL in LDS?
Is my search filter too narrow? Shouldn't object=* get any object?
Is my scope too narrow? Isnt subtree the largest scope?
Is my search beginning from the wrong node in the tree?
In order to search, does the user that I authenticate as need to be a member of the readers role as well as in the users container?
I am trying to use Java JNDI to authenticate and search.
Thanks
leo