Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 622 Bytes

readme.md

File metadata and controls

15 lines (10 loc) · 622 Bytes

PAM SM

Crates.io version shield Crates.io license shield

Rust FFI wrapper to implement PAM service modules for Linux.

Documentation - Cargo - Repository

Features

This crate supports the following optional features:

  • libpam: this enables the extension trait PamLibExt and linking against libpam.so for its native implementation.