commit: da499cca70c5e77c851c5f75440df188fe2eeabe Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Oct 11 20:55:39 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Oct 12 14:32:12 2020 +0000 URL: https://gitweb.gentoo.org/proj/pambase.git/commit/?id=da499cca
templates/system-login.tpl: remove duplicate block from system-auth Bug: https://bugs.gentoo.org/747868 Signed-off-by: Sam James <sam <AT> gentoo.org> templates/system-login.tpl | 5 ----- 1 file changed, 5 deletions(-) diff --git a/templates/system-login.tpl b/templates/system-login.tpl index d51481b..99801a1 100644 --- a/templates/system-login.tpl +++ b/templates/system-login.tpl @@ -1,11 +1,6 @@ auth required pam_shells.so {{ debug|default('', true) }} auth required pam_nologin.so auth include system-auth -{% if not minimal %} -auth required pam_faillock.so preauth silent audit deny=3 unlock_time=600 -auth sufficient pam_unix.so nullok try_first_pass -auth [default=die] pam_faillock.so authfail audit deny=3 unlock_time=600 -{% endif %} account required pam_access.so {{ debug|default('', true) }} account required pam_nologin.so
