comparison libpam-sys/README.md @ 162:180237d0b498

Improve README files for libpam-sys and libpam-sys-consts.
author Paul Fisher <paul@pfish.zone>
date Mon, 14 Jul 2025 15:07:16 -0400
parents e9354e655f38
children 0730f5f2ee2a
comparison
equal deleted inserted replaced
161:e9354e655f38 162:180237d0b498
1 # `libpam-sys`: low-level bindings to Pluggable Authentication Modules 1 # `libpam-sys`: low-level bindings to Pluggable Authentication Modules
2 2
3 This crate provides low-level access to PAM, working with multiple PAM implementations. 3 - Supports all known PAM implementations on Linux, Mac OS, BSD, and Illumos/Solaris
4 You do not need PAM system headers installed to use this! 4 - Works with zero configuration for common use cases
5 - No need for system header files
6 - Depends only on `libc`
5 7
6 If you're looking for a nice, safe, Rusty API to PAM, may I recommend [nonstick]? 8 If you're looking for a nice, safe, Rusty API to PAM, may I recommend [nonstick]?
7 9
8 ## PAM implementations 10 ## PAM implementations
9 11