"King, Leon C" leon.king@verizonbusiness.com writes:
I’ve finally configured openldap-2.4.11, back_sql, and oracle. I’ve imported the test database implemented by database scripts online which creates the tables ( persons, documents, etc ). Now my problem is how do I view all of the LDAP entries? I’m a newbie at this, so any help would be appreciated.
ldapsearch -H ldap://your.host -b dc=example,dc=com -s one "*" -x Or get a graphical ldap-browser to search this tree.
-Dieter