Martin Bjorklund and Torbjorn Tornkvist have contributed a Radius client library for Erlang. Sean Hinde has recently contributed a Radius server in Erlang.
Radius stands for Remote Authentication Dial-In User Service. Radius is a protocol used by Remote Access Server's for user Authentication. User Credentials are forwarded to a Radius server, which in turn manages a Credentials database. It is the Radius server, rather than individual Remote Access Server's, which carries out Authentication.
The Radius client and server code is in the Jungerl CVS localted on sourceforge.net. |