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

Side by Side Diff: components/onc/docs/onc_spec.html

Issue 1137633003: Add ONC property for EAP-GTC authentication (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add to onc_constants.h Created 5 years, 7 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 unified diff | Download patch
« no previous file with comments | « chromeos/network/onc/onc_validator.cc ('k') | components/onc/onc_constants.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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>
OLDNEW
« no previous file with comments | « chromeos/network/onc/onc_validator.cc ('k') | components/onc/onc_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698