Merge branch 'master' of github.com:pampanic/pam_panic
This commit is contained in:
commit
ff7cd0932a
@ -61,14 +61,14 @@ To configure the module, add the following to the appropriate PAM configuration
|
||||
|
||||
### Using the removable media:
|
||||
```
|
||||
auth requisite pam_panic.so auth=<UUID> reject=<UUID> reboot serious=<UUID>
|
||||
account requisite pam_panic.so
|
||||
auth requisite /usr/local/lib/security/pam_panic.so auth=<UUID> reject=<UUID> reboot serious=<UUID>
|
||||
account requisite /usr/local/lib/security/pam_panic.so
|
||||
```
|
||||
|
||||
### Using the two passwords:
|
||||
```
|
||||
auth requisite pam_panic.so password reboot serious=<UUID>
|
||||
account requisite pam_panic.so
|
||||
auth requisite /usr/local/lib/security/pam_panic.so password reboot serious=<UUID>
|
||||
account requisite /usr/local/lib/security/pam_panic.so
|
||||
```
|
||||
|
||||
## More information
|
||||
|
@ -139,15 +139,15 @@ Um das Modul zu aktivieren, muss PAM konfiguriert werden\&. Siehe dazu \fBpam\&.
|
||||
Man f\(:uge folgende beispielhafte Zeilen am Anfang einer Konfigurationsdatei hinzu:
|
||||
.PD 0
|
||||
.RS 4
|
||||
auth requisite pam_panic.so auth=<UUID> reject=<UUID> reboot serious=<UUID>
|
||||
auth requisite /usr/local/lib/security/pam_panic\&.so auth=<UUID> reject=<UUID> reboot serious=<UUID>
|
||||
.PP
|
||||
account requisite pam_panic.so
|
||||
account requisite /usr/local/lib/security/pam_panic\&.so
|
||||
.RE
|
||||
Oder auch:
|
||||
.RS 4
|
||||
auth requisite pam_panic.so password reboot serious=<UUID>
|
||||
auth requisite /usr/local/lib/security/pam_panic\&.so password reboot serious=<UUID>
|
||||
.PP
|
||||
account requisite pam_panic.so
|
||||
account requisite /usr/local/lib/security/pam_panic\&.so
|
||||
.RE
|
||||
.PD 1
|
||||
|
||||
@ -178,7 +178,7 @@ Der Wecheldatentr\(:ager wurde nicht erkannt\&.
|
||||
|
||||
.SH "DATEIEN"
|
||||
.PP
|
||||
/lib/*/security/pam_panic\&.so
|
||||
/usr/local/lib/security/pam_panic\&.so
|
||||
.RS 4
|
||||
Shared object-Datei, die f\(:ur alles zust\(:andig ist\&.
|
||||
.RE
|
||||
|
@ -95,9 +95,9 @@ Para activar el m\('odulo se tiene que configurar PAM\&. Vea \fBpam\&.conf(5)\fR
|
||||
En general, se necesita agregar lo siguiente al comienzo de un archivo de configuraci\('on PAM:
|
||||
.PD 0
|
||||
.RS 4
|
||||
auth requisite pam_panic\&.so auth=<UUID> reject=<UUID> reboot serious=<UUID>
|
||||
auth requisite /usr/local/lib/security/pam_panic\&.so auth=<UUID> reject=<UUID> reboot serious=<UUID>
|
||||
.PP
|
||||
account requisite pam_panic\&.so
|
||||
account requisite /usr/local/lib/security/pam_panic\&.so
|
||||
.RE
|
||||
.PD 1
|
||||
|
||||
@ -125,7 +125,7 @@ El media removible no fue detectados\&.
|
||||
|
||||
.SH "ARCHIVOS"
|
||||
.PP
|
||||
/lib/*/security/pam_panic\&.so
|
||||
/usr/local/lib/security/pam_panic\&.so
|
||||
.RS 4
|
||||
Este m\('odulo\&.
|
||||
.RE
|
||||
|
@ -95,9 +95,9 @@ Pour activer ce module vous devez configurer PAM\&. Lisez \fBpam\&.conf(5)\fR po
|
||||
En général, vous voudrez ajouter ce qui suit au début du fichier de configuration PAM:
|
||||
.PD 0
|
||||
.RS 4
|
||||
auth requisite pam_panic\&.so auth=<UUID> reject=<UUID> reboot serious=<UUID>
|
||||
auth requisite /usr/local/lib/security/pam_panic\&.so auth=<UUID> reject=<UUID> reboot serious=<UUID>
|
||||
.PP
|
||||
account requisite pam_panic\&.so
|
||||
account requisite /usr/local/lib/security/pam_panic\&.so
|
||||
.RE
|
||||
.PD 1
|
||||
|
||||
@ -128,7 +128,7 @@ Le péripherique amovible n'a pas été détécté\&.
|
||||
|
||||
.SH "FICHIERS"
|
||||
.PP
|
||||
/lib/*/security/pam_panic\&.so
|
||||
/usr/local/lib/security/pam_panic\&.so
|
||||
.RS 4
|
||||
Ce module PAM\&.
|
||||
.RE
|
||||
|
@ -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 pam_panic\&.so auth=<UUID> reject=<UUID> reboot serious=<UUID>
|
||||
auth requisite /usr/local/lib/security/pam_panic\&.so auth=<UUID> reject=<UUID> reboot serious=<UUID>
|
||||
.PP
|
||||
account requisite pam_panic\&.so
|
||||
account requisite /usr/local/lib/security/pam_panic\&.so
|
||||
.RE
|
||||
Or:
|
||||
.RS 4
|
||||
auth requisite pam_panic.so password reboot serious=<UUID>
|
||||
auth requisite /usr/local/lib/security/pam_panic\&.so password reboot serious=<UUID>
|
||||
.PP
|
||||
account requisite pam_panic.so
|
||||
account requisite /usr/local/lib/security/pam_panic\&.so
|
||||
.RE
|
||||
.PD 1
|
||||
|
||||
@ -165,7 +165,7 @@ The removable media was not detected\&.
|
||||
|
||||
.SH "FILES"
|
||||
.PP
|
||||
/lib/*/security/pam_panic\&.so
|
||||
/usr/local/lib/security/pam_panic\&.so
|
||||
.RS 4
|
||||
This PAM module\&.
|
||||
.RE
|
||||
|
Loading…
Reference in New Issue
Block a user