Skip Menu |

This queue is for tickets about the Apache2-AuthCookieDBI CPAN distribution.

Report information
The Basics
Id: 75724
Status: resolved
Priority: 0/
Queue: Apache2-AuthCookieDBI

People
Owner: Nobody in particular
Requestors: ccolumbu [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 2.14
Fixed in: 2.15



Subject: If user is not active, it produces 2 errors
When a user that is not active in the DB tries to login, it logs 2 errors: User '$user' is not active for auth realm $realm. AND Apache2::AuthCookieDBISQLlog: crypt passwords didn't match for user $user for auth realm $realm This should not hit the 2nd check when a user is not active, and should instead return from the module.
Will be fixed in 2.15. new log message will be: "${class}\tUser '$user' is not active for auth realm $auth_name." and will be logged with log level Apache2::Const::LOG_NOTICE