From owner-cvs-src@FreeBSD.ORG Tue Mar 27 09:59:15 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C137D16A47A; Tue, 27 Mar 2007 09:59:15 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B221B13C4BC; Tue, 27 Mar 2007 09:59:15 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l2R9xFEc056173; Tue, 27 Mar 2007 09:59:15 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l2R9xFRu056167; Tue, 27 Mar 2007 09:59:15 GMT (envelope-from yar) Message-Id: <200703270959.l2R9xFRu056167@repoman.freebsd.org> From: Yar Tikhiy Date: Tue, 27 Mar 2007 09:59:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libpam/modules/pam_unix pam_unix.8 pam_unix.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Mar 2007 09:59:15 -0000 yar 2007-03-27 09:59:15 UTC FreeBSD src repository Modified files: lib/libpam/modules/pam_unix pam_unix.8 pam_unix.c Log: 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. Approved by: maintainer (timeout) PR: bin/71147 MFC after: 1 month Revision Changes Path 1.13 +16 -3 src/lib/libpam/modules/pam_unix/pam_unix.8 1.52 +6 -0 src/lib/libpam/modules/pam_unix/pam_unix.c