19 Feb
2013
19 Feb
'13
11:43 a.m.
Igor Smitran wrote:
Freeradius puts everything into ENV.
For running external scripts.
Because of the same key only last value is used, other ones are overwritten. So, ENV in this example will have only this:
Yes. So don't run a script. Use the policies in the server. Or the Perl module. Or the Python module. Or the Ruby module.
DHCP-Parameter-Request-List = DHCP-NTP-Servers
PHP script will be able to read that client asked only for DHCP-NTP-Servers value. This is PHP error or Freeradius error? Or am i missing something?
There are limitations when running an external script. That's why the server has plugin modules. Alan DeKok.