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

Unified 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, 3 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 side-by-side diff with in-line comments
Download patch
Index: chromeos/test/data/network/policy/policy_ethernet_eap.onc
diff --git a/chromeos/test/data/network/policy/policy_ethernet_eap.onc b/chromeos/test/data/network/policy/policy_ethernet_eap.onc
new file mode 100644
index 0000000000000000000000000000000000000000..043e606da3eb38e977368bd0f02005af01464146
--- /dev/null
+++ b/chromeos/test/data/network/policy/policy_ethernet_eap.onc
@@ -0,0 +1,22 @@
+{
+ "NetworkConfigurations":[
+ {
+ "Ethernet":{
+ "Authentication":"8021X",
+ "EAP":{
+ "ClientCertPattern":{
+ "IssuerCAPEMs":[
+ "pem1"
+ ]
+ },
+ "ClientCertType":"Pattern",
+ "Outer":"EAP-TLS",
+ }
+ },
+ "GUID":"guid",
+ "Name":"name",
+ "Type":"Ethernet"
+ }
+ ],
+ "Type":"UnencryptedConfiguration"
+}
« 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