Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
f97b39b87f |
1 changed files with 79 additions and 0 deletions
79
src/dgsi/templates/dgsi/profiles/ios.plist
Normal file
79
src/dgsi/templates/dgsi/profiles/ios.plist
Normal file
|
@ -0,0 +1,79 @@
|
|||
<?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>ConsentText</key>
|
||||
<dict>
|
||||
<key>default</key>
|
||||
<string>Consent Message</string>
|
||||
</dict>
|
||||
<key>PayloadContent</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>AutoJoin</key>
|
||||
<true/>
|
||||
<key>CaptiveBypass</key>
|
||||
<true/>
|
||||
<key>EAPClientConfiguration</key>
|
||||
<dict>
|
||||
<key>AcceptEAPTypes</key>
|
||||
<array>
|
||||
<integer>25</integer>
|
||||
</array>
|
||||
<key>OuterIdentity</key>
|
||||
<string>anonymous</string>
|
||||
<key>TLSMaximumVersion</key>
|
||||
<string>1.3</string>
|
||||
<key>TLSMinimumVersion</key>
|
||||
<string>1.2</string>
|
||||
<key>TLSTrustedServerNames</key>
|
||||
<array>
|
||||
<string>radius.dgnum.eu</string>
|
||||
</array>
|
||||
<key>UserName</key>
|
||||
<string>{{ user.username }}</string>
|
||||
<key>UserPassword</key>
|
||||
<string>{{ user.kanidm.radius_secret }}</string>
|
||||
<key>TTLSInnerAuthentication</key>
|
||||
<string>MSCHAPv2</string>
|
||||
</dict>
|
||||
<key>EncryptionType</key>
|
||||
<string>WPA2</string>
|
||||
<key>HIDDEN_NETWORK</key>
|
||||
<false/>
|
||||
<key>IsHotspot</key>
|
||||
<false/>
|
||||
<key>PayloadDescription</key>
|
||||
<string>DGNum Wi-Fi setup</string>
|
||||
<key>PayloadDisplayName</key>
|
||||
<string>Wi-Fi</string>
|
||||
<key>PayloadIdentifier</key>
|
||||
<string>com.apple.wifi.managed</string>
|
||||
<key>PayloadType</key>
|
||||
<string>com.apple.wifi.managed</string>
|
||||
<key>PayloadVersion</key>
|
||||
<integer>1</integer>
|
||||
<key>ProxyType</key>
|
||||
<string>None</string>
|
||||
<key>SSID_STR</key>
|
||||
<string>{{ dgnum_ssid }}</string>
|
||||
</dict>
|
||||
</array>
|
||||
<key>PayloadDescription</key>
|
||||
<string>Wi-Fi</string>
|
||||
<key>PayloadDisplayName</key>
|
||||
<string>wifi-dgnum</string>
|
||||
<key>PayloadIdentifier</key>
|
||||
<string>kanidm</string>
|
||||
<key>PayloadOrganization</key>
|
||||
<string>dgnum.eu</string>
|
||||
<key>PayloadRemovalDisallowed</key>
|
||||
<false/>
|
||||
<key>PayloadType</key>
|
||||
<string>Configuration</string>
|
||||
<key>PayloadUUID</key>
|
||||
<string>E3A2F3F5-88E9-40B9-985C-1B35BD5314B3</string>
|
||||
<key>PayloadVersion</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</plist>
|
Loading…
Add table
Reference in a new issue