aboutsummaryrefslogtreecommitdiff
path: root/patches-applied
diff options
context:
space:
mode:
Diffstat (limited to 'patches-applied')
-rw-r--r--patches-applied/043_pam_unix_unknown_user_not_alert2
1 files changed, 1 insertions, 1 deletions
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 */