Might fix #38
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user