Expand description
FFI wrappers for the Linux Pluggable Authentication Modules (PAM)
This crate provides easy access to the Linux-PAM. Both raw and wrapped versions
of the common functions from libpam.so
are provided as well as types used in
these functions.
Note: Not all functions are fully supported yet. For now mainly the ones required for authentication with PAM rather than writing a custom PAM module are provided.