OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
5 <link rel="stylesheet" href="onc_spec.css" > | 5 <link rel="stylesheet" href="onc_spec.css" > |
6 <script src="onc_spec.js"></script> | 6 <script src="onc_spec.js"></script> |
7 <title>Open Network Configuration Format</title> | 7 <title>Open Network Configuration Format</title> |
8 </head> | 8 </head> |
9 <body> | 9 <body> |
10 | 10 |
(...skipping 1955 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1966 (optional if <span class="field">Outer</span> is | 1966 (optional if <span class="field">Outer</span> is |
1967 <span class="value">EAP-FAST</span>, <span class="value">EAP-TTLS</span> | 1967 <span class="value">EAP-FAST</span>, <span class="value">EAP-TTLS</span> |
1968 or <span class="value">PEAP</span>, otherwise ignored, defaults to | 1968 or <span class="value">PEAP</span>, otherwise ignored, defaults to |
1969 <span class="value">Automatic</span>) | 1969 <span class="value">Automatic</span>) |
1970 <span class="type">string</span> | 1970 <span class="type">string</span> |
1971 </span> | 1971 </span> |
1972 <span class="rule"> | 1972 <span class="rule"> |
1973 <span class="rule_id"></span> | 1973 <span class="rule_id"></span> |
1974 Allowed values are <span class="value">Automatic</span>, | 1974 Allowed values are <span class="value">Automatic</span>, |
1975 <span class="value">MD5</span>, <span class="value">MSCHAPv2</span>, | 1975 <span class="value">MD5</span>, <span class="value">MSCHAPv2</span>, |
1976 <span class="value">EAP-MSCHAPv2</span>, and | 1976 <span class="value">EAP-MSCHAPv2</span>, |
1977 <span class="value">PAP</span>. | 1977 <span class="value">PAP</span>, and <span class="value">GTC</span>. |
1978 </span> | 1978 </span> |
1979 For tunneling outer protocols. | 1979 For tunneling outer protocols. |
1980 </dd> | 1980 </dd> |
1981 | 1981 |
1982 <dt class="field">Outer</dt> | 1982 <dt class="field">Outer</dt> |
1983 <dd> | 1983 <dd> |
1984 <span class="field_meta"> | 1984 <span class="field_meta"> |
1985 (required) | 1985 (required) |
1986 <span class="type">string</span> | 1986 <span class="type">string</span> |
1987 </span> | 1987 </span> |
(...skipping 1164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3152 is transmitted or saved to disk should be secure. On client device, when | 3152 is transmitted or saved to disk should be secure. On client device, when |
3153 user names for connections that are user-specific are persisted to disk, | 3153 user names for connections that are user-specific are persisted to disk, |
3154 they should be stored in a location that is encrypted. Users can also opt in | 3154 they should be stored in a location that is encrypted. Users can also opt in |
3155 these cases to not save their user credentials in the config file and will | 3155 these cases to not save their user credentials in the config file and will |
3156 instead be prompted when they are needed. | 3156 instead be prompted when they are needed. |
3157 </p> | 3157 </p> |
3158 </section> | 3158 </section> |
3159 </section> | 3159 </section> |
3160 </body> | 3160 </body> |
3161 </html> | 3161 </html> |
OLD | NEW |