On Jul 26, 2022, at 7:23 AM, Max Elzinga <m.elzinga@felton.nl> wrote:
We are currently testing with FreeRADIUS. We would like to assign different VLANs based on certificate SAN name and ethernet/wireless configuration. The configuration I have pasted below is working in the Inner Tunnel file.
If it works...
I would like to check if this is according to the best practices. Any suggestions?
It's a bit hard to see intent / goals from a bare dump of the configuration, with any distinguishing information removed. Any best practices would involve using the most efficient possible configuration. So don't do the same check repeatedly. Instead, do it once in an "if" statement, and then do other checks inside of that "if" statement. Managing complex configuration means having the configuration do less work. This almost always means a smaller and clearer configuration, which is good. Alan DeKok.