PAM delay module

Sets pam_fail_delay(). Note the RedHat 4.2 is shipped with PAM_FAIL_DELAY set to off. To fix this, grab the PAM sources, edit its makefile to uncomment "EXTRAS += -DPAM_FAIL_DELAY_ON", make all and install the libraries in /lib. You may need to edit the header files to include the prototype for pam_fail_delay to #define PAM_FAIL_DELAY.

Acknowledgements

Thanks to John Saalwaechter for fixing a bug in this code.

Module Description

pam_delay.html

Source

pam_delay.tar.gz
  • Makefile
  • pam_delay.c

  • Peter Benie <pjb1008@cam.ac.uk>