You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 20, 2025. It is now read-only.
The first line in my pam.d/authorization file is auth sufficient /usr/local/lib/security/pam_yubico.so mode=challenge-response
The issue is the macOS never let me enter my login password because I had once the first line in my pam is validated, the PAM finishes up and ignores the following required lines and therefore Keychain cannot get my login password and complains about it. Is there a workaround? My intention is to only use Yubikey for login and password only as a backup.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The first line in my
pam.d/authorization
file isauth sufficient /usr/local/lib/security/pam_yubico.so mode=challenge-response
The issue is the macOS never let me enter my login password because I had once the first line in my pam is validated, the PAM finishes up and ignores the following required lines and therefore Keychain cannot get my login password and complains about it. Is there a workaround? My intention is to only use Yubikey for login and password only as a backup.
The text was updated successfully, but these errors were encountered: