diff options
author | Steve Langasek <vorlon@debian.org> | 2019-02-11 22:09:25 -0800 |
---|---|---|
committer | Steve Langasek <vorlon@debian.org> | 2019-02-11 22:09:59 -0800 |
commit | 1a2cb1c4f6c710630ebe46a728bb8b8fb5f68946 (patch) | |
tree | ba50a9673cb6324c5dfcbdad3f5144588772fbfe /modules/pam_unix/unix_chkpwd.c | |
parent | b12d7595dfcc20c809f3c11c579e34d115b3060e (diff) | |
parent | 668b13da8f830c38388cecac45539972e80cb246 (diff) | |
download | pam-1a2cb1c4f6c710630ebe46a728bb8b8fb5f68946.tar.gz pam-1a2cb1c4f6c710630ebe46a728bb8b8fb5f68946.tar.bz2 pam-1a2cb1c4f6c710630ebe46a728bb8b8fb5f68946.zip |
Merge upstream version 1.3.1
Diffstat (limited to 'modules/pam_unix/unix_chkpwd.c')
-rw-r--r-- | modules/pam_unix/unix_chkpwd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam_unix/unix_chkpwd.c b/modules/pam_unix/unix_chkpwd.c index 61675ed2..39c84dbf 100644 --- a/modules/pam_unix/unix_chkpwd.c +++ b/modules/pam_unix/unix_chkpwd.c @@ -43,7 +43,7 @@ static int _check_expiry(const char *uname) retval = get_account_info(uname, &pwent, &spent); if (retval != PAM_SUCCESS) { - helper_log_err(LOG_ALERT, "could not obtain user info (%s)", uname); + helper_log_err(LOG_ERR, "could not obtain user info (%s)", uname); printf("-1\n"); return retval; } |