README update.

This commit is contained in:
Johannes Findeisen 2024-09-24 04:50:29 +02:00
commit 7ffe30647b

View file

@ -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.