2.0.0 Depracated conditional expansion :-

2007-06-27 Thread Hugh Messenger
The default mysql-dialup.conf queries are generating a lot of these warnings: WARNING: Deprecated conditional expansion :-. See man unlang for details expand: INSERT INTO radpostauth (id, user, pass, reply, date) VALUES ('', '%{User-Name}', '%{User-Password:-Chap-Password}',

Re: 2.0.0 Depracated conditional expansion :-

2007-06-27 Thread Alan DeKok
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