From 566cda5e4bc69f54d63d72f1e30703074fdf0ce8 Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Mon, 21 Oct 2024 05:47:38 -0400 Subject: [PATCH] output --- usr/libexec/security-misc/pam-info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/libexec/security-misc/pam-info b/usr/libexec/security-misc/pam-info index 930679a..32fdeaf 100755 --- a/usr/libexec/security-misc/pam-info +++ b/usr/libexec/security-misc/pam-info @@ -186,7 +186,7 @@ $0: ERROR: Login blocked after $failed_login_counter attempts. To unlock, run the following command as superuser: (If you still have a sudo/root shell somewhere.) -faillock --reset --user -- $PAM_USER +faillock --reset --user $PAM_USER However, most likely unlock procedure is required. First boot into recovery mode at grub boot menu and then run above command.