"Michael Check" <michaelr.check@gmail.com> wrote:
Is it possible to set up an Apache 1.3 server with WebDAV to authenticate to a freeRADIUS?
Unless I'm mistaken, webdav uses HTTP digest for authentication. That makes it difficult.
Ideally, I would like to tell the Apache directives to look at freeRADIUS for authentication using the httpd.conf file.
If it's using basic authentication, mod_auth_radius can help.
We're using freeRadius 1.1.0 on OSX.4, successfully authenticatiing off an Active Directory master.
If it's using HTTP digest authentication, then this is impossible. HTTP digest requires the clear-text password, and AD doesn't supply it. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog