summaryrefslogtreecommitdiffstats
path: root/chromeos/test/data/network/policy/shill_policy_on_managed_vpn.json
blob: 15470fd6c7f3452cd9fc1360db8e8fba6bf56802 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "AutoConnect":false,
  "GUID":"{a3860e83-f03d-4cb1-bafa-b22c9e746950}",
  "Name":"my vpn",
  "OpenVPN.Password":"some password",
  "OpenVPN.Port":"443",
  "OpenVPN.Proto":"udp",
  "OpenVPN.User":"abc ${LOGIN_EMAIL} def",
  "Provider.Host":"vpn.my.domain.com",
  "Provider.Type":"openvpn",
  "Profile": "/profile/user1/shill",
  // Password is not 'Recommended' by policy, thus removed here.
  "UIData": "{\"onc_source\":\"user_policy\",\"user_settings\":{}}",
  "SaveCredentials":false,
  "Type":"vpn"
}