Date: Thu, 26 Apr 2007 06:39:01 +0000 (UTC) From: Yar Tikhiy <yar@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpam/modules/pam_unix pam_unix.8 pam_unix.c Message-ID: <200704260639.l3Q6d1SH027885@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yar 2007-04-26 06:39:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libpam/modules/pam_unix pam_unix.8 pam_unix.c Log: 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 Revision Changes Path 1.11.2.2 +16 -3 src/lib/libpam/modules/pam_unix/pam_unix.8 1.51.2.1 +6 -0 src/lib/libpam/modules/pam_unix/pam_unix.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704260639.l3Q6d1SH027885>