This problem has reared its ugly head again, but this time it's worse. I have my VCVA set up to use Active Directory for authentication. Somehow my AD account is locked up in VCVA. It is not locked in AD; I checked the account in Users and Computers and I can use it to log onto other machines on the domain. However, whenever I try to log into vCenter throught the vSphere client it tells me "cannot complete login due to incorrect username or password". I can log into vSphere using another domain admin account and a local account that I set up as a backdoor, but the domain admin account that I usually use comes back with the error. If I try to use PuTTY to SSH directly into the VCVA using my domain admin account, I get an error in a pop-up box that says:
Server sent disconnect message type 2 (protocol error): "Too many authentication failures for username@domain"
In the PuTTY terminal window it says:
login as: username@domain
VMware vCenter Server Appliance 5.0.0.3324 Build 472350
Access denied
Using keyboard-interactive authentication.
Accounted locked due to 2388 failed login
Please see the attached screenshot:

I'm not sure what to do. When this happened with my local accounts, I just deleted them and recreated them and everything worked again. I can't do that this time because the account does not reside on the local machine. If I run:
passwd -S -a
the domain admin accounts are obviously not listed. I'm not even sure how these Active Directory accounts can be locked if they don't reside on the VCVA. Could this be a problem with SSH? I would greatly appreciate any assistance.