28 Jun
2007
28 Jun
'07
12:56 a.m.
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.