From ba2965423dbc2e10a284eccb99405e6df4c2ce56 Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Thu, 28 Nov 2013 23:06:46 +0100 Subject: Add IOS profile --- static/spacenet.mobileconfig | 68 ++++++++++++++++++++++++++++++++++++++++++++ templates/8021x.html | 2 ++ 2 files changed, 70 insertions(+) create mode 100644 static/spacenet.mobileconfig 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 @@ + + + + + PayloadContent + + + AutoJoin + + EAPClientConfiguration + + AcceptEAPTypes + + 21 + + EAPFASTProvisionPAC + + EAPFASTProvisionPACAnonymously + + EAPFASTUsePAC + + OuterIdentity + anonymous@sublab.org + TTLSInnerAuthentication + PAP + + EncryptionType + WPA + HIDDEN_NETWORK + + PayloadDescription + Verbindungseinstellungen für drahtloses Netzwerk konfigurieren. + PayloadDisplayName + WLAN (spacenet) + PayloadIdentifier + org.sublab.crew.wifi + PayloadOrganization + sublab e.V. + PayloadType + com.apple.wifi.managed + PayloadUUID + E69C0571-4607-45C6-97B8-69C90EF5B249 + PayloadVersion + 1 + ProxyType + None + SSID_STR + spacenet + + + PayloadDescription + Dieses Profil enthält Konfigurationen fuer Spacenet Zugang + PayloadDisplayName + spacenet + PayloadIdentifier + org.sublab.org.crew + PayloadOrganization + sublab e.V. + PayloadRemovalDisallowed + + PayloadType + Configuration + PayloadUUID + DDD78754-D86F-4F83-A6A4-1F1E94A0D43C + PayloadVersion + 1 + + 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 } +

IOS Profile

+ Download -- cgit v1.2.1