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

Unified Diff: components/onc/docs/onc_spec.md

Issue 2853563002: ONC: Translate EAP from Shill to ONC (Closed)
Patch Set: Use params Created 3 years, 8 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
« no previous file with comments | « chromeos/test/data/network/wifi_eap_ttls.onc ('k') | components/onc/onc_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/onc/docs/onc_spec.md
diff --git a/components/onc/docs/onc_spec.md b/components/onc/docs/onc_spec.md
index de07cb08f9a0bc76141dc5600a9e14d9e09ab9c0..17f90e4f60e1bd042df4d7cd20397aad03a74a6b 100644
--- a/components/onc/docs/onc_spec.md
+++ b/components/onc/docs/onc_spec.md
@@ -1057,20 +1057,15 @@ type exists to configure the authentication.
expansions.
* **Inner**
- * (optional if **Outer** is
- *EAP-FAST*, *EAP-TTLS*
- or *PEAP*, otherwise ignored, defaults to *Automatic*) - **string**
- * `Allowed values are` *Automatic*,
- *MD5*, *MSCHAPv2*,
- *EAP-MSCHAPv2*,
emaxx 2017/05/02 14:24:35 The "EAP-MSCHAPv2" constant is mentioned in histog
stevenjb 2017/05/02 15:37:33 Looking through the code, Shill supports this (kEa
- *PAP*, and *GTC*.
+ * (optional if **Outer** is *EAP-FAST*, *EAP-TTLS* or *PEAP*, otherwise
+ ignored, defaults to *Automatic*) - **string**
+ * `Allowed values are` *Automatic*, *MD5*, *MSCHAP*, *MSCHAPv2*, *PAP*,
+ *CHAP* and *GTC*.
* For tunneling outer protocols.
* **Outer**
* (required) - **string**
- * `Allowed values are` *LEAP*,
- *EAP-AKA*, *EAP-FAST*,
- *EAP-TLS*, *EAP-TTLS*,
+ * `Allowed values are` *LEAP*, *EAP-AKA*, *EAP-FAST*, *EAP-TLS*, *EAP-TTLS*,
*EAP-SIM* and *PEAP*.
* **Password**
@@ -1110,6 +1105,11 @@ type exists to configure the authentication.
A verification using the system's CA certificates may still apply.
See **UseSystemCAs** for this.
+* **SubjectMatch**
+ * (optional) - **string**
+ * WiFi only. A substring which a remote RADIUS service certificate subject
+ name must contain in order to connect.
+
* **UseSystemCAs**
* (optional, defaults to *true*) - **boolean**
* Required server certificate to be signed by "system default certificate
« no previous file with comments | « chromeos/test/data/network/wifi_eap_ttls.onc ('k') | components/onc/onc_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698