(RADIATOR) HTTP Digest Authentication

Mike McCauley mikem at open.com.au
Thu Apr 4 18:00:41 CST 2002


We have recently added support for HTTP Digest authentication as per RFC 2617
to Radiator. There is a patch for AuthGeneric.pm at
http://www.open.com.au/radiator/downloads/patches-3.0/AuthGeneric.pm

You can also find a patch for Apache-AuthenRadius at
http://www.open.com.au/radiator/free-downloads/Apache-AuthenRadius-0.3-digest.patch
which adds support for Digest authentication to Apache-AuthenRadius 0.3

With these patches installed, you can enable Digest authentication from 
Apache via Radius with a .htaccess file something like:

# authenticate Digest via Radius
AuthName "Radius Test"
AuthType Digest
require valid-user
PerlAuthenHandler Apache::AuthenRadius
PerlSetVar Auth_Radius_host localhost
PerlSetVar Auth_Radius_port 1645
PerlSetVar Auth_Radius_secret mysecret
PerlSetVar Auth_Radius_timeout 5

Problems or feedback to me please.

Cheers.

-- 
Mike McCauley                               mikem at open.com.au
Open System Consultants Pty. Ltd            Unix, Perl, Motif, C++, WWW
24 Bateman St Hampton, VIC 3188 Australia   http://www.open.com.au
Phone +61 3 9598-0985                       Fax   +61 3 9598-0955

Radiator: the most portable, flexible and configurable RADIUS server 
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald, 
Platypus, Freeside, TACACS+, PAM, external, Active Directory etc etc 
on Unix, Win95/8, 2000, NT, MacOS 9, MacOS X etc etc
===
Archive at http://www.open.com.au/archives/radiator/
Announcements on radiator-announce at open.com.au
To unsubscribe, email 'majordomo at open.com.au' with
'unsubscribe radiator' in the body of the message.


More information about the radiator mailing list