Merge pull request #37 from Bandie/master
README and manpages: fixing to new prefix path
This commit is contained in:
commit
41278e59e2
10
README.md
10
README.md
@ -24,6 +24,8 @@ You will need GCC or similar, as well as the PAM headers. Some distributions pac
|
|||||||
To compile and install it, do the following within the project's root directory:
|
To compile and install it, do the following within the project's root directory:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
autoreconf -i
|
||||||
|
./configure
|
||||||
make
|
make
|
||||||
sudo make install
|
sudo make install
|
||||||
```
|
```
|
||||||
@ -61,14 +63,14 @@ To configure the module, add the following to the appropriate PAM configuration
|
|||||||
|
|
||||||
### Using the removable media:
|
### Using the removable media:
|
||||||
```
|
```
|
||||||
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>
|
||||||
account requisite pam_panic.so
|
account requisite /usr/local/lib/security/pam_panic.so
|
||||||
```
|
```
|
||||||
|
|
||||||
### Using the two passwords:
|
### Using the two passwords:
|
||||||
```
|
```
|
||||||
auth requisite pam_panic.so password reboot serious=<UUID>
|
auth requisite /usr/local/lib/security/pam_panic.so password reboot serious=<UUID>
|
||||||
account requisite pam_panic.so
|
account requisite /usr/local/lib/security/pam_panic.so
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
@ -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:
|
Man f\(:uge folgende beispielhafte Zeilen am Anfang einer Konfigurationsdatei hinzu:
|
||||||
.PD 0
|
.PD 0
|
||||||
.RS 4
|
.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
|
.PP
|
||||||
account requisite pam_panic.so
|
account requisite /usr/local/lib/security/pam_panic\&.so
|
||||||
.RE
|
.RE
|
||||||
Oder auch:
|
Oder auch:
|
||||||
.RS 4
|
.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
|
.PP
|
||||||
account requisite pam_panic.so
|
account requisite /usr/local/lib/security/pam_panic\&.so
|
||||||
.RE
|
.RE
|
||||||
.PD 1
|
.PD 1
|
||||||
|
|
||||||
@ -178,7 +178,7 @@ Der Wecheldatentr\(:ager wurde nicht erkannt\&.
|
|||||||
|
|
||||||
.SH "DATEIEN"
|
.SH "DATEIEN"
|
||||||
.PP
|
.PP
|
||||||
/lib/*/security/pam_panic\&.so
|
/usr/local/lib/security/pam_panic\&.so
|
||||||
.RS 4
|
.RS 4
|
||||||
Shared object-Datei, die f\(:ur alles zust\(:andig ist\&.
|
Shared object-Datei, die f\(:ur alles zust\(:andig ist\&.
|
||||||
.RE
|
.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:
|
En general, se necesita agregar lo siguiente al comienzo de un archivo de configuraci\('on PAM:
|
||||||
.PD 0
|
.PD 0
|
||||||
.RS 4
|
.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
|
.PP
|
||||||
account requisite pam_panic\&.so
|
account requisite /usr/local/lib/security/pam_panic\&.so
|
||||||
.RE
|
.RE
|
||||||
.PD 1
|
.PD 1
|
||||||
|
|
||||||
@ -125,7 +125,7 @@ El media removible no fue detectados\&.
|
|||||||
|
|
||||||
.SH "ARCHIVOS"
|
.SH "ARCHIVOS"
|
||||||
.PP
|
.PP
|
||||||
/lib/*/security/pam_panic\&.so
|
/usr/local/lib/security/pam_panic\&.so
|
||||||
.RS 4
|
.RS 4
|
||||||
Este m\('odulo\&.
|
Este m\('odulo\&.
|
||||||
.RE
|
.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:
|
En général, vous voudrez ajouter ce qui suit au début du fichier de configuration PAM:
|
||||||
.PD 0
|
.PD 0
|
||||||
.RS 4
|
.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
|
.PP
|
||||||
account requisite pam_panic\&.so
|
account requisite /usr/local/lib/security/pam_panic\&.so
|
||||||
.RE
|
.RE
|
||||||
.PD 1
|
.PD 1
|
||||||
|
|
||||||
@ -128,7 +128,7 @@ Le péripherique amovible n'a pas été détécté\&.
|
|||||||
|
|
||||||
.SH "FICHIERS"
|
.SH "FICHIERS"
|
||||||
.PP
|
.PP
|
||||||
/lib/*/security/pam_panic\&.so
|
/usr/local/lib/security/pam_panic\&.so
|
||||||
.RS 4
|
.RS 4
|
||||||
Ce module PAM\&.
|
Ce module PAM\&.
|
||||||
.RE
|
.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:
|
In general, you will want to add the following to the top of a PAM configuration file:
|
||||||
.PD 0
|
.PD 0
|
||||||
.RS 4
|
.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
|
.PP
|
||||||
account requisite pam_panic\&.so
|
account requisite /usr/local/lib/security/pam_panic\&.so
|
||||||
.RE
|
.RE
|
||||||
Or:
|
Or:
|
||||||
.RS 4
|
.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
|
.PP
|
||||||
account requisite pam_panic.so
|
account requisite /usr/local/lib/security/pam_panic\&.so
|
||||||
.RE
|
.RE
|
||||||
.PD 1
|
.PD 1
|
||||||
|
|
||||||
@ -165,7 +165,7 @@ The removable media was not detected\&.
|
|||||||
|
|
||||||
.SH "FILES"
|
.SH "FILES"
|
||||||
.PP
|
.PP
|
||||||
/lib/*/security/pam_panic\&.so
|
/usr/local/lib/security/pam_panic\&.so
|
||||||
.RS 4
|
.RS 4
|
||||||
This PAM module\&.
|
This PAM module\&.
|
||||||
.RE
|
.RE
|
||||||
|
Loading…
Reference in New Issue
Block a user