ChocolateLoverRaj / pam-any

A PAM module that runs multiple other PAM modules in parallel, succeeding as long as one of them succeeds.
Apache License 2.0
8 stars 0 forks source link

[WIP] Add an option to not use unsafe send and require answering pending prompt #8

Open ChocolateLoverRaj opened 5 months ago

ChocolateLoverRaj commented 5 months ago

Add an option to not use unsafe send and require answering pending prompt

ChocolateLoverRaj commented 5 months ago

I can't progress on this until https://github.com/crossbeam-rs/crossbeam/issues/1096 gets fixed