This commit is contained in:
2018-04-03 15:52:18 +02:00
parent 4b69fba344
commit a65f28725d
9 changed files with 47 additions and 26 deletions

View File

@ -126,15 +126,15 @@ To activate the module you have to configure PAM\&. See \fBpam\&.conf(5)\fR for
In general, you will want to add the following to the top of a PAM configuration file:
.PD 0
.RS 4
auth requisite /usr/local/lib/security/pam_panic\&.so auth=<UUID> reject=<UUID> reboot serious=<UUID>
auth requisite __PAMPANICSO__ auth=<UUID> reject=<UUID> reboot serious=<UUID>
.PP
account requisite /usr/local/lib/security/pam_panic\&.so
account requisite __PAMPANICSO__
.RE
Or:
.RS 4
auth requisite /usr/local/lib/security/pam_panic\&.so password reboot serious=<UUID>
auth requisite __PAMPANICSO__ password reboot serious=<UUID>
.PP
account requisite /usr/local/lib/security/pam_panic\&.so
account requisite __PAMPANICSO__
.RE
.PD 1
@ -165,12 +165,12 @@ The removable media was not detected\&.
.SH "FILES"
.PP
/usr/local/lib/security/pam_panic\&.so
__PAMPANICSO__
.RS 4
This PAM module\&.
.RE
.PP
/usr/local/bin/pam_panic_pw
__PAMPANICPW__
.RS 4
Program to set and change the passwords\&.
.RE