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.
Re-exports§
Modules§
- Raw FFI bindings to Linux-PAM
- Types defined by Linux-PAM
- Wrapped FFI bindings to Linux-PAM