mirror of
https://github.com/apple/device-management.git
synced 2026-07-11 05:23:42 +02:00
60 lines
2.0 KiB
Plaintext
60 lines
2.0 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>AuthenticationMethod</key>
|
|
<string></string>
|
|
<key>AutoJoin</key>
|
|
<true/>
|
|
<key>CaptiveBypass</key>
|
|
<false/>
|
|
<key>EAPClientConfiguration</key>
|
|
<dict>
|
|
<key>AcceptEAPTypes</key>
|
|
<array>
|
|
<integer>25</integer>
|
|
</array>
|
|
<key>UserName</key>
|
|
<string>user</string>
|
|
<key>UserPassword</key>
|
|
<string>password</string>
|
|
</dict>
|
|
<key>EncryptionType</key>
|
|
<string>WPA2</string>
|
|
<key>HIDDEN_NETWORK</key>
|
|
<false/>
|
|
<key>Interface</key>
|
|
<string>SecondActiveEthernet</string>
|
|
<key>Password</key>
|
|
<string>password</string>
|
|
<key>ProxyType</key>
|
|
<string>None</string>
|
|
<key>SetupModes</key>
|
|
<array>
|
|
<string>System</string>
|
|
</array>
|
|
<key>PayloadIdentifier</key>
|
|
<string>com.example.my8021Xsecaepayload</string>
|
|
<key>PayloadType</key>
|
|
<string>com.apple.secondactiveethernet.managed</string>
|
|
<key>PayloadUUID</key>
|
|
<string>38791a67-90ca-40e5-bddd-fc3dc85a447e</string>
|
|
<key>PayloadVersion</key>
|
|
<integer>1</integer>
|
|
</dict>
|
|
</array>
|
|
<key>PayloadDisplayName</key>
|
|
<string>802.1x Second Active Ethernet</string>
|
|
<key>PayloadIdentifier</key>
|
|
<string>com.example.myprofile</string>
|
|
<key>PayloadType</key>
|
|
<string>Configuration</string>
|
|
<key>PayloadUUID</key>
|
|
<string>50939eda-ff93-4e0c-907b-159d8d5c1a1a</string>
|
|
<key>PayloadVersion</key>
|
|
<integer>1</integer>
|
|
</dict>
|
|
</plist> |