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
It would be great if yubico-pam could display a prompt (PAM_TEXT_INFO) in challenge-response mode too.
We should have the option to hide/show the prompt but by default PAM_SILENTshould be respected.
The prompt= flag from #206 should change this prompt too.
I use this pam with sudo and sometimes I cannot tell if my computer is still working on something or waiting for me to tap the key, e.g.: make && sudo make install.
The text was updated successfully, but these errors were encountered:
When I opened this issue, I did not not know about pam-u2f and cue.
However I simply switched over to pam-u2f after my custom yubico-pam build broke last November.
It would be great if yubico-pam could display a prompt (
PAM_TEXT_INFO
) in challenge-response mode too.We should have the option to hide/show the prompt but by default
PAM_SILENT
should be respected.The
prompt=
flag from #206 should change this prompt too.I use this pam with sudo and sometimes I cannot tell if my computer is still working on something or waiting for me to tap the key, e.g.:
make && sudo make install
.The text was updated successfully, but these errors were encountered: