16 Dec
2009
16 Dec
'09
2:56 p.m.
Hello, Freeradius-users. How to send multiple parametrs with perl like next:
1) $RAD_REPLY{'mpd-table-static'}= "14=192.168.1.7 2"; 2) $RAD_REPLY{'mpd-table-static'}= "15=192.168.1.7 3";
now 1 is overriden with 2. -- С уважением, Коньков mailto:kes-kes@yandex.ru
16 Dec
16 Dec
3:44 p.m.
Коньков Евгений <kes-kes@yandex.ru> writes:
How to send multiple parametrs with perl like next:
1) $RAD_REPLY{'mpd-table-static'}= "14=192.168.1.7 2"; 2) $RAD_REPLY{'mpd-table-static'}= "15=192.168.1.7 3";
$RAD_REPLY{'mpd-table-static'} = ["14=192.168.1.7 2", "15=192.168.1.7 3"]; Bjørn
6048
Age (days ago)
6048
Last active (days ago)
1 comments
2 participants
participants (2)
-
Bjørn Mork -
Коньков Евгений