Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 52865

Summary: fix for mod_auth_mysql buglet
Product: Gentoo Linux Reporter: Rob Holland <tigger>
Component: New packagesAssignee: Apache Team - Bugzilla Reports <apache-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: patch to fix bug

Description Rob Holland 2004-06-03 03:52:31 UTC
mod_auth_mysql should decline if it fails to authenticate a user when MySQLAuthAuthoritative Off is set.

Without this patch mod_auth_mysql doesn't decline properly when doing a 'require group foo', it checks to see if the user exists in the group table and returns a auth failure if not. Thats broken :P
Comment 1 Rob Holland 2004-06-03 03:54:27 UTC
Created attachment 32578 [details, diff]
patch to fix bug
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2004-06-03 04:12:59 UTC
please add metadata
Comment 3 Chuck Short (RETIRED) gentoo-dev 2004-06-03 17:01:34 UTC
Added thanks for the patch.