Thanks for the reply. I'm getting a 'No such object' response from the server.
ldapsearch -x -b 'dc=example,dc=com' -s one "*" (running locally on the ldap server)
# extended LDIF # # LDAPv3 # base <dc=example,dc=com> with scope oneLevel # filter: (objectclass=*) # requesting: * #
# search result search: 2 result: 32 No such object
Leon King Development Team Lead OASIS/ICIS WEB Service Assurance Outside: 919-378-6626 v-net: 965-6626
-----Original Message----- From: openldap-software-bounces+leon.king=verizonbusiness.com@openldap.org [mailto:openldap-software-bounces+leon.king=verizonbusiness.com@openldap.org] On Behalf Of Dieter Kluenter Sent: Wednesday, February 18, 2009 1:04 PM To: openldap-software@openldap.org Subject: Re: Verify Connection to LDAP with Oracle backend.
"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