logo

checkpassword-ng

Uniform password checking interface for applications
commit: 65d8651125c3e49a1b35a3f985bc3c239ab7efa1
parent 47ea56cc698f9e29b38695bc3e74fa7b059d64cb
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed, 28 Apr 2021 05:16:07 +0200

manpages: Note that PAM is unsupported

Diffstat:

Mcheckpassword.85+++++
Mchkpw.33+++
2 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/checkpassword.8 b/checkpassword.8 @@ -54,6 +54,11 @@ runs .Ar prog . .Sh SEE ALSO .Lk https://cr.yp.to/checkpwd/interface.html The checkpassword interface +.Sh LIMITATIONS +PAM (Pluggable Authentication Modules) +is unsupported for now, an implementation with the same standardized interface +with support for it is available at +.Lk http://checkpasswd-pam.sourceforge.net/ .Sh BUGS Please send all bugs to .Mt contact+chkpw@hacktivis.me diff --git a/chkpw.3 b/chkpw.3 @@ -36,6 +36,9 @@ which doesn't requires your application to be running with special privileges. returns .Aq NULL on success, on failure it returns an error message to be passed to the user. +.Sh LIMITATIONS +PAM (Pluggable Authentication Modules) +is unsupported for now. .Sh BUGS Please send all bugs to .Mt contact+chkpw@hacktivis.me