15 Mar
2016
15 Mar
'16
2:02 p.m.
On Mar 15, 2016, at 1:55 PM, Alex Moen <alexm@ndtel.com> wrote:
I did try quotes around the password, and I think I stated that in my first email... I tried single, double, and ticks, none of which worked.
Yes. But in general, quotes are a good idea.
The old server is running FreeRADIUS Version 0.9.3.
Wow... it's good to know it lasted a while.
I will remove the quotes around the IP addresses. What is the "rule" about quotes? Why would we need quotes around some fields and not around others?
IP addresses don't need quotes. Strings do. Mainly if you want to put spaces or "special" characters into a string, you need quotes. Alan DeKok.