Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 52865 - fix for mod_auth_mysql buglet
Summary: fix for mod_auth_mysql buglet
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-03 03:52 UTC by Rob Holland
Modified: 2004-06-03 17:01 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
patch to fix bug (mod_auth_mysql.patch,357 bytes, patch)
2004-06-03 03:54 UTC, Rob Holland
Details | Diff

Note You need to log in before you can comment on or make changes to this 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.