Quote:
Originally Posted by PhD a working line in my audit log shows:
2011-07-17 14:59:32,345 INFO [btpool0-2457://localhost/service/soap/AuthRequest] [name=username@domain.com;oip=10.0.0.10;ua=zclient/7.1.1_GA_3213;] security - cmd=Auth; account=username@domain.com; protocol=soap;
it looks like it might failing at finding a "valid" zimbra account?
whats the output of
zmprov ga csoviero | grep -e ^uid: -e ^mail: |
ERROR: account.NO_SUCH_ACCOUNT (no such account: csoviero)
I may have found the problem...
I did a tcpdump while doing the following, and opened it up in Wireshark:
- Doing the test (that works)
- Actually logging in (which doesn't work)
When doing the first, I see a dozen or so packets flying back and forth with LDAP auth info...
However, when I actually try to login, there is no connection attempted between the LDAP server and Zimbra AT ALL!?
Huh!?
Edit: I also did a packet capture while running your command, and again no communication between the two servers... I am so confused.