From d60f0a1a107c9d386cbaddf223ca6e1f0b8670b3 Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Sat, 14 Mar 2009 13:20:25 +0000 Subject: [PATCH] * etc/login.defs: Added note for PAM enabled configurations. --- ChangeLog | 4 ++++ etc/login.defs | 2 ++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2a865c3f..5e49651b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-03-14 Nicolas François + + * etc/login.defs: Added note for PAM enabled configurations. + 2009-03-14 Nicolas François * man/Makefile.am: Compute the dependencies for building the diff --git a/etc/login.defs b/etc/login.defs index 6dc46953..c519425e 100644 --- a/etc/login.defs +++ b/etc/login.defs @@ -6,6 +6,8 @@ # # Delay in seconds before being allowed another attempt after a login failure +# Note: When PAM is used, some modules may enfore a minimal delay (e.g. +# pam_unix enforces a 2s delay) # FAIL_DELAY 3