Hi, i need to configure OS X. I have OS X Server. I know that with the help of Custom Setting can edit files com.apple.*.plist. Example, i want to configure NTP Server and TimeZone for all users. How to do it? Just i don't know where to begin:(
I enter via root in /Library/Preferences and see file .GlobalPreferences.plist in which exist block:
"com.apple.preferences.timezone.selected_city" = {
AppleMapID = 1496****;
CountryCode = RU;
Latitude = "";
LocalizedNames = {
ru = Novosilikatnyy;
};
Longitude = "";
Name = ;
Population = 15241;
TimeZoneName = "Asia/Omsk";
Version = 1;
};
I need in this file change setting?


