https://bugs.kde.org/show_bug.cgi?id=483130

--- Comment #8 from Charitakis Yannis <kde-yan...@ych.gr> ---
(In reply to Anthony Wang from comment #7)
> I'm also running into this bug in Plasma 6.3.2 on Arch Linux. If I turn my
> computer off and on four times and use fingerprint login, then it locks me
> out for 10 minutes the fourth time. Adding the line `auth       required    
> pam_faillock.so      authsucc` to the end of the `auth` section in
> `/etc/pam.d/kde-fingerprint` fixes this problem for me.



I already had this line in my config, maybe that's why I wasn't locked out.

```
#%PAM-1.0

auth       required                    pam_shells.so
auth       requisite                   pam_nologin.so
auth       requisite                   pam_faillock.so      preauth
-auth      required                    pam_fprintd.so
auth       optional                    pam_permit.so
auth       required                    pam_env.so
auth       required                    pam_faillock.so      authsucc       
<-------- this line

account       requisite                   pam_faillock.so      preauth
account    include                     system-local-login
account       required                    pam_faillock.so      authsucc

password   required                    pam_deny.so

session    include                     system-local-login
```

If it's not there by default, I can't recall when did I place it there....
sorry.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to