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
First, thank you very much for this cool module. Except some minor issues, it does what I need.
One thing, I would like to be configurable is the log output during authentication:
* pam_usb v0.5.0
* Authentication request for user "username" (sudo)
* Device "device-name" is connected (good).
* Performing one time pad verification...
* Regenerating new pads...
* Access granted.
[sudo] password for username:
I would like to have an configuration switch to reduce the above output to:
* Performing one time pad verification...
* Regenerating new pads...
[sudo] password for username:
or
[sudo] password for username:
What do you think?
The text was updated successfully, but these errors were encountered:
First, thank you very much for this cool module. Except some minor issues, it does what I need.
One thing, I would like to be configurable is the log output during authentication:
I would like to have an configuration switch to reduce the above output to:
or
What do you think?
The text was updated successfully, but these errors were encountered: