Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chromeos / test / data / network / valid_l2tpipsec.onc
blob498a217f9fcf5432abbb069d35e4b206ae17ec08
1 { "GUID": "guid",
2   "Type": "VPN",
3   "Name": "MyL2TPVPN",
4   "VPN": {
5     "Type": "L2TP-IPsec",
6     "Host": "some.host.org",
7     "IPsec": {
8       "AuthenticationType": "PSK",
9       "IKEVersion": 1,
10       "PSK": "some_preshared_key",
11       "SaveCredentials": true,
12       "XAUTH": {
13           "Username": "some xauth username",
14           "Password": "some xauth password"
15       }
16     },
17     "L2TP": {
18       "Username": "some username",
19       "Password": "some password",
20       "LcpEchoDisabled": true
21     }
22   }