Managed to set up my MikroTik RouterBoard to accept RADIUS login which works great.
Altough it also allows my local admin account to login.
I want to disable that opportunity as long as RADIUS server is responding.
Found a script where he schedule a script every minute but that didn´t seem like a good way to do it.
I would rather have a script that is triggered at every login attempt and starts with pinging RADIUS server and if it responds it blocks all local accounts.
Is that possible and have someone something similar already working?