I have set up user fingerprint auth on Fedora 37 laptops.
With fingerprint auth as default auth choice, pam is waiting by default for 10 seconds for a valid fingerprint. Now, I would like to reduce the fingerprint timeout from 10s to 3s , as to fall back to passwords more earlier, when using the machine from remote.
I tried to modify the pam config line to
auth sufficient pam_fprintd.so max_tries=1 timeout=3
but without success and the timeout still takes 10s.
authselect
? Thanks in advance