Hello,
Experiencing a strange issue and was wondering if the community have seen this before.
We run our users as Standard users, no admin access.
We use a script to enable certain permissions, including printer management and wifi management.
On a standard user account on a 2020 macbook pro, having run the following terminal commands as part of a script:
/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
I am now able to "Forget" SSIDs, but it still prompts me for administrator username and password. Weirdly, you can see that it forgets the network regardless of whether I hit Cancel or put in local admin creds.
Is this just a weird glitch that we'll have to deal with telling users "Just hit cancel", or is there something else I can do to fix this?