README update.
This commit is contained in:
parent
46ad9bfd5b
commit
88cfe343e4
1 changed files with 11 additions and 10 deletions
21
README.md
21
README.md
|
|
@ -2,8 +2,18 @@
|
||||||
|
|
||||||
checkpw is a program that checks the validity of a users password on a Linux/PAM-based system.
|
checkpw is a program that checks the validity of a users password on a Linux/PAM-based system.
|
||||||
|
|
||||||
|
# Installation:
|
||||||
|
|
||||||
```
|
```
|
||||||
Usage: ./checkpw [-u <username>] [-p <password>] [-i] [-v] [-h]
|
git clone https://git.xw3.org/hanez/checkpw.git
|
||||||
|
cd checkpw
|
||||||
|
gcc -lpam -lpam_misc -Werror -o checkpw checkpw.c
|
||||||
|
```
|
||||||
|
|
||||||
|
# Usage:
|
||||||
|
|
||||||
|
```
|
||||||
|
./checkpw [-u <username>] [-p <password>] [-i] [-v] [-h]
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
-u <username> Specify username.
|
-u <username> Specify username.
|
||||||
|
|
@ -18,12 +28,3 @@ Returns 0 on success, 1 otherwise.
|
||||||
```
|
```
|
||||||
echo $?
|
echo $?
|
||||||
```
|
```
|
||||||
|
|
||||||
# Installation:
|
|
||||||
|
|
||||||
```
|
|
||||||
git clone https://git.xw3.org/hanez/checkpw.git
|
|
||||||
cd checkpw
|
|
||||||
gcc -lpam -lpam_misc -Werror -o checkpw checkpw.c
|
|
||||||
```
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue