knowIT

Mac Wifi Issue

A number of students have approached the help desk displaying an error when connecting to UBCSecure. That message states that authentication failed, please contact your system administrator. That message turns out to be ambiguous as it's not the UBCSecure credentials being rejected, but rather the computer's local username/password.

What you will find is the /Library/Preferences/SystemConfiguration folder has odd permissions which can't be fixed by the disk utility. In all cases I've seen, the folder and files were owned by root:root instead of root:wheel. What happens is the user is not prompted to authenticate to the computer when connecting to an enterprise wireless network. No auth is needed for home networks so those work fine.

A quick test was that I asked the student to install Google Chrome. When trying to drag the app to the application folder, no authentication message comes up and you just get an "access denied" error. 

I cannot find out why this is happening yet, but in a few cases the users had mentioned they just bought the computer and updated to 10.9.4.

So the fix:

Open terminal

sudo -s
have user type in password

cd /Library/Preferences/

rm -rf ./SystemConfiguration/
before you hit enter, explain the ramifications of performing this command. The likelihood is that there won't be any problems but things can revert to default such as finder settings. 

reboot
when the machine boots back up, it will automatically re-create the SystemConfiguration folder and files and you will now be able to connect to wifi and will be correctly prompted to authenticate.

Attached Files
There are no attachments for this article.
Related Articles RSS Feed
macOS - People Server FileZilla Setup Instructions
Viewed 2115 times since Mon, May 31, 2021
macOS - Setup Multiple Monitors
Viewed 3177 times since Mon, May 31, 2021
Why is Backing up my Data Important?
Viewed 6374 times since Mon, Apr 18, 2016
Change the default server for Cisco AnyConnect
Viewed 37868 times since Wed, Jun 2, 2021