Line is not in attribute = value format
4 Mar
2011
4 Mar
'11
12:33 p.m.
Hi, I trying to write some unlang code inside the authorize section inside the radiusd.conf but i keep receive "Line is not in 'Attribute = value' format if (Called-Station-Id == "rlmA") { ..... } Basicly i need to proxy the request using the Called-Station-Id to another radius server, any suggestion is apreciated. regards,,
4 Mar
4 Mar
1:33 p.m.
Felix Sanchez wrote:
Hi,
I trying to write some unlang code inside the authorize section inside the radiusd.conf but i keep receive "Line is not in 'Attribute = value' format
if (Called-Station-Id == "rlmA") {
The parser isn't that smart. if (Called-Station-Id == "rlmA") { ... } That should work. Alan DeKok.
5605
Age (days ago)
5605
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alan DeKok -
Felix Sanchez