]> granicus.if.org Git - linux-pam/commitdiff
Relevant BUGIDs: 126036
authorSteve Langasek <vorlon@debian.org>
Mon, 18 Dec 2000 05:00:23 +0000 (05:00 +0000)
committerSteve Langasek <vorlon@debian.org>
Mon, 18 Dec 2000 05:00:23 +0000 (05:00 +0000)
Purpose of commit: cleanup

Commit summary:
---------------

Changes format of pam_unix 'authentication failure' log messages for
purposes of consistency and clarity.

Note that we do not log the 'user=' item in the case of an invalid username
unless the audit flag is turned on.

Note also that the way we currently log these failures isn't i18n-friendly.
I imagine this will need correcting at some point in the future.

CHANGELOG

index 34ab9686011972a3f5d60c44cdb7de2625798d88..a353a5e126c318a54da275a1e9745182a411b9b8 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -35,6 +35,8 @@ Where you should replace XXXXX with a bug-id.
 0.74: please submit patches for this section with actual code/doc
       patches!
 
+* changed format of pam_unix 'authentication failure' log messages to make
+  them clearer and more consistent (Bug 126036 - vorlon)
 * improved portability of pam_unix by eliminating Linux-specific utmp
   defines in PAM_getlogin() (Bug 125704 - vorlon)
 * removed static variables from pam_tally (Bug 117434 - agmorgan)