From 7ffe30647bc08e93792900843c37609814c54dd5 Mon Sep 17 00:00:00 2001 From: hanez Date: Tue, 24 Sep 2024 04:50:29 +0200 Subject: [PATCH] README update. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 66ce0f6..fc71748 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ checkpw is a program that checks the validity of a users password on a UNIX/PAM-based system. +Currently only tested on Linux, but it should work on the AIX operating system, DragonFly BSD, FreeBSD, HP-UX, Linux, macOS, NetBSD and Solaris. + ## The idea behind: I needed a program to verify passwords of users on Linux based systems using PAM.