| OLD | NEW |
| 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 | |
| OLD | NEW |