From 560e3c61e5f19f234506642b235c0745b6c6d221 Mon Sep 17 00:00:00 2001 From: Darius Drake Date: Thu, 28 Dec 2023 00:38:52 -0400 Subject: [PATCH] updated: fixed pam fingerprint auth --- system/etc/pam.d/system-local-login | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/system/etc/pam.d/system-local-login b/system/etc/pam.d/system-local-login index 5ccafc20f..4830b2fa1 100644 --- a/system/etc/pam.d/system-local-login +++ b/system/etc/pam.d/system-local-login @@ -1,7 +1,8 @@ #%PAM-1.0 -auth sufficient pam_fprintd.so -auth include system-login -account include system-login -password include system-login -session include system-login +auth sufficient pam_unix.so try_first_pass likeauth nullok +auth sufficient pam_fprintd.so +auth include system-login +account include system-login +password include system-login +session include system-login