Josh Howlett <[EMAIL PROTECTED]> wrote: > To clarify, I want users to authenticate via HTTP via mod_auth_radius > against a remote RADIUS server without the intermediate WWW server (or, > for that matter, anything else) gaining knowledge of the user's > password. > > Assuming mod_auth_radius implemented digest authentication, is this a > workable solution?
Yes. And it shouldn't be too hard to do, either. Take entries from Apache's data structures, pack them into a RADIUS packet, and fire it off. FreeRADIUS does the hard work of unpacking them, and doing the authentication. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
