check the values of LOCKED_PASSWD_PREFIX, LOCKED_PASSWD_STRING and
LOCKED_PASSWD_SUBSTR in config.h -- depending on your platform and how
openssh was compiled you may have different values defined there.
if you want to bypass this for a single user, just use a string in the
passwd field which ssh isn't compiled to match.
otherwise make sure all those are not defined in config.h and recompile
ssh (doesn't seem to be an autoconf option to tweak this)
On Tue, 28 Nov 2006, Brian McNally wrote:
Versions of sshd >3.8 check to see if a user's account is locked when
authenticating them. Is there a way to disable this "feature", either at
compile time or with an undocumented option in sshd_config?
Thanks,
--
Brian McNally