pam_panic/src/pam_panic_pw/man/man1/pam_panic_pw.1

93 lines
1.8 KiB
Groff
Raw Normal View History

2018-03-31 23:53:41 +00:00
'\" 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"
2018-09-28 21:01:47 +00:00
.\".ie \n(.g .ds Aq \(aq
.\".el .ds Aq '
2018-03-31 23:53:41 +00:00
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
2018-09-28 21:01:47 +00:00
pam_panic_pw \- Set and change the passwords for the \fBpam_panic\fR(8) PAM module.
2018-03-31 23:53:41 +00:00
.SH "SYNOPSIS"
.HP \w'\fBpam_panic_pw\fR\ 'u
\fBpam_panic_pw\fR
.SH "DESCRIPTION"
.PP
2018-09-28 21:01:47 +00:00
\fBpam_panic_pw\fR sets the passwords for the \fBpam_panic\fR(8) PAM module.
2018-03-31 23:53:41 +00:00
.PP
2018-09-28 21:01:47 +00:00
There are two passwords: the "key password" and the "panic password".
2018-04-01 17:29:43 +00:00
The "key password" is used for the normal authentication
2018-09-28 21:01:47 +00:00
whereas the "panic password" will execute the panic function.
2018-03-31 23:53:41 +00:00
.SH "RETURN VALUES"
.PP
0
.RS 4
2018-09-28 21:01:47 +00:00
Passwords set successfully.
2018-03-31 23:53:41 +00:00
.RE
.PP
1
.RS 4
2018-09-28 21:01:47 +00:00
Access denied.
2018-03-31 23:53:41 +00:00
.RE
.PP
2
.RS 4
2018-09-28 21:01:47 +00:00
Could not open the password file.
2018-03-31 23:53:41 +00:00
.RE
.SH "FILES"
.PP
2018-04-03 13:52:18 +00:00
__PAMPANICPW__
2018-03-31 23:53:41 +00:00
.RS 4
2018-09-28 21:01:47 +00:00
Program to set and change the passwords.
2018-03-31 23:53:41 +00:00
.RE
.PP
2018-04-03 13:52:18 +00:00
__PPASSFILE__
2018-03-31 23:53:41 +00:00
.RS 4
2018-09-28 21:01:47 +00:00
The password file.
2018-03-31 23:53:41 +00:00
.RE
.SH "BUGS"
.PP
2018-09-28 21:01:47 +00:00
Please report bugs and send pull requests to <https://github.com/pampanic/pam_panic>.
2018-03-31 23:53:41 +00:00
.SH "SEE ALSO"
.PP
\fBpam_panic\fR(8),
\fBcryptsetup\fR(8),
2018-09-28 21:01:47 +00:00
\fBpam.conf\fR(5),
\fBpam\fR(8).
2018-03-31 23:53:41 +00:00
.SH "AUTHORS"
.PD 0
.PP
2018-09-28 21:01:47 +00:00
pam_panic was written by Bandie <bandie@chaospott.de>.
2018-03-31 23:53:41 +00:00
.PP
2018-09-29 14:51:03 +00:00
This man page has been revised by Jordy Dickinson <jordy.dickinson@icloud.com>.
2018-03-31 23:53:41 +00:00