Hallo,
Ik wil mijn iPod Touch graag gebruiken op het netwerk van de Universiteit van Amsterdam. Voor de de VU heb ik onderstaand configuratiebestand gevonden dat je naar jezelf moet mail en dan installeren. Ik probeer dit bestand aan te passen naar de instellingen van de UvA. Volgens mij ben ik een heel eind gekomen. Een deel op gezond verstand en een deel heb ik uit configuratiebestanden van mijn MacBook geplukt.
Het enige dat ik volgens mij nog nodig heb zijn de PayloadIndentifiers van de UvA. Weet iemand deze? Weet iemand waar deze te vinden zouden zijn in mijn MacBook, deze is wel goed geconfigureerd?
Code van de VU
"Min" UvA bestand
Ik wil mijn iPod Touch graag gebruiken op het netwerk van de Universiteit van Amsterdam. Voor de de VU heb ik onderstaand configuratiebestand gevonden dat je naar jezelf moet mail en dan installeren. Ik probeer dit bestand aan te passen naar de instellingen van de UvA. Volgens mij ben ik een heel eind gekomen. Een deel op gezond verstand en een deel heb ik uit configuratiebestanden van mijn MacBook geplukt.
Het enige dat ik volgens mij nog nodig heb zijn de PayloadIndentifiers van de UvA. Weet iemand deze? Weet iemand waar deze te vinden zouden zijn in mijn MacBook, deze is wel goed geconfigureerd?
Code van de VU
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
| <?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>21</integer> </array> <key>EAPFASTProvisionPAC</key> <false/> <key>EAPFASTProvisionPACAnonymously</key> <false/> <key>EAPFASTUsePAC</key> <false/> <key>TLSAllowTrustExceptions</key> <true/> <key>TTLSInnerAuthentication</key> <string>PAP</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 (VU-Campusnet)</string> <key>PayloadIdentifier</key> <string>nl.vu.campusnetprofile.wifi</string> <key>PayloadOrganization</key> <string>Vrije Universiteit Amsterdam</string> <key>PayloadType</key> <string>com.apple.wifi.managed</string> <key>PayloadUUID</key> <string>8BD67E44-7936-4934-B99B-0C8FA9E085E0</string> <key>PayloadVersion</key> <integer>1</integer> <key>SSID_STR</key> <string>VU-Campusnet</string> </dict> </array> <key>PayloadDescription</key> <string>Profile for connecting a iPhone or iPod touch to the wireless network of the Vrije Universiteit Amsterdam (VU-Campusnet).</string> <key>PayloadDisplayName</key> <string>VU-Campusnet iPhone/iPod touch</string> <key>PayloadIdentifier</key> <string>nl.vu.campusnetprofile</string> <key>PayloadOrganization</key> <string>Vrije Universiteit Amsterdam</string> <key>PayloadType</key> <string>Configuration</string> <key>PayloadUUID</key> <string>D1544982-1B9B-484D-B791-97B10CC8CCB5</string> <key>PayloadVersion</key> <integer>1</integer> </dict> </plist> |
"Min" UvA bestand
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
| <?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>21</integer> </array> <key>EAPFASTProvisionPAC</key> <false/> <key>EAPFASTProvisionPACAnonymously</key> <false/> <key>EAPFASTUsePAC</key> <false/> <key>TLSAllowTrustExceptions</key> <true/> <key>TTLSInnerAuthentication</key> <string>PAP</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>UvA Draadloos</string> <key>PayloadIdentifier</key> <string>????</string> <key>PayloadOrganization</key> <string>Universiteit van Amsterdam</string> <key>PayloadType</key> <string>com.apple.wifi.managed</string> <key>PayloadUUID</key> <string>3EBAE732-F15A-4FD8-9006-12A00A44F605</string> <key>PayloadVersion</key> <integer>1</integer> <key>SSID_STR</key> <string>uva</string> </dict> </array> <key>PayloadDescription</key> <string>Profile for connecting a iPhone or iPod touch to the wireless network of the Universiteit van Amsterdam.</string> <key>PayloadDisplayName</key> <string>UvA Draadloos iPhone/iPod touch</string> <key>PayloadIdentifier</key> <string>????</string> <key>PayloadOrganization</key> <string>Universiteit van Amsterdam</string> <key>PayloadType</key> <string>Configuration</string> <key>PayloadUUID</key> <string>3EBAE732-F15A-4FD8-9006-12A00A44F605</string> <key>PayloadVersion</key> <integer>1</integer> </dict> </plist> |
[ Voor 0% gewijzigd door Verwijderd op 29-08-2008 14:01 . Reden: Code tag afsluiten ]