I have installed LDAP server using ApacheDirectoryStudio and created various objects there.
When I use search within mentioned program it works fine but when I take url from "search logs" and use it in the browser, I am not getting what I created.
Why do I face this behavior?
EDIT1:
I only want to create user which will be available through LDAP URL. I tried to create some: find my screenshot from ApacheDS
Then I take LDAP URL from the "search logs" which I marked yellow
e.g. ldap://localhost:10389/ou=users,ou=system?objectClass?sub?(objectClass=*)
and I try to load it in the browser(IE or Chrome). Here Windows contacts window opens and I am notified that there are no entries in the directory service that match your search criteria.
EDIT2:
When using LDAP browser I am getting following "Unable to perform Read entry operation." error: jxplorer unable to perform read entry
I could finally solve my issue.
I had to figure out that order in LDAP query matters.
That I can only see exactly what I query, no items in the subtree visible.
Disable option "Enable Access control"
Restarting LDAP server.