Manpage's content: Path corrected
This commit is contained in:
10
README.md
10
README.md
@ -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
|
||||
```
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user