diff --git a/README.md b/README.md index f6752aa..34f8a18 100644 --- a/README.md +++ b/README.md @@ -57,5 +57,5 @@ See `man 8 pam_panic` for more. ## TODO -- Manpage translations -- Integrate panic password(?) +- [Manpage translations](https://github.com/Bandie/pam_panic/issues?q=is%3Aissue+is%3Aopen+label%3Alocalization) +- Integrate [panic password](https://github.com/Bandie/pam_panic/issues/7) diff --git a/man/de/man8/pam_panic.8 b/man/de/man8/pam_panic.8 index 2f6f769..2ec7d5f 100644 --- a/man/de/man8/pam_panic.8 +++ b/man/de/man8/pam_panic.8 @@ -93,12 +93,9 @@ Die Ger\(:ate-UUID, bei dem der luksHeaders zerst\(:ort werden w\(:urde, sobald .PP -.SH "WIE WENDE ICH ES AN" +.SH "ANWENDUNG" .PP -Um das Modul anzuwenden, m\(:ussen eine oder mehrere Dateien in \fI/etc/pam.d/\fR\& ver\(:andert werden\&. -Dort sind verschiendene (Dienst-)Programme und andere Konfigurationsdateien ersichtlich, die das PAM modul verwenden\&. -Falls Ubuntu verwendet wird, so k\(:onnte die Datei "\fIcommon-auth\fR" interessant sein. -Informationen zur Handhabung der pam.d-Konfigurationsdateien ist es anzuraten, das Wiki der jeweiligen Distribution zu konsultieren\&. +Um das Modul zu aktivieren, muss PAM konfiguriert werden\&. Siehe dazu \fBpam\&.conf(5)\fR\&. .PP Man f\(:uge folgende beispielhafte Zeilen am Anfang einer Konfigurationsdatei hinzu: .PD 0 @@ -155,7 +152,7 @@ Fehlerberichte (m\(:oglichst auf Englisch) und Codeverbesserungen k\(:onnen hier .SH "SIEHE AUCH" .PP \fBcryptsetup\fR(8), -\fBpam.d\fR(5), +\fBpam\&.conf\fR(5), \fBpam\fR(8)\&. diff --git a/man/man8/pam_panic.8 b/man/man8/pam_panic.8 index dd001b0..a9b4685 100644 --- a/man/man8/pam_panic.8 +++ b/man/man8/pam_panic.8 @@ -53,7 +53,7 @@ See \fBHOW TO DETERMINE MY UUIDS\fR for details\&. \fBreject=\fR\fB\fIUUID(GPT)\fR\fR (required) .RS 4 -The UUID of the device to be used in emergencies. The presence of this device will trigger \fBreboot\fR, \fBpoweroff\fR and/or the panic function, depending on whether \fBreboot\fB, \fBpoweroff\fB, and/or \fBserious\fB are specified. +The UUID of the device to be used in emergencies. The presence of this device will trigger \fBreboot\fR, \fBpoweroff\fR and/or the panic function, depending on whether \fBreboot\fR, \fBpoweroff\fR, and/or \fBserious\fR are specified. .PD 0 .PP .PD 1 diff --git a/src/pam_panic.c b/src/pam_panic.c index 0dbee3c..f05a018 100644 --- a/src/pam_panic.c +++ b/src/pam_panic.c @@ -65,13 +65,13 @@ PAM_EXTERN int pam_sm_authenticate(pam_handle_t *pamh, int flags, int argc, cons // Argument handling for(int i=0; i