Voor het verlenen van toegang tot het netwerk om gebruikers te authenticeren kan gebruik worden gemaakt van radius. Dit is een aaa-protocol, dat door veel isp's en netwerkbeheerders wordt ingezet. GNU Radius is een opensource-implementatie dat zijn werk verricht op de meeste Linux- en *nix-machines. De ontwikkelaars hebben enkele dagen geleden versie 1.6 uitgebracht en voorzien van de volgende lijst met veranderingen:
Version 1.6:
- Configuration file raddb/config
The syslog statement takes an optional 4th argument specifying syslog tag to use, e.g.:channel default {
syslog local1.info radiusd;
};- New attributes:
- GNU-Server-Address
Holds IP address of the RADIUS server that recieved the request. Notice, that the value of this attribute is "0.0.0.0" if there are no `listen' statement in your `raddb/config'.- GNU-Server-Port
Holds UDP port number of the RADIUS server that recieved the request.- Automake function AM_GNU_RADIUS is provided, for checking if GNU Radius is installed from configure.ac scripts.
- Guile support requires Gule version 1.8 or later.
- Bugfixes:
- Pass NAS-IP-Address to mlc_stop_query