Line is not in attribute = value format

Alan DeKok aland at deployingradius.com
Fri Mar 4 19:33:47 CET 2011


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.



More information about the Freeradius-Users mailing list