Our organization has a need to set user policy settings in chrome. Currently I'm handling this by using this single command - "sudo -u $currentuser defaults write com.google.Chrome AuthServerWhitelist "*serverhere.com"
While this works, new users who sign into the machine do not get this setting unless we re-run the script.
Is there a way to configure this using a configuration profile and apply it to all users?
