pam-rs
pam-rs copied to clipboard
Simplified PAM module creation in Rust
Hi! For simple auth scenarios having to bother with a conversation function is overkill in my view. Therefore I added (by copying from `get_user()`) one essential and missing PAM function,...
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...
PAM modules are expected to log to syslog using the pam_syslog() function. This change makes that function available and implements PamHandle.log() that gives the function a rust friendly API
Can you publish this to crates.io?