mirror of
https://github.com/apple/device-management.git
synced 2026-09-26 11:30:45 +02:00
Release-v27.0
This commit is contained in:
@@ -0,0 +1,60 @@
|
||||
<?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>SecondEthernet</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.my8021XsecEpayload</string>
|
||||
<key>PayloadType</key>
|
||||
<string>com.apple.secondethernet.managed</string>
|
||||
<key>PayloadUUID</key>
|
||||
<string>37d5702f-299a-4dbe-acd5-d7e8946222f1</string>
|
||||
<key>PayloadVersion</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</array>
|
||||
<key>PayloadDisplayName</key>
|
||||
<string>802.1x Second Ethernet</string>
|
||||
<key>PayloadIdentifier</key>
|
||||
<string>com.example.myprofile</string>
|
||||
<key>PayloadType</key>
|
||||
<string>Configuration</string>
|
||||
<key>PayloadUUID</key>
|
||||
<string>37490fd4-10c0-4154-8964-9b719e53de31</string>
|
||||
<key>PayloadVersion</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</plist>
|
||||
Reference in New Issue
Block a user