Ok we recently had an issue with our zimbra server. We did a clean install and decided to try to set up our MailArchiva server to connect to our zimbra ldap to allow everyone to pull whatever e-mail they needed back over. So far we haven't been able to get this working. I hope somone can tell me what I'm doing wrong....
Here is what mail archiva needs and what we've got it set to
LDAP Server Address: mail.ourdomain.com:389 (FQDN

ort)
Base DN: dc=ourdomain,dc=com
Service DN: cn=config
Service Account Password: randompassword
Bind Attribute: uid
Email Attribute: mail
I have also tried setting the Base DN to dc=mail,dc=ourdomain,dc=com
When I try to test the login I get...
Authentication failed. the user
amorgan@ourdomain.com does exist in the LDAP repository. is the login name or bind attribute correct?
This makes me think that it is hitting the ldap server but can't find my address. I thought that maybe it was that the uid when I try to query the server comes back as amorgan and not my full e-mail address, so I tried setting the Bind Attrib to mail and it still doesn't work.