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:
Did this, and now I can list ldap server data from zimbra server.
Whew!