AuthType not being set

Description

I'm using mod_shib_22 to protected a location in Apache 2.2, for which requests are proxied to a Jetty server using AJP.

Looking at a trace of the AJP requests, I can see the user is being sent through, but the auth type is not.

Other authentication modules for Apache do appear to send the auth type through.

Looking at another authentication module (mod_cosign), r->ap_auth_type is assigned at the same time that r->user is assigned. I guess that the same needs to happen in mod_shib.

Environment

None

Attachments

1

Activity

Scott Cantor June 23, 2009 at 12:47 PM

Closing after releases.

Robert Egglestone March 8, 2009 at 7:06 PM
Edited

I've attached a patch while resolves this issue by setting the auth type at the same time remote user is set.

Fixed

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Created March 7, 2009 at 7:30 PM
Updated August 4, 2021 at 9:23 PM
Resolved May 20, 2009 at 2:37 PM