ste1988 Posted February 21, 2012 Posted February 21, 2012 Hi, Ive got a macbook, that was used in school, but now a member of staff wants to use it mostly from home, which for others we have used both in school and at home without issue, simply changing network location to connect to either, but i have one macbook that when connecting to anything other then the schools wireless wont connect to the internet, and continues to look for proxy settings, ive removed all proxy settings from the schools network location, so the mac should not remember them. but in workgroup manager ive got the network preferences setup with the proxy settings in there, it is the only place i thought the mac could still be getting those settings from, even though on this macbook i deleted all network locations and started from scratch. So i finally decided to unbind it from the mac server, although the problem is still on going???? my question is how did i remove any trace of any proxy settings from this macbook, it can no longer contact the server for its settings, there not specified locally either, but it still wont connect to this persons router at home, and gives the error "cannot find proxy server". This has been goin on for a while now, and im out of ideas, so any help would be great Regards
HodgeHi Posted February 21, 2012 Posted February 21, 2012 Is the computer account still in the group that gets the proxy settings? It looks for the mac address I think. 1
ste1988 Posted February 22, 2012 Author Posted February 22, 2012 I have deleted the computer account altogether
dayzd Posted February 22, 2012 Posted February 22, 2012 You need to delete the managed preferences from the user accounts' Preferences folder. You'll find a folder called "ByHost" in the users' "/Library/Preferences" folder - if memory serves, this is where preferences from an Open Directory domain are stored. Give that a go. 1
ste1988 Posted February 22, 2012 Author Posted February 22, 2012 You need to delete the managed preferences from the user accounts' Preferences folder. You'll find a folder called "ByHost" in the users' "/Library/Preferences" folder - if memory serves, this is where preferences from an Open Directory domain are stored. Give that a go. Cheers dayzd, ill give that ago and post back Thanks!
kernewek-sam Posted February 22, 2012 Posted February 22, 2012 I had a similar problem and found this page sorted it Managed Client: How to flush cached settings. 2
ste1988 Posted February 29, 2012 Author Posted February 29, 2012 You need to delete the managed preferences from the user accounts' Preferences folder. You'll find a folder called "ByHost" in the users' "/Library/Preferences" folder - if memory serves, this is where preferences from an Open Directory domain are stored. Give that a go. This didnt work I had a similar problem and found this page sorted it Managed Client: How to flush cached settings. But this did, Ran this code in terminal dscl . -list Computers | grep -v "^localhost$" | while read computer_name ; do sudo dscl . -delete Computers/"$computer_name" ; done many thanks for your help guys!!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now