summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2005-01-10 09:45:37 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2005-01-10 09:45:37 +0000
commit48e00c34bec7be0eb88aa3eabc89cac38506dbf2 (patch)
treead7b2c5d164020a0c575f1aba98823849601de1b /CHANGELOG
parent8371672714bbe3a7c171143a657083271cad7c71 (diff)
Relevant BUGIDs: 872943
Purpose of commit: bugfix Commit summary: --------------- Fix return value for unknown user (This is PAM_USER_UNKNOWN and not PAM_AUTHINFO_UNAVAIL).
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 9d0d6a3c..a31f5760 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -66,8 +66,10 @@ BerliOS Bugs are marked with (BerliOS #XXXX).
authenticated by another module (t8m)
* configure: don't abort if no cracklib dictinaries were found, but
warn user that pam_cracklib will not be built (kukuk)
-* modules/pam_unix/support.c: Fix return value, if user aborts while
+* modules/pam_unix/support.c: Fix return value if user aborts while
changes the password (Bug 872945 - kukuk)
+* modules/pam_unix/support.c: Fix return value for an unknown user
+ (Bug 872943 - kukuk)
* pam_limits: support for new Linux kernel 2.6 limits (from toby cabot
- t8m)
* pam_tally: major rewrite of the module (t8m)