Manpage's content: Path corrected

This commit is contained in:
2018-04-03 04:32:07 +02:00
parent da0241f0da
commit c4234bd0ca
5 changed files with 523 additions and 9 deletions

View File

@ -24,6 +24,8 @@ You will need GCC or similar, as well as the PAM headers. Some distributions pac
To compile and install it, do the following within the project's root directory:
```
autoreconf -i
./configure
make
sudo make install
```
@ -61,14 +63,14 @@ To configure the module, add the following to the appropriate PAM configuration
### Using the removable media:
```
auth requisite pam_panic.so auth=<UUID> reject=<UUID> reboot serious=<UUID>
account requisite pam_panic.so
auth requisite /usr/local/lib/security/pam_panic.so auth=<UUID> reject=<UUID> reboot serious=<UUID>
account requisite /usr/local/lib/security/pam_panic.so
```
### Using the two passwords:
```
auth requisite pam_panic.so password reboot serious=<UUID>
account requisite pam_panic.so
auth requisite /usr/local/lib/security/pam_panic.so password reboot serious=<UUID>
account requisite /usr/local/lib/security/pam_panic.so
```