Chromium Code Reviews| 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 |