diff options
-rw-r--r-- | changelog | 2 | ||||
-rw-r--r-- | patches-applied/043_pam_unix_unknown_user_not_alert | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -10,6 +10,8 @@ pam (0.79-1) UNRELEASED; urgency=low 051_32_bit_pam_lastlog_ll_time, and 053_pam_unix_user_known_returns_user_unknown which have been integrated upstream. + * Merge one last bit of patch 053 into patch 043, where it should have + been in the first place -- Steve Langasek <vorlon@debian.org> Wed, 13 Jul 2005 03:37:12 -0700 diff --git a/patches-applied/043_pam_unix_unknown_user_not_alert b/patches-applied/043_pam_unix_unknown_user_not_alert index b528227f..98859ab9 100644 --- a/patches-applied/043_pam_unix_unknown_user_not_alert +++ b/patches-applied/043_pam_unix_unknown_user_not_alert @@ -7,7 +7,7 @@ Index: Linux-PAM/modules/pam_unix/support.c name = NULL; if (on(UNIX_DEBUG, ctrl) || pwd == NULL) { - _log_err(LOG_ALERT, pamh, -+ _log_err(LOG_ERR, pamh, ++ _log_err(LOG_WARNING, pamh, "check pass; user unknown"); } else { /* don't log failure as another pam module can succeed */ |