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

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

Issue 23451044: Add an Ethernet EAP policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed remaining comments. # Created 7 years, 2 months 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "NetworkConfigurations":[
3 {
4 "Ethernet":{
5 "Authentication":"8021X",
6 "EAP":{
7 "ClientCertPattern":{
8 "IssuerCAPEMs":[
9 "pem1"
10 ]
11 },
12 "ClientCertType":"Pattern",
13 "Outer":"EAP-TLS",
14 }
15 },
16 "GUID":"guid",
17 "Name":"name",
18 "Type":"Ethernet"
19 }
20 ],
21 "Type":"UnencryptedConfiguration"
22 }
OLDNEW
« no previous file with comments | « chromeos/network/policy_util.cc ('k') | chromeos/test/data/network/policy/shill_policy_on_unmanaged_ethernet_eap.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698