]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC:
authoryar <yar@FreeBSD.org>
Thu, 26 Apr 2007 06:39:01 +0000 (06:39 +0000)
committeryar <yar@FreeBSD.org>
Thu, 26 Apr 2007 06:39:01 +0000 (06:39 +0000)
commit3cb34a2f46baa94e2cf4926ca5df22b9c839ba48
tree6ab388c5fd47a8e72dfdac7aac19c43989fa80cf
parent60df5c757c3001c3564e34e8f0d3c2db541f3870
MFC:
pam_unix.c 1.52
pam_unix.8 1.13

  In account management, verify whether the account has been locked
  with `pw lock', so that it's impossible to log into a locked account
  using an alternative authentication mechanism, such as an ssh key.
  This change affects only accounts locked with pw(8), i.e., having a
  `*LOCKED*' prefix in their password hash field, so people still can
  use a different pattern to disable password authentication only.

  Mention all account management criteria in the manpage.

PR: bin/71147
lib/libpam/modules/pam_unix/pam_unix.8
lib/libpam/modules/pam_unix/pam_unix.c