diff options
author | Markus Krogh <markus@nordu.net> | 2018-06-12 14:16:57 +0200 |
---|---|---|
committer | Markus Krogh <markus@nordu.net> | 2018-06-12 14:16:57 +0200 |
commit | 762128f48e08b54d190631f7c0784c0733897fcb (patch) | |
tree | 9ca68b26407b413b99ccc05b0e6bdcf3f6ef6f78 /src | |
parent | 93f81dec3a6b68431bac4c0703cddfd0786c6f29 (diff) |
Move and delist eduroam config
Diffstat (limited to 'src')
-rw-r--r-- | src/apps/changepw/eduroam.mobileconfig | 68 |
1 files changed, 0 insertions, 68 deletions
diff --git a/src/apps/changepw/eduroam.mobileconfig b/src/apps/changepw/eduroam.mobileconfig deleted file mode 100644 index 952c924..0000000 --- a/src/apps/changepw/eduroam.mobileconfig +++ /dev/null @@ -1,68 +0,0 @@ -<?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>EAPClientConfiguration</key> - <dict> - <key>AcceptEAPTypes</key> - <array> - <integer>25</integer> - </array> - <key>EAPFASTProvisionPAC</key> - <false/> - <key>EAPFASTProvisionPACAnonymously</key> - <false/> - <key>EAPFASTUsePAC</key> - <false/> - <key>OuterIdentity</key> - <string>nordu-user@nordu.net</string> - <key>TLSAllowTrustExceptions</key> - <true/> - <key>TLSTrustedServerNames</key> - <array> - <string>eduroam1.nordu.net</string> - </array> - <key>UserName</key> - <string>eduroam-user</string> - </dict> - <key>EncryptionType</key> - <string>WPA</string> - <key>HIDDEN_NETWORK</key> - <false/> - <key>PayloadDescription</key> - <string>Configures wireless connectivity settings.</string> - <key>PayloadDisplayName</key> - <string>Wi-Fi (eduroam)</string> - <key>PayloadIdentifier</key> - <string>net.nordu.iphone.profile.wifi</string> - <key>PayloadOrganization</key> - <string>NORDUnet</string> - <key>PayloadType</key> - <string>com.apple.wifi.managed</string> - <key>PayloadUUID</key> - <string>63622959-0DCB-413A-9C3C-515833E38891</string> - <key>PayloadVersion</key> - <integer>1</integer> - <key>SSID_STR</key> - <string>eduroam</string> - </dict> - </array> - <key>PayloadDescription</key> - <string>Configuration for eduroam at NORDUnet</string> - <key>PayloadDisplayName</key> - <string>Eduroam Profile</string> - <key>PayloadIdentifier</key> - <string>net.nordu.iphone.profile</string> - <key>PayloadOrganization</key> - <string>NORDUnet</string> - <key>PayloadType</key> - <string>Configuration</string> - <key>PayloadUUID</key> - <string>4AD09534-1BC6-41CA-BC88-56149799781B</string> - <key>PayloadVersion</key> - <integer>1</integer> -</dict> -</plist> |