mirror of
https://github.com/apple/device-management.git
synced 2026-08-14 12:30:23 +02:00
65 lines
2.1 KiB
Plaintext
65 lines
2.1 KiB
Plaintext
<?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>PayloadContent</key>
|
|
<array>
|
|
<dict>
|
|
<key>IPSec</key>
|
|
<dict>
|
|
<key>AuthenticationMethod</key>
|
|
<string>SharedSecret</string>
|
|
<key>LocalIdentifierType</key>
|
|
<string>KeyID</string>
|
|
<key>SharedSecret</key>
|
|
<data>
|
|
UVhCd2JHVXhNak1o
|
|
</data>
|
|
</dict>
|
|
<key>IPv4</key>
|
|
<dict>
|
|
<key>OverridePrimary</key>
|
|
<integer>0</integer>
|
|
</dict>
|
|
<key>PPP</key>
|
|
<dict>
|
|
<key>AuthName</key>
|
|
<string>username</string>
|
|
<key>AuthPassword</key>
|
|
<string>password</string>
|
|
<key>CommRemoteAddress</key>
|
|
<string>vpn.example.com</string>
|
|
</dict>
|
|
<key>Proxies</key>
|
|
<dict>
|
|
<key>HTTPEnable</key>
|
|
<integer>0</integer>
|
|
<key>HTTPSEnable</key>
|
|
<integer>0</integer>
|
|
</dict>
|
|
<key>UserDefinedName</key>
|
|
<string>VPN Server</string>
|
|
<key>VPNType</key>
|
|
<string>L2TP</string>
|
|
<key>PayloadIdentifier</key>
|
|
<string>com.example.myvpnmanagedprofile</string>
|
|
<key>PayloadType</key>
|
|
<string>com.apple.vpn.managed</string>
|
|
<key>PayloadUUID</key>
|
|
<string>74615F25-3B51-4386-A31B-ACB1F1094EF9</string>
|
|
<key>PayloadVersion</key>
|
|
<integer>1</integer>
|
|
</dict>
|
|
</array>
|
|
<key>PayloadDisplayName</key>
|
|
<string>VPN</string>
|
|
<key>PayloadIdentifier</key>
|
|
<string>com.example.myprofile</string>
|
|
<key>PayloadType</key>
|
|
<string>Configuration</string>
|
|
<key>PayloadUUID</key>
|
|
<string>01E7F1C0-2DD0-4E36-82FF-EC6F29BB6C45</string>
|
|
<key>PayloadVersion</key>
|
|
<integer>1</integer>
|
|
</dict>
|
|
</plist> |