93 lines
1.8 KiB
Groff
93 lines
1.8 KiB
Groff
'\" t
|
|
.\" Title: pam_panic_pw
|
|
.\" Author: [see the "AUTHORS" section]
|
|
.\" Date: 2018-03-31
|
|
.\" Manual: PAM Panic Manual
|
|
.\" Source: PAM Panic Manual
|
|
.\" Language: English
|
|
.\"
|
|
.TH "PAM_PANIC_PW" "8" "2018-03-31" "PAM Panic Manual" "PAM Panic Manual"
|
|
.\".ie \n(.g .ds Aq \(aq
|
|
.\".el .ds Aq '
|
|
.\" -----------------------------------------------------------------
|
|
.\" * set default formatting
|
|
.\" -----------------------------------------------------------------
|
|
.\" disable hyphenation
|
|
.nh
|
|
.\" disable justification (adjust text to left margin only)
|
|
.ad l
|
|
.\" -----------------------------------------------------------------
|
|
.\" * MAIN CONTENT STARTS HERE *
|
|
.\" -----------------------------------------------------------------
|
|
|
|
.SH "NAME"
|
|
pam_panic_pw \- Set and change the passwords for the \fBpam_panic\fR(8) PAM module.
|
|
|
|
|
|
.SH "SYNOPSIS"
|
|
.HP \w'\fBpam_panic_pw\fR\ 'u
|
|
\fBpam_panic_pw\fR
|
|
|
|
|
|
.SH "DESCRIPTION"
|
|
.PP
|
|
\fBpam_panic_pw\fR sets the passwords for the \fBpam_panic\fR(8) PAM module.
|
|
.PP
|
|
There are two passwords: the "key password" and the "panic password".
|
|
The "key password" is used for the normal authentication
|
|
whereas the "panic password" will execute the panic function.
|
|
|
|
|
|
.SH "RETURN VALUES"
|
|
.PP
|
|
0
|
|
.RS 4
|
|
Passwords set successfully.
|
|
.RE
|
|
.PP
|
|
1
|
|
.RS 4
|
|
Access denied.
|
|
.RE
|
|
.PP
|
|
2
|
|
.RS 4
|
|
Could not open the password file.
|
|
.RE
|
|
|
|
|
|
.SH "FILES"
|
|
.PP
|
|
__PAMPANICPW__
|
|
.RS 4
|
|
Program to set and change the passwords.
|
|
.RE
|
|
.PP
|
|
__PPASSFILE__
|
|
.RS 4
|
|
The password file.
|
|
.RE
|
|
|
|
|
|
.SH "BUGS"
|
|
.PP
|
|
Please report bugs and send pull requests to <https://github.com/pampanic/pam_panic>.
|
|
|
|
|
|
.SH "SEE ALSO"
|
|
.PP
|
|
\fBpam_panic\fR(8),
|
|
\fBcryptsetup\fR(8),
|
|
\fBpam.conf\fR(5),
|
|
\fBpam\fR(8).
|
|
|
|
|
|
.SH "AUTHORS"
|
|
|
|
.PD 0
|
|
.PP
|
|
pam_panic was written by Bandie <bandie@chaospott.de>.
|
|
.PP
|
|
This man page has been revised by Jordy Dickinson <jordy.dickinson@icloud.com>.
|
|
|