From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 72C281382C5 for ; Tue, 2 Feb 2021 20:56:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35208E092D; Tue, 2 Feb 2021 20:56:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 193EDE092D for ; Tue, 2 Feb 2021 20:56:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9928734143D for ; Tue, 2 Feb 2021 20:56:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12B99B9 for ; Tue, 2 Feb 2021 20:56:01 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1612281025.c3471f99454e8d086e133beaaf28b129fb22fc40.sam@gentoo> Subject: [gentoo-commits] proj/pambase:master commit in: templates/ X-VCS-Repository: proj/pambase X-VCS-Files: templates/system-auth.tpl X-VCS-Directories: templates/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c3471f99454e8d086e133beaaf28b129fb22fc40 X-VCS-Branch: master Date: Tue, 2 Feb 2021 20:56:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0038f882-18c2-4176-adf0-c07cc4b8735b X-Archives-Hash: 5c0578084dd39684d0ee9c717961bd5c commit: c3471f99454e8d086e133beaaf28b129fb22fc40 Author: Sam James gentoo org> AuthorDate: Tue Feb 2 15:50:25 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Feb 2 15:50:25 2021 +0000 URL: https://gitweb.gentoo.org/proj/pambase.git/commit/?id=c3471f99 templates/system-auth.tpl: fix try_first_pass typo Closes: https://github.com/gentoo/pambase/issues/6 Signed-off-by: Sam James gentoo.org> templates/system-auth.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/system-auth.tpl b/templates/system-auth.tpl index 1adee05..62344ff 100644 --- a/templates/system-auth.tpl +++ b/templates/system-auth.tpl @@ -12,7 +12,7 @@ auth requisite pam_faillock.so preauth auth [success=2 default=ignore] pam_unix.so {{ nullok|default('', true) }} {{ debug|default('', true) }} try_first_pass auth [success=1 default=ignore] pam_systemd_home.so {% else %} -auth [success=1 default=ignore] pam_unix.so {{ nullok|default('', true) }} {{ debug|default('', true) }} try_first_pas +auth [success=1 default=ignore] pam_unix.so {{ nullok|default('', true) }} {{ debug|default('', true) }} try_first_pass {% endif %} auth [default=die] pam_faillock.so authfail