Enable Admin Authorization to Change wireless Networks

GabeShack
Valued Contributor III

Hi all,
Looking for an easy way to enable the checkbox that requires admin authorization to change wireless networks. I'm trying to avoid MCX as the solution. Any scripts or unix commands?

Gabe Shackney
Instructional Technology Specialist
Princeton Public Schools

Gabe Shackney
Princeton Public Schools
5 REPLIES 5

cbrewer
Valued Contributor II

Here's what I use...

/usr/libexec/airportd prefs RequireAdminNetworkChange=YES RequireAdminIBSS=YES

jaferguson
New Contributor II

I also needed to ensure that the Wi-Fi doesn't get turned off by non-admin users so I included the exta line.

/usr/libexec/airportd prefs RequireAdminIBSS=YES RequireAdminNetworkChange=YES RequireAdminPowerToggle=YES

I tested this on OS X 10.8.2

Chuey
Contributor III

I know this is an old thread but I noticed on 10.12 and 10.13 these commands are accepted but I can still change the settings? Is this true or is it just me?

johnpowell
New Contributor II

@Chuey They work for me on 10.13.6 and 10.14.2. I can still open the airport icon menu bar, but any attempts to change settings prompts for admin credentials.

a_holley
Contributor

@Chuey same thing happens for me. It toggles the preference, but I can change it without issue (admittedly, I am logged in as an admin).