How to configure PAM to require both password and fingerprint to log in?
I can do a password / fingerprint login but not both by changing /etc/pam.d/common-auth
For password only
auth [success=2 default=ignore] pam_unix.so nullok_secureFor fingerprint only
auth [success=2 default=ignore] pam_fprintd.so
How to combine both?