summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Franke <nobody@nowhere.ws>2013-11-28 23:06:46 +0100
committerChristian Franke <nobody@nowhere.ws>2013-11-28 23:06:46 +0100
commitba2965423dbc2e10a284eccb99405e6df4c2ce56 (patch)
treee2db66583554a933c418a58b8d88edca5de7dd98
parent5c8037621c5f0161d3506f429c58c4601cd6b480 (diff)
Add IOS profileHEADmaster
-rw-r--r--static/spacenet.mobileconfig68
-rw-r--r--templates/8021x.html2
2 files changed, 70 insertions, 0 deletions
diff --git a/static/spacenet.mobileconfig b/static/spacenet.mobileconfig
new file mode 100644
index 0000000..638c900
--- /dev/null
+++ b/static/spacenet.mobileconfig
@@ -0,0 +1,68 @@
+<?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>AutoJoin</key>
+ <true/>
+ <key>EAPClientConfiguration</key>
+ <dict>
+ <key>AcceptEAPTypes</key>
+ <array>
+ <integer>21</integer>
+ </array>
+ <key>EAPFASTProvisionPAC</key>
+ <false/>
+ <key>EAPFASTProvisionPACAnonymously</key>
+ <false/>
+ <key>EAPFASTUsePAC</key>
+ <false/>
+ <key>OuterIdentity</key>
+ <string>anonymous@sublab.org</string>
+ <key>TTLSInnerAuthentication</key>
+ <string>PAP</string>
+ </dict>
+ <key>EncryptionType</key>
+ <string>WPA</string>
+ <key>HIDDEN_NETWORK</key>
+ <false/>
+ <key>PayloadDescription</key>
+ <string>Verbindungseinstellungen für drahtloses Netzwerk konfigurieren.</string>
+ <key>PayloadDisplayName</key>
+ <string>WLAN (spacenet)</string>
+ <key>PayloadIdentifier</key>
+ <string>org.sublab.crew.wifi</string>
+ <key>PayloadOrganization</key>
+ <string>sublab e.V.</string>
+ <key>PayloadType</key>
+ <string>com.apple.wifi.managed</string>
+ <key>PayloadUUID</key>
+ <string>E69C0571-4607-45C6-97B8-69C90EF5B249</string>
+ <key>PayloadVersion</key>
+ <integer>1</integer>
+ <key>ProxyType</key>
+ <string>None</string>
+ <key>SSID_STR</key>
+ <string>spacenet</string>
+ </dict>
+ </array>
+ <key>PayloadDescription</key>
+ <string>Dieses Profil enthält Konfigurationen fuer Spacenet Zugang</string>
+ <key>PayloadDisplayName</key>
+ <string>spacenet</string>
+ <key>PayloadIdentifier</key>
+ <string>org.sublab.org.crew</string>
+ <key>PayloadOrganization</key>
+ <string>sublab e.V.</string>
+ <key>PayloadRemovalDisallowed</key>
+ <false/>
+ <key>PayloadType</key>
+ <string>Configuration</string>
+ <key>PayloadUUID</key>
+ <string>DDD78754-D86F-4F83-A6A4-1F1E94A0D43C</string>
+ <key>PayloadVersion</key>
+ <integer>1</integer>
+</dict>
+</plist>
diff --git a/templates/8021x.html b/templates/8021x.html
index 83a5de4..f8f47e5 100644
--- a/templates/8021x.html
+++ b/templates/8021x.html
@@ -29,6 +29,8 @@
priority=500
}
</pre>
+ <h1>IOS Profile</h1>
+ <a href="${url('static/spacenet.mobileconfig')} ">Download</a>
</div>
</sub:bodylarge>
</html>