diff options
Diffstat (limited to 'modules/aaa/mod_auth_form.c')
-rw-r--r-- | modules/aaa/mod_auth_form.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/aaa/mod_auth_form.c b/modules/aaa/mod_auth_form.c index fd981cfe72..dfbb30d2ea 100644 --- a/modules/aaa/mod_auth_form.c +++ b/modules/aaa/mod_auth_form.c @@ -972,6 +972,7 @@ static int authenticate_form_authn(request_rec * r) if (OK == rv) { rv = check_authn(r, sent_user, sent_pw); if (OK == rv) { + fake_basic_authentication(r, conf, sent_user, sent_pw); set_session_auth(r, sent_user, sent_pw, conf->site); if (sent_loc) { apr_table_set(r->headers_out, "Location", sent_loc); |