Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pambase:master commit in: templates/
Date: Tue, 02 Feb 2021 20:56:06
Message-Id: 1612281025.c3471f99454e8d086e133beaaf28b129fb22fc40.sam@gentoo
1 commit: c3471f99454e8d086e133beaaf28b129fb22fc40
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 2 15:50:25 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 2 15:50:25 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/pambase.git/commit/?id=c3471f99
7
8 templates/system-auth.tpl: fix try_first_pass typo
9
10 Closes: https://github.com/gentoo/pambase/issues/6
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 templates/system-auth.tpl | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/templates/system-auth.tpl b/templates/system-auth.tpl
17 index 1adee05..62344ff 100644
18 --- a/templates/system-auth.tpl
19 +++ b/templates/system-auth.tpl
20 @@ -12,7 +12,7 @@ auth requisite pam_faillock.so preauth
21 auth [success=2 default=ignore] pam_unix.so {{ nullok|default('', true) }} {{ debug|default('', true) }} try_first_pass
22 auth [success=1 default=ignore] pam_systemd_home.so
23 {% else %}
24 -auth [success=1 default=ignore] pam_unix.so {{ nullok|default('', true) }} {{ debug|default('', true) }} try_first_pas
25 +auth [success=1 default=ignore] pam_unix.so {{ nullok|default('', true) }} {{ debug|default('', true) }} try_first_pass
26 {% endif %}
27 auth [default=die] pam_faillock.so authfail