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

Side by Side Diff: chromeos/test/data/network/policy/shill_policy_on_managed_vpn.json

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
« no previous file with comments | « chromeos/test/data/network/policy/shill_policy_autoconnect_on_unconfigured_wifi1.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "AutoConnect":false, 2 "AutoConnect":false,
3 "GUID":"{a3860e83-f03d-4cb1-bafa-b22c9e746950}", 3 "GUID":"{a3860e83-f03d-4cb1-bafa-b22c9e746950}",
4 "Name":"my vpn", 4 "Name":"my vpn",
5 "OpenVPN.Password":"some password", 5 "OpenVPN.Password":"some password",
6 "OpenVPN.Port":"443", 6 "OpenVPN.Port":"443",
7 "OpenVPN.Proto":"udp", 7 "OpenVPN.Proto":"udp",
8 "OpenVPN.User":"abc ${LOGIN_EMAIL} def", 8 "OpenVPN.User":"abc ${LOGIN_EMAIL} def",
9 "Provider.Host":"vpn.my.domain.com", 9 "Provider.Host":"vpn.my.domain.com",
10 "Provider.Type":"openvpn", 10 "Provider.Type":"openvpn",
11 "Profile": "/profile/user1/shill", 11 "Profile": "/profile/user1/shill",
12 // Password is not 'Recommended' by policy, thus removed here. 12 // Password is not 'Recommended' by policy, thus removed here.
13 "UIData": "{\"onc_source\":\"user_policy\",\"user_settings\":{}}", 13 "UIData": "{\"onc_source\":\"user_policy\",\"user_settings\":{}}",
14 "SaveCredentials":false, 14 "SaveCredentials":false,
15 "Type":"vpn" 15 "Type":"vpn"
16 } 16 }
17
OLDNEW
« no previous file with comments | « chromeos/test/data/network/policy/shill_policy_autoconnect_on_unconfigured_wifi1.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698