Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Side by Side Diff: chrome/test/data/chromeos/net/shill_for_managed_toplevel2.json

Issue 11578052: Replace OncNetworkParser by the new ONC translator. (Closed) Base URL: http://git.chromium.org/chromium/src.git@extend_onc_to_shill
Patch Set: Rebased. Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "{77db0089-0bc8-4358-929c-123xcv}": {
3 "EAP.EAP": "TLS",
4 "EAP.Identity": "madmax@my.domain.com",
5 "EAP.UseSystemCAs": true,
6 "GUID": "{77db0089-0bc8-4358-929c-123xcv}",
7 "Profile": "user",
8 "ProxyConfig": "{\"mode\":\"pac_script\",\"pac_mandatory\":false,\"pac_url\" :\"https://proxycfg.my.domain.com/proxy.dat\"}",
9 "SSID": "SomeWifi-XY",
10 "SaveCredentials": true,
11 "Security": "802_1x",
12 "Type": "wifi",
13 "UIData": "{\"certificate_pattern\":{\"EnrollmentURI\":[\"chrome-extension:/ /delkjfjibodjclmdijflfnimdmgdagfk/generate-cert.html\"],\"IssuerCARef\":[\"{58ac 1967-a0e7-49e9-be68-123abc}\",\"{42cb13cd-140c-4941-9fb6-456def}\"]},\"certifica te_type\":\"pattern\",\"onc_source\":\"user_policy\"}"
14 },
15 "{a3860e83-f03d-4cb1-bafa-789oij}": {
16 "GUID": "{a3860e83-f03d-4cb1-bafa-789oij}",
17 "Name": "SomeVPN-XZ",
18 "OpenVPN.AuthRetry": "interact",
19 // Not needed by Shill.
20 // "OpenVPN.AuthUserPass": "",
21 "OpenVPN.CACertNSS": "{14ff4d51-64c1-4c86-a622-054dxyz}",
22 "OpenVPN.CompLZO": "true",
23 "OpenVPN.KeyDirection": "1",
24 // Ignored by Shill.
25 // "OpenVPN.Mgmt.Enable": "",
26 "OpenVPN.Port": "543",
27 "OpenVPN.Proto": "udp",
28 "OpenVPN.PushPeerInfo": "true",
29 "OpenVPN.RemoteCertEKU": "TLS Web Server Authentication",
30 "OpenVPN.RemoteCertKU": "e0",
31 "OpenVPN.RemoteCertTLS": "server",
32 "OpenVPN.RenegSec": "0",
33 "OpenVPN.ServerPollTimeout": "13",
34 "OpenVPN.StaticChallenge": "Please enter token",
35 "OpenVPN.TLSAuthContents": "-----BEGIN OpenVPN Static key V1-----\n83f8e7ccd 99be189b4663e18615f9166\nd885cdea6c8accb0ebf5be304f0b8081\n5404f2a6574e029815d7a 2fb65b83d0c\n676850714c6a56b23415a78e06aad6b1\n34900dd512049598382039e4816cb5ff\ n1848532b71af47578c9b4a14b5bca49f\n99e0ae4dae2f4e5eadfea374aeb8fb1e\na6fdf02adc7 3ea778dfd43d64bf7bc75\n7779d629498f8c2fbfd32812bfdf6df7\n8cebafafef3e5496cb13202 274f2768a\n1959bc53d67a70945c4c8c6f34b63327\nfb60dc84990ffec1243461e0b6310f61\ne 90aee1f11fb6292d6f5fcd7cd508aab\n50d80f9963589c148cb4b933ec86128d\ned77d3fad6005 b62f36369e2319f52bd\n09c6d2e52cce2362a05009dc29b6b39a\n-----END OpenVPN Static k ey V1-----\n",
36 "OpenVPN.TLSRemote": "my.domain.com",
37 "OpenVPN.User": "madmax",
38 "Profile": "user",
39 "Provider.Host": "vpn.my.domain.com",
40 "Provider.Type": "openvpn",
41 "ProxyConfig": "{\"mode\":\"pac_script\",\"pac_mandatory\":false,\"pac_url\" :\"http://proxycfg.my.domain/proxy.dat\"}",
42 "SaveCredentials": false,
43 "Type": "vpn",
44 "UIData": "{\"certificate_pattern\":{\"EnrollmentURI\":[\"chrome-extension:/ /deicdjjibodjclmdijflfnimdmgdagfk/keygen-cert.html\"],\"IssuerCARef\":[\"{58ac19 67-a0e7-49e9-be68-eb44b8827bcc}\",\"{42cb13cd-140c-4941-9fb6-0824ea2fde17}\"]},\ "certificate_type\":\"pattern\",\"onc_source\":\"user_policy\"}"
45 // Ignored by Shill.
46 // "VPN.Domain": ""
47 }
48 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698