chkusr is a set of programs to verify information about a user on PAM/UNIX based systems.
authentication
checkpassword
checkpwd
chkgrp
chkpw
chkpwd
chkpwr
linux
pam
password
python
rule
shell
unix
user
- C 77.7%
- Lua 14.3%
- Makefile 5.3%
- Roff 2.7%
| .gitignore | ||
| checkpw.c | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
checkpw - 1.0
checkpw is a program that checks the validity of a users password on a Linux/PAM-based system.
Installation:
git clone https://git.xw3.org/hanez/checkpw.git
cd checkpw
make
sudo make install
Usage:
./checkpw [-u <username>] [-p <password>] [-i] [-v] [-h]
Options:
-u <username> Specify username.
-p <password> Specify password.
-i Enable interactive mode to prompt for missing username/password.
-v Enable verbose mode.
-h Show this help
Returns 0 on success, 1 otherwise.
echo $?