Lines 746-751
Link Here
|
746 |
"mysql user %s not in group table %s: %s", |
746 |
"mysql user %s not in group table %s: %s", |
747 |
user, sec->mysqlgrptable, r->uri); |
747 |
user, sec->mysqlgrptable, r->uri); |
748 |
#endif |
748 |
#endif |
|
|
749 |
if (!sec->mysqlAuthoritative) |
750 |
return DECLINED; |
751 |
|
749 |
ap_note_basic_auth_failure(r); |
752 |
ap_note_basic_auth_failure(r); |
750 |
#ifdef APACHE2 |
753 |
#ifdef APACHE2 |
751 |
return HTTP_UNAUTHORIZED; |
754 |
return HTTP_UNAUTHORIZED; |