summaryrefslogtreecommitdiff
path: root/modules/pam_faildelay/pam_faildelay.8
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2006-12-07 12:34:00 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2006-12-07 12:34:00 +0000
commit98822a2108d900a59f22f2dc0783e825a1a4de3d (patch)
tree56b0b2e8b447196beec84997de21d4442a250df4 /modules/pam_faildelay/pam_faildelay.8
parenta4cef6489305d216e4e966658e6989efc2800b41 (diff)
Relevant BUGIDs:
Purpose of commit: new feature Commit summary: --------------- 2006-12-06 Thorsten Kukuk <kukuk@thkukuk.de> * modules/pam_faildelay/pam_faildelay.c: If no argument is given, try to read FAIL_DELAY from /etc/login.defs. * modules/pam_faildelay/pam_faildelay.8.xml: Document usage of /etc/login.defs.
Diffstat (limited to 'modules/pam_faildelay/pam_faildelay.8')
-rw-r--r--modules/pam_faildelay/pam_faildelay.827
1 files changed, 12 insertions, 15 deletions
diff --git a/modules/pam_faildelay/pam_faildelay.8 b/modules/pam_faildelay/pam_faildelay.8
index 2c87a3ec..86eb031a 100644
--- a/modules/pam_faildelay/pam_faildelay.8
+++ b/modules/pam_faildelay/pam_faildelay.8
@@ -1,11 +1,11 @@
.\" Title: pam_faildelay
.\" Author:
-.\" Generator: DocBook XSL Stylesheets v1.71.0 <http://docbook.sf.net/>
-.\" Date: 11/28/2006
+.\" Generator: DocBook XSL Stylesheets v1.70.1 <http://docbook.sf.net/>
+.\" Date: 12/06/2006
.\" Manual: Linux\-PAM Manual
.\" Source: Linux\-PAM Manual
.\"
-.TH "PAM_FAILDELAY" "8" "11/28/2006" "Linux\-PAM Manual" "Linux\-PAM Manual"
+.TH "PAM_FAILDELAY" "8" "12/06/2006" "Linux\-PAM Manual" "Linux\-PAM Manual"
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
@@ -18,33 +18,30 @@ pam_faildelay \- Change the delay on failure per\-application
.SH "DESCRIPTION"
.PP
pam_faildelay is a PAM module that can be used to set the delay on failure per\-application.
-.SH "OPTIONS"
.PP
+If no
+\fBdelay\fR
+is given, pam_faildelay will use the value of FAIL_DELAY from
+\fI/etc/login.defs\fR.
+.SH "OPTIONS"
+.TP 3n
\fBdebug\fR
-.RS 3n
Turns on debugging messages sent to syslog.
-.RE
-.PP
+.TP 3n
\fBdelay=\fR\fB\fIN\fR\fR
-.RS 3n
Set the delay on failure to N microseconds.
-.RE
.SH "MODULE SERVICES PROVIDED"
.PP
Only the
\fBauth\fR
service is supported.
.SH "RETURN VALUES"
-.PP
+.TP 3n
PAM_IGNORE
-.RS 3n
Delay was successful adjusted.
-.RE
-.PP
+.TP 3n
PAM_SYSTEM_ERR
-.RS 3n
The specified delay was not valid.
-.RE
.SH "EXAMPLES"
.PP
The following example will set the delay on failure to 10 seconds: