Advertisement
Guest User

old.mobileconfig

a guest
Apr 14th, 2020
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.27 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>PayloadContent</key>
  6.     <array>
  7.         <dict>
  8.             <key>EmailAddress</key>
  9.             <string>user@example.com</string>
  10.             <key>Host</key>
  11.             <string>isync.example.com</string>
  12.             <key>MailNumberOfPastDaysToSync</key>
  13.             <integer>7</integer>
  14.             <key>PayloadCertificateUUID</key>
  15.             <string>UUID1</string>
  16.             <key>PayloadDescription</key>
  17.             <string>Description.</string>
  18.             <key>PayloadDisplayName</key>
  19.             <string>Exchange ActiveSync</string>
  20.             <key>PayloadIdentifier</key>
  21.             <string>custom.id</string>
  22.             <key>PayloadOrganization</key>
  23.             <string>Example</string>
  24.             <key>PayloadType</key>
  25.             <string>com.apple.eas.account</string>
  26.             <key>PayloadUUID</key>
  27.             <string>UUID2</string>
  28.             <key>PayloadVersion</key>
  29.             <integer>1</integer>
  30.             <key>PreventAppSheet</key>
  31.             <true/>
  32.             <key>PreventMove</key>
  33.             <true/>
  34.             <key>SMIMEEnabled</key>
  35.             <false/>
  36.             <key>SSL</key>
  37.             <true/>
  38.             <key>UserName</key>
  39.             <string>user</string>
  40.             <key>disableMailRecentsSyncing</key>
  41.             <false/>
  42.         </dict>
  43.         <dict>
  44.             <key>PayloadCertificateFileName</key>
  45.             <string>user.pkcs12</string>
  46.             <key>PayloadContent</key>
  47.             <data>base64-user-pkcs12-52-char-width
  48.             </data>
  49.             <key>PayloadDescription</key>
  50.             <string>Desc.</string>
  51.             <key>PayloadDisplayName</key>
  52.             <string>user-iphone-p12</string>
  53.             <key>PayloadIdentifier</key>
  54.             <string>custom.profile.credential2</string>
  55.             <key>PayloadOrganization</key>
  56.             <string>Example</string>
  57.             <key>PayloadType</key>
  58.             <string>com.apple.security.pkcs12</string>
  59.             <key>PayloadUUID</key>
  60.             <string>UUID3</string>
  61.             <key>PayloadVersion</key>
  62.             <integer>1</integer>
  63.         </dict>
  64.     </array>
  65.     <key>PayloadDescription</key>
  66.     <string>Desc.</string>
  67.     <key>PayloadDisplayName</key>
  68.     <string>Display Name</string>
  69.     <key>PayloadIdentifier</key>
  70.     <string>customc.profile</string>
  71.     <key>PayloadOrganization</key>
  72.     <string>Example</string>
  73.     <key>PayloadRemovalDisallowed</key>
  74.     <false/>
  75.     <key>PayloadType</key>
  76.     <string>Configuration</string>
  77.     <key>PayloadUUID</key>
  78.     <string>UUID4</string>
  79.     <key>PayloadVersion</key>
  80.     <integer>1</integer>
  81. </dict>
  82. </plist>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement