Bug#451521: small logging improvement to login

2007-11-18 Thread Thiemo Nagel
I did not apply this patch, but another which should also solve your issue. Thanks a lot! Your changes make more sense than mine. -- Kind regards, Thiemo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#451521: small logging improvement to login

2007-11-17 Thread Nicolas François
tags 451521 fixed-upstream thanks Hello, On Fri, Nov 16, 2007 at 03:42:32PM +0100, [EMAIL PROTECTED] wrote: I'm sending a small patch to improve logging of login. When getpwnam() fails inside the PAM section, login would just silently quit, which caused me a considerable amount of pain

Bug#451521: small logging improvement to login

2007-11-17 Thread Nicolas François
And now, the real patch... -- Nekral Index: ChangeLog === --- ChangeLog (révision 1365) +++ ChangeLog (révision 1366) @@ -1,5 +1,11 @@ 2007-11-17 Nicolas François [EMAIL PROTECTED] + * src/login.c: Log an error if the password

Bug#451521: small logging improvement to login

2007-11-16 Thread Thiemo Nagel
Package: login Version: 1:4.0.18.1-7 Severity: wishlist Tags: patch I'm sending a small patch to improve logging of login. When getpwnam() fails inside the PAM section, login would just silently quit, which caused me a considerable amount of pain while debugging my setup. I thought, I'd help