From e0a32fcedc06e00d98de3ca65e264232a6417cb0 Mon Sep 17 00:00:00 2001 From: hanez Date: Wed, 1 Jan 2025 08:13:06 +0100 Subject: [PATCH] README update. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b012953..81ba89f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # checkpw -checkpw is a program that checks the validity of a users password on a UNIX/PAM-based system. +checkpw is a program that checks the validity of a users password on a UNIX/[PAM](https://en.wikipedia.org/wiki/Pluggable_Authentication_Module)-based system. Currently only tested on Linux, but it should work on the [AIX](https://en.wikipedia.org/wiki/IBM_AIX), [DragonFly BSD](https://www.dragonflybsd.org/), [FreeBSD](https://www.freebsd.org/), [HP-UX](https://en.wikipedia.org/wiki/HP-UX), [Linux](https://kernel.org/), [macOS](https://en.wikipedia.org/wiki/MacOS), [NetBSD](https://netbsd.org/) and [Solaris](https://en.wikipedia.org/wiki/Oracle_Solaris) operating system too.