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

Side by Side Diff: chromeos/test/data/network/policy/policy_vpn_autoconnect.onc

Issue 647783005: Set Service property ManagedCredentials for managed networks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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
1 { 1 {
2 "NetworkConfigurations":[ 2 "NetworkConfigurations":[
3 { 3 {
4 "GUID":"{a3860e83-f03d-4cb1-bafa-b22c9e746950}", 4 "GUID":"{a3860e83-f03d-4cb1-bafa-b22c9e746950}",
5 "Name":"my vpn", 5 "Name":"my vpn",
6 "Type":"VPN", 6 "Type":"VPN",
7 "VPN":{ 7 "VPN":{
8 "AutoConnect":false, 8 "AutoConnect":true,
9 "Host":"vpn.my.domain.com", 9 "Host":"vpn.my.domain.com",
10 "OpenVPN":{ 10 "OpenVPN":{
11 "Password":"some password", 11 "Password":"some password",
12 "Port":443, 12 "Port":443,
13 "Proto":"udp", 13 "Proto":"udp",
14 "SaveCredentials":false, 14 "SaveCredentials":false,
15 "UserAuthenticationType":"Password", 15 "UserAuthenticationType":"Password",
16 "Username":"abc ${LOGIN_EMAIL} def" 16 "Username":"abc ${LOGIN_EMAIL} def"
17 }, 17 },
18 "Type":"OpenVPN" 18 "Type":"OpenVPN"
19 } 19 }
20 } 20 }
21 ], 21 ],
22 "Type":"UnencryptedConfiguration" 22 "Type":"UnencryptedConfiguration"
23 } 23 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698