View Single Post
  #19 (permalink)  
Old 07-01-2007, 02:04 PM
folioguru folioguru is offline
Partner (VAR/HSP)
 
Posts: 38
Default No Such Object

When I execute this command on the machine on which the ldap server is running, I get the expected results with all record entries:

ldapsearch -H "ldap://example.com" -D 'cn=Manager, dc=example,dc=com' -x -W

However, when I execute the very same command from the machine that Zimbra is running on I get this:
Quote:
[root@zimbra ~]# ldapsearch -H "ldap://example.com" -D 'cn=Manager, dc=example,dc=com' -x -W
Enter LDAP Password:
# extended LDIF
#
# LDAPv3
# base <> with scope sub
# filter: (objectclass=*)
# requesting: ALL
#

# search result
search: 2
result: 32 No such object

# numResponses: 1
Man, this is frustrating! What am I missing now?

UPDATE:

Sorry, answered my own question. ldap.conf is the client configuration, and I needed to modify the BASE element:
Quote:
BASE dc=example,dc=com
Did this, and now I can list ldap server data from zimbra server.

Whew!

Last edited by folioguru : 07-01-2007 at 02:23 PM.
Reply With Quote