try checking what that user has in the file /etc/shadow
grep USERNAME /etc/shadow
if username starts looks like this then this account is suspended
USERNAME:!
if it starts like this then it should be ok
USERNAME:$
note only difference is ! and $ after USERNAME: