OLD | NEW |
1 { | 1 { |
2 "managed-network-repaired": { | 2 "managed-network-repaired": { |
3 "Recommended": [], | 3 "Recommended": [], |
4 "GUID": "guid", | 4 "GUID": "guid", |
5 "Type": "Ethernet", | 5 "Type": "Ethernet", |
6 "Name": "name", | 6 "Name": "name", |
7 "Ethernet": { | 7 "Ethernet": { |
8 "Authentication": "None" | 8 "Authentication": "None" |
9 } | 9 } |
10 }, | 10 }, |
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
180 "IssuerCARef": [ | 180 "IssuerCARef": [ |
181 "{58ac1967-a0e7-49e9-be68-123abc}" | 181 "{58ac1967-a0e7-49e9-be68-123abc}" |
182 ], | 182 ], |
183 "EnrollmentURI": [ | 183 "EnrollmentURI": [ |
184 "chrome-extension://delkjfjibodjclmdijflfnimdmgdagfk/gen
erate-cert.html" | 184 "chrome-extension://delkjfjibodjclmdijflfnimdmgdagfk/gen
erate-cert.html" |
185 ] | 185 ] |
186 } | 186 } |
187 } | 187 } |
188 } | 188 } |
189 }, | 189 }, |
| 190 "openvpn-missing-verify-x509-name": { |
| 191 "GUID": "guid", |
| 192 "Type": "VPN", |
| 193 "Name": "name", |
| 194 "VPN": { |
| 195 "Host": "host", |
| 196 "Type": "OpenVPN", |
| 197 "OpenVPN": { |
| 198 "ClientCertType": "None", |
| 199 "VerifyX509": { |
| 200 "Type": "name" |
| 201 } |
| 202 } |
| 203 } |
| 204 }, |
| 205 "openvpn-invalid-verify-x509-type": { |
| 206 "GUID": "guid", |
| 207 "Type": "VPN", |
| 208 "Name": "name", |
| 209 "VPN": { |
| 210 "Host": "host", |
| 211 "Type": "OpenVPN", |
| 212 "OpenVPN": { |
| 213 "ClientCertType": "None", |
| 214 "VerifyX509": { |
| 215 "Type": "unknown type" |
| 216 } |
| 217 } |
| 218 } |
| 219 }, |
190 "toplevel-empty": { | 220 "toplevel-empty": { |
191 "Type": "UnencryptedConfiguration", | 221 "Type": "UnencryptedConfiguration", |
192 "NetworkConfigurations": [ ] | 222 "NetworkConfigurations": [ ] |
193 }, | 223 }, |
194 "toplevel-repaired": { | 224 "toplevel-repaired": { |
195 "Type": "UnencryptedConfiguration", | 225 "Type": "UnencryptedConfiguration", |
196 "NetworkConfigurations": | 226 "NetworkConfigurations": |
197 [ { "GUID": "guid", | 227 [ { "GUID": "guid", |
198 "Type": "Ethernet", | 228 "Type": "Ethernet", |
199 "Name": "eth0", | 229 "Name": "eth0", |
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
313 "SSID": "ssid-wpa", | 343 "SSID": "ssid-wpa", |
314 "UnknownField1": "Value1", | 344 "UnknownField1": "Value1", |
315 "Security": "WPA-PSK" } | 345 "Security": "WPA-PSK" } |
316 } | 346 } |
317 ], | 347 ], |
318 "Certificates": [], | 348 "Certificates": [], |
319 "Type": "UnencryptedConfiguration", | 349 "Type": "UnencryptedConfiguration", |
320 "UnknownField3": [], | 350 "UnknownField3": [], |
321 } | 351 } |
322 } | 352 } |
OLD | NEW |