diff options
author | vorlon <Unknown> | 2007-08-19 11:03:32 +0000 |
---|---|---|
committer | vorlon <Unknown> | 2007-08-19 11:03:32 +0000 |
commit | ac7b3054b6c56a646e137c7130638f60de23da77 (patch) | |
tree | c589aad7f454e29b1a0797ece249cb030e9e5511 | |
parent | bdfd46104d22bbafaeb80171f9738afb9e9aaa01 (diff) | |
download | pam-ac7b3054b6c56a646e137c7130638f60de23da77.tar.gz pam-ac7b3054b6c56a646e137c7130638f60de23da77.tar.bz2 pam-ac7b3054b6c56a646e137c7130638f60de23da77.zip |
Refresh for new upstream version
-rw-r--r-- | patches-applied/022_pam_unix_group_time_miscfixes | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/patches-applied/022_pam_unix_group_time_miscfixes b/patches-applied/022_pam_unix_group_time_miscfixes index f53b46bd..31768214 100644 --- a/patches-applied/022_pam_unix_group_time_miscfixes +++ b/patches-applied/022_pam_unix_group_time_miscfixes @@ -7,12 +7,12 @@ Index: Linux-PAM/modules/pam_unix/support.c =================================================================== --- Linux-PAM/modules/pam_unix/support.c.orig +++ Linux-PAM/modules/pam_unix/support.c -@@ -714,7 +714,7 @@ +@@ -676,7 +676,7 @@ if (on(UNIX_AUDIT, ctrl)) { /* this might be a typo and the user has given a password instead of a username. Careful with this. */ -- _log_err(LOG_ALERT, pamh, -+ _log_err(LOG_WARNING, pamh, +- pam_syslog(pamh, LOG_ALERT, ++ pam_syslog(pamh, LOG_WARNING, "check pass; user (%s) unknown", name); } else { name = NULL; @@ -20,20 +20,20 @@ Index: Linux-PAM/modules/pam_unix/unix_chkpwd.c =================================================================== --- Linux-PAM/modules/pam_unix/unix_chkpwd.c.orig +++ Linux-PAM/modules/pam_unix/unix_chkpwd.c -@@ -154,7 +154,7 @@ +@@ -179,7 +179,7 @@ } } if (pwd == NULL || salt == NULL) { - _log_err(LOG_ALERT, "check pass; user unknown"); + _log_err(LOG_WARNING, "check pass; user unknown"); p = NULL; - return retval; + return PAM_USER_UNKNOWN; } Index: Linux-PAM/modules/pam_time/pam_time.c =================================================================== --- Linux-PAM/modules/pam_time/pam_time.c.orig +++ Linux-PAM/modules/pam_time/pam_time.c -@@ -336,7 +336,11 @@ +@@ -324,7 +324,11 @@ return FALSE; } } @@ -50,7 +50,7 @@ Index: Linux-PAM/modules/pam_group/pam_group.c =================================================================== --- Linux-PAM/modules/pam_group/pam_group.c.orig +++ Linux-PAM/modules/pam_group/pam_group.c -@@ -776,9 +776,12 @@ +@@ -758,9 +758,12 @@ unsigned setting; /* only interested in establishing credentials */ |