Mercurial > crates > nonstick
diff libpam-sys/README.md @ 118:39760dfc9b3b
Detect PAM library based only on system lib; rename minimal lib to XSso.
Also formats and assorted other cleanup.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Sun, 29 Jun 2025 20:13:03 -0400 |
parents | 2346fd501b7a |
children |
line wrap: on
line diff
--- a/libpam-sys/README.md Sun Jun 29 18:48:14 2025 -0400 +++ b/libpam-sys/README.md Sun Jun 29 20:13:03 2025 -0400 @@ -9,10 +9,10 @@ - Linux: `LinuxPam` - BSDs, including Mac OS: `OpenPam` - Illumos/Solaris: `Sun` -- Unknown: `OpenPamMinimal` +- Unknown: `XSso` Each implementation exports all the functionality available in its respective PAM library. -`OpenPamMinimal` is a subset that includes only the functions available in the spec, and the constants shared in common between OpenPAM and Sun's implementation. +`XSso` exports only what is in the [X/SSO specification][xsso]. ## References