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

Simplified PAM module creation in Rust

Results 5 pam-rs issues
Sort by recently updated
recently updated
newest added

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?