Hello,
is there a way to let standard users remove/ignore networks? I have pushed a script containing the following:
/usr/bin/security authorizationdb write system.preferences.network allow
/usr/bin/security authorizationdb write system.services.systemconfiguration.network allow
/usr/bin/security authorizationdb write com.apple.wifi allow
/usr/libexec/airportd prefs RequireAdminIBSS=No RequireAdminNetworkChange=No RequireAdminPowerToggle=No
After the script is applied users are able to remove networks, but an admin prompt still pops up (you can just press cancel and its already gone, but it is confusing for users). Is there a way to not get an admin prompt at all?
Thanks in advance!