2.0.0 Depracated conditional expansion ":-"
Alan DeKok
aland at deployingradius.com
Thu Jun 28 06:56:53 CEST 2007
Hugh Messenger wrote:
...
> I'm assuming the warning is telling me that things like
> '%{User-Password:-Chap-Password}' should now be
> '%{%{User-Password}:-%{Chap-Password}}', as per 'man unlang':
Yes. *All* of the sample config files need to be fixed for this.
The benefit is that this now works:
%{%{sql: SELECT ....}:-%{sql2:SELECT ...}}
In 1.x, it didn't.
Alan DeKok.
More information about the Freeradius-Users
mailing list