-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
Fair enough, I switched the auth section to this:
<Location /servlet>
require valid-user
AuthAuthoritative Off
AuthRadiusAuthoritative On
AuthType Basic
AuthName private
</Location>
Which is identical to other sections of the server that authenticate via
mod_auth_radius.
Still have the same problem.
Thx,
-john
"Craig R. McClanahan" wrote:
>
>
> One thing you have not done is included any mention of which authentication
> module to use, or where it should find it's data. For example, if you were
> using MOD_AUTH for this, you would need to include an AuthUserFile
> directive to tell Apache where the password file was. I don't know what
> MOD_AUTH_RADIUS needs, but there's probably something additional required
> -- see the module documentation for details.
>
> Craig McClanahan
>
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]