README update.

This commit is contained in:
Johannes Findeisen 2024-08-10 06:30:13 +02:00
commit 247dcf3ad7

View file

@ -4,12 +4,16 @@ checkpw is a program to check the validity of a users password on a Linux/PAM-ba
# Installation:
git clone https://git.xw3.org/hanez/checkpw.git
cd checkpw
gcc -lpam -lpam_misc -o checkpw checkpw.c
'''
git clone https://git.xw3.org/hanez/checkpw.git
cd checkpw
gcc -lpam -lpam_misc -o checkpw checkpw.c
'''
# Usage:
./checkpw -u $USERNAME -p $PASSWORD
echo $?
'''
./checkpw -u $USERNAME -p $PASSWORD
echo $?
'''