Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 32578 Details for
Bug 52865
fix for mod_auth_mysql buglet
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to fix bug
mod_auth_mysql.patch (text/plain), 357 bytes, created by
Rob Holland
on 2004-06-03 03:54:27 UTC
(
hide
)
Description:
patch to fix bug
Filename:
MIME Type:
Creator:
Rob Holland
Created:
2004-06-03 03:54:27 UTC
Size:
357 bytes
patch
obsolete
>--- mod_auth_mysql.c.orig Thu Jun 3 11:40:27 2004 >+++ mod_auth_mysql.c Thu Jun 3 11:32:24 2004 >@@ -746,6 +746,9 @@ > "mysql user %s not in group table %s: %s", > user, sec->mysqlgrptable, r->uri); > #endif >+ if (!sec->mysqlAuthoritative) >+ return DECLINED; >+ > ap_note_basic_auth_failure(r); > #ifdef APACHE2 > return HTTP_UNAUTHORIZED;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 52865
: 32578