I can use ldap search to search and see all of my users....
from another server I can
Code:
ldapsearch -h mail.ourdomain.com -xLLL -b "dc=ourdomain,dc=com"
And it will list all users and distribution lists.
I can change it to
Code:
ldapsearch -h mail.brantley.k12.ga.us -xLLL -b "uid=amorgan,ou=people,dc=brantley,dc=k12,dc=ga,dc=us"
and it returns just my information.
Code:
dn: uid=amorgan,ou=people,dc=ourdomain,dc=com
zimbraMailTransport: lmtp:mail.ourdomain.com:7025
zimbraMailDeliveryAddress: amorgan@ourdomain.com
givenName: My
sn: Name
zimbraMailStatus: enabled
zimbraId: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
mail: amorgan@ourdomain.com
displayName: My Name
uid: amorgan
objectClass: organizationalPerson
objectClass: zimbraAccount
objectClass: amavisAccount
cn: My Name
zimbraMailHost: mail.ourdomain.com
I'm beginning to think that just a standard zimbra install will not work and that it may be looking for something that's not currently in ldap, but I'm far from being even remotely ldap savvy.