From ee4f6b1a6b402ebdf3c5763d934f1aaa6b32e633 Mon Sep 17 00:00:00 2001 From: Mikle KOlyada Date: Sun, 20 Dec 2020 20:52:38 +0300 Subject: system-login: add pam_time.so Signed-off-by: Mikle KOlyada --- templates/system-login.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/system-login.tpl b/templates/system-login.tpl index 0c60bb6..b4b74cf 100644 --- a/templates/system-login.tpl +++ b/templates/system-login.tpl @@ -4,6 +4,7 @@ auth include system-auth account required pam_access.so {{ debug|default('', true) }} account required pam_nologin.so +account required pam_time.so account include system-auth password include system-auth -- cgit v1.2.3-65-gdbad