Registry / auth / pam-sys

pam-sys

JSON →
library0.5.6rscratesunverified

FFI wrappers for the Linux Pluggable Authentication Modules (PAM) library.

# Cargo.toml [dependencies] pam-sys = "0.5.6"
INSTALL
IMPORT
SIG · PAM-SYS
P
pam-sys
authrustv0.5.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

pam_handle_t
use pam_sys::pam_handle_t;

Declare a PAM handle pointer using the FFI type.

use pam_sys::pam_handle_t; fn main() { let _handle: *mut pam_handle_t = std::ptr::null_mut(); }
Debug
Known issues
gotchaRequires PAM development headers installed on the system.
fix
Install libpam0g-dev (Debian/Ubuntu) or pam-devel (RHEL/Fedora).
affects: >=0.5.0
Upgrade
Version history
0.5.6latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Amazon
1
OpenAI (training)
1
Resources
pam-sys — cargo add pam-sys · libregistry