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: Mon, 12 Oct 2020 15:28:04
Message-Id: 1602513132.da499cca70c5e77c851c5f75440df188fe2eeabe.sam@gentoo
1 commit: da499cca70c5e77c851c5f75440df188fe2eeabe
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 11 20:55:39 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 12 14:32:12 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/pambase.git/commit/?id=da499cca
7
8 templates/system-login.tpl: remove duplicate block from system-auth
9
10 Bug: https://bugs.gentoo.org/747868
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 templates/system-login.tpl | 5 -----
14 1 file changed, 5 deletions(-)
15
16 diff --git a/templates/system-login.tpl b/templates/system-login.tpl
17 index d51481b..99801a1 100644
18 --- a/templates/system-login.tpl
19 +++ b/templates/system-login.tpl
20 @@ -1,11 +1,6 @@
21 auth required pam_shells.so {{ debug|default('', true) }}
22 auth required pam_nologin.so
23 auth include system-auth
24 -{% if not minimal %}
25 -auth required pam_faillock.so preauth silent audit deny=3 unlock_time=600
26 -auth sufficient pam_unix.so nullok try_first_pass
27 -auth [default=die] pam_faillock.so authfail audit deny=3 unlock_time=600
28 -{% endif %}
29
30 account required pam_access.so {{ debug|default('', true) }}
31 account required pam_nologin.so