pam-rs icon indicating copy to clipboard operation
pam-rs copied to clipboard

Can `Conv` be marked as `Send`?

Open ChocolateLoverRaj opened this issue 1 year ago • 1 comments

I want to to create a pam module that can optionally take in input. For example, something like this: Either Wait 10 seconds or type "faster" and press enter to unlock.

The real use case is to write a fingerprint module (separate from libfprint).

ChocolateLoverRaj avatar Mar 09 '24 07:03 ChocolateLoverRaj

Fwiw, I don't currently use or maintain this crate. I might be able to merge a PR with a test case, but it's pretty low priority for me to more generally support, so I'd encourage forking.

anowell avatar Mar 09 '24 22:03 anowell