8 Mar
2023
8 Mar
'23
10:45 a.m.
Got It ! thanks a lot Alan. Found this option here https://wiki.freeradius.org/guide/Mac%20Auth#web-auth-safe-mac-auth but I would not be able to understand it without your help Cédric Le mercredi 08 mars 2023 à 10:00 -0500, Alan DeKok a écrit :
On Mar 8, 2023, at 7:19 AM, Delaunay Cédric <Cedric.Delaunay@insa-rennes.fr> wrote:
Looks like there is somethink wrong in my config based on your suggests.
Ah, yes. Change it tow:
post-auth { ...
authorized_macs.authorize ...
}
It's currently trying to read a different "users" file. Adding the ".authorize" to the end of "authorized_macs" makes it read the normal "users" file.
Alan DeKok.