Don't preload rarely seen large images
[chromium-blink-merge.git] / chromeos / test / data / network / openvpn_with_password.onc
blobac513d40dd42b8517d79ae9b3176eb52cbae90fc
2     "GUID": "{a3860e83-f03d-4cb1-bafa-b22c9e746950}",
3     "Name": "my vpn",
4     "Type": "VPN",
5     "VPN": {
6         "AutoConnect": true,
7         "Host": "vpn.my.domain.com",
8         "Type": "OpenVPN",
9         "OpenVPN": {
10             "ClientCertType": "None",
11             "Password": "some password",
12             "Port": 443,
13             "Proto": "udp",
14             "PushPeerInfo": true,
15             "SaveCredentials": false,
16             "ServerPollTimeout": 10,
17             "UserAuthenticationType": "Password",
18             "Username": "abc ${LOGIN_EMAIL} def",
19         }
20     }