2024-11-29 22:18:16 +00:00
|
|
|
# CHecKPASSword
|
|
|
|
|
2024-12-05 23:28:00 +00:00
|
|
|
Checking and changing the user's password using the PAM library and its modules
|
|
|
|
|
|
|
|
To use it, you need to modify the binary file:
|
|
|
|
|
|
|
|
```
|
|
|
|
chown root:root /<path-to>/chkpass
|
|
|
|
chmod 4755 /<path-to>/chkpass
|
|
|
|
```
|