Re: proper syntax for variables

2007-12-21 Thread Alan DeKok
Duane Cox wrote:
 I have a question about the variables, and perhaps they have changed because
 all the new docs show another way.
 
 What is correct:
 
 %{NAS-Port:-%{NAS-Port-Id}}  or  %{%{NAS-Port}:-%{NAS-Port-Id}}

  The documentation says that the new style is the one to use.

 Also this one...
 
 %{Acct-Output-Octets:-0}  or %{%{Acct-Output-Octets}:-0}
 
 Or will any of the above be OK?

  The old style MAY continue to work for a while.  The change to the new
style was made because there are situations where the old style just
cannot work.

 I wasn't sure if I needed to change any of my variables prior to the upgrade
 to 2.0.0 pre2

  If you have simple attribute expansion (not %{sql: } ), then the
old-style should be OK.  I would suggest to fix the expansion at some
point, though.

  Alan DeKok.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


proper syntax for variables

2007-12-20 Thread Duane Cox
Hello, I'm running a some cvs checkout of freeradius dated 2.0.0 pre0 from
august 2006
It's been running flawlessly in production, so I've been hesitant to upgrade
it, but it's time...

I have a question about the variables, and perhaps they have changed because
all the new docs show another way.

What is correct:

%{NAS-Port:-%{NAS-Port-Id}}  or  %{%{NAS-Port}:-%{NAS-Port-Id}}

Also this one...

%{Acct-Output-Octets:-0}  or %{%{Acct-Output-Octets}:-0}

Or will any of the above be OK?

I wasn't sure if I needed to change any of my variables prior to the upgrade
to 2.0.0 pre2

Thanks
Duane Cox



-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html