25 Jan
2021
25 Jan
'21
4:07 a.m.
Dear all, I need to set up a guest SSID and auth requests from this SSID need to be directed to the freeradius USERS and PASSWD file for authentication. Under the running virtual server, I have added the following line: If (Called-Station-Id =~ /SSID/) { Files Passwd } I am getting the following errors in the debugging log: (19) elsif (Called-Station-Id =~ /SSID/) { (19) ERROR: Failed retrieving values required to evaluate condition Could you please point me towards what may cause this? Am I missing some attributes that need to be in the files/authorize file? Thank you.