Posted on 10-06-2014 08:50 AM
I have teachers that keep connecting to our open public SSID, is there a way to block that just so I can keep them on the private SSID.
Thanks
Posted on 10-06-2014 09:09 AM
A quick and dirty solution would be to just add a script that runs every check in to remove that SSID from the preferred networks.
networksetup -removepreferredwirelessnetwork en1 SSIDHERE
Posted on 10-06-2014 09:43 AM
The solution I found was to set up a configuration profile with a preset for the public SSID and garbage authentication method and credentials, thus preventing the computer from ever successfully joining. There isn't a way to blacklist SSIDs in OS X.
Posted on 01-21-2015 09:50 PM
Joshua, I've tried this but the client just corrects the authentication method and then allows the user to re-enter the password. Am I missing something?
Posted on 01-22-2015 10:29 AM
There are posts from last year sometime where someone wanted to blacklist certain things. Several of us contributed scripts of varying success and I even tried my hand at an awk only version that kinda sorta worked.
Search around a bit I forget who it was…
Posted on 01-22-2015 10:31 AM
I looked through my post history:
Posted on 01-28-2015 04:55 AM
peineke - for those 'quick and dirty' solutions, where would one put that script to be run when a device checks in? (Newer Casper user here...)
Thanks.