dotfiles/pam/sudo

15 lines
266 B
Plaintext

#%PAM-1.0
# Try password first
auth sufficient pam_unix.so try_first_pass
# If password fails/empty, try fingerprint
auth sufficient pam_fprintd.so
# Final fallback to system-auth
auth include system-auth
account include system-auth
session include system-auth