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.