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.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to