On 02/19/2013 03:41 PM, Alan DeKok wrote:
   Use +=, not =

   Alan DeKok.

Request from client is this:

    DHCP-Parameter-Request-List = DHCP-Subnet-Mask
    DHCP-Parameter-Request-List = DHCP-Router-Address
    DHCP-Parameter-Request-List = DHCP-NTP-Servers

Freeradius puts everything into ENV. Because of the same key only last value is used, other ones are overwritten.
So, ENV in this example will have only this:

    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?

Igor
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to