#%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

