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

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

Issue 2853563002: ONC: Translate EAP from Shill to ONC (Closed)
Patch Set: Test for empty EAP field and cl format 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
Index: components/onc/docs/onc_spec.md
diff --git a/components/onc/docs/onc_spec.md b/components/onc/docs/onc_spec.md
index c42e357c90948403a51e07eae68fe8024a726af9..e327a0143231d912b982eeb9d64d335c727291df 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*,
- *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

Powered by Google App Engine
This is Rietveld 408576698