Skip to content

Instantly share code, notes, and snippets.

@rtrouton
Created June 16, 2015 23:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rtrouton/cc28770da1ae2cb19e82 to your computer and use it in GitHub Desktop.
Save rtrouton/cc28770da1ae2cb19e82 to your computer and use it in GitHub Desktop.
Sample Sophos updateconfig.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PrimaryServerPassword</key>
<string>c5XSMZZo6xkEee7HRouCu1X0jo8Ml4dJnSFbH96JO65Ria0ENuWUfONTg4UyUoj</string>
<key>PrimaryServerType</key>
<integer>2</integer>
<key>PrimaryServerURL</key>
<string>smb://server.name.here/SophosUpdate/CIDS/S000/ESCOSX</string>
<key>PrimaryServerUserName</key>
<string>Nvuh5oRqEbb24ooMFLpCIFgB6ucZQmZlur28fjgAGA</string>
<key>SecondaryServer</key>
<true/>
<key>SecondaryServerPassword</key>
<string>DvysmNc20dp6eXNh9EWLDLyf3EVbAZWx3xm77OIAJjzzlhjV0NjDoHyPwzfnkOQu</string>
<key>SecondaryServerType</key>
<integer>0</integer>
<key>SecondaryServerUserName</key>
<string>bs4Tw3R8HnRZz9ajZD0fAJ1XaDB0ytUTxdARRVgrXY</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment