Crate pam_sys [−] [src]
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.
Reexports
pub use types::*; |
pub use wrapped::*; |
Modules
| raw |
Raw FFI bindings to Linux-PAM |
| types |
Types defined by Linux-PAM |
| wrapped |
Wrapped FFI bindings to Linux-PAM |