1PAM_FAILDELAY(8)               Linux-PAM Manual               PAM_FAILDELAY(8)
2
3
4

NAME

6       pam_faildelay - Change the delay on failure per-application
7

SYNOPSIS

9       pam_faildelay.so [debug] [delay=microseconds]
10

DESCRIPTION

12       pam_faildelay is a PAM module that can be used to set the delay on
13       failure per-application.
14
15       If no delay is given, pam_faildelay will use the value of FAIL_DELAY
16       from /etc/login.defs.
17

OPTIONS

19       debug
20           Turns on debugging messages sent to syslog.
21
22       delay=N
23           Set the delay on failure to N microseconds.
24

MODULE TYPES PROVIDED

26       Only the auth module type is provided.
27

RETURN VALUES

29       PAM_IGNORE
30           Delay was successful adjusted.
31
32       PAM_SYSTEM_ERR
33           The specified delay was not valid.
34

EXAMPLES

36       The following example will set the delay on failure to 10 seconds:
37
38           auth  optional  pam_faildelay.so  delay=10000000
39
40
41

SEE ALSO

43       pam_fail_delay(3), pam.conf(5), pam.d(5), pam(8)
44

AUTHOR

46       pam_faildelay was written by Darren Tucker <dtucker@zip.com.au>.
47
48
49
50Linux-PAM Manual                  05/18/2017                  PAM_FAILDELAY(8)
Impressum