README 827 B

123456789101112131415161718192021222324252627282930313233
  1. pam_faildelay — Change the delay on failure per-application
  2. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  3. DESCRIPTION
  4. pam_faildelay is a PAM module that can be used to set the delay on failure
  5. per-application.
  6. If no delay is given, pam_faildelay will use the value of FAIL_DELAY from /etc/
  7. login.defs.
  8. OPTIONS
  9. debug
  10. Turns on debugging messages sent to syslog.
  11. delay=N
  12. Set the delay on failure to N microseconds.
  13. EXAMPLES
  14. The following example will set the delay on failure to 10 seconds:
  15. auth optional pam_faildelay.so delay=10000000
  16. AUTHOR
  17. pam_faildelay was written by Darren Tucker <dtucker@zip.com.au>.