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 1014 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1025 <p class="rule"> | 1025 <p class="rule"> |
1026 <span class="rule_id"></span> | 1026 <span class="rule_id"></span> |
1027 At most one of <span class="field">ServerCARefs</span> and <span class="fi eld">ServerCARef</span> can be set. | 1027 At most one of <span class="field">ServerCARefs</span> and <span class="fi eld">ServerCARef</span> can be set. |
1028 </p> | 1028 </p> |
1029 | 1029 |
1030 <p> | 1030 <p> |
1031 <span class="type">L2TP</span> type contains the following: | 1031 <span class="type">L2TP</span> type contains the following: |
1032 </p> | 1032 </p> |
1033 | 1033 |
1034 <dl class="field_list"> | 1034 <dl class="field_list"> |
1035 <dt class="field">LcpEchoDisabled</dt> | |
1036 <dd> | |
1037 <span class="field_meta"> | |
1038 (optional) | |
pneubeck (no reviews)
2015/04/08 08:22:30
nit:
(optional)
->
(optional, defaults to <span c
| |
1039 <span class="type">bool</span> | |
pneubeck (no reviews)
2015/04/08 08:22:31
bool -> boolean
| |
1040 </span> | |
1041 Disable L2TP connection monitoring via PPP LCP frames. This | |
1042 allows the VPN client to work around server implementations | |
1043 that do not support the LCP echo feature. | |
1044 </dd> | |
1045 | |
1035 <dt class="field">Password</dt> | 1046 <dt class="field">Password</dt> |
1036 <dd> | 1047 <dd> |
1037 <span class="field_meta"> | 1048 <span class="field_meta"> |
1038 (optional) | 1049 (optional) |
1039 <span class="type">string</span> | 1050 <span class="type">string</span> |
1040 </span> | 1051 </span> |
1041 User authentication password. If not specified, user is prompted at time | 1052 User authentication password. If not specified, user is prompted at time |
1042 of connection. | 1053 of connection. |
1043 </dd> | 1054 </dd> |
1044 | 1055 |
(...skipping 2037 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3082 is transmitted or saved to disk should be secure. On client device, when | 3093 is transmitted or saved to disk should be secure. On client device, when |
3083 user names for connections that are user-specific are persisted to disk, | 3094 user names for connections that are user-specific are persisted to disk, |
3084 they should be stored in a location that is encrypted. Users can also opt in | 3095 they should be stored in a location that is encrypted. Users can also opt in |
3085 these cases to not save their user credentials in the config file and will | 3096 these cases to not save their user credentials in the config file and will |
3086 instead be prompted when they are needed. | 3097 instead be prompted when they are needed. |
3087 </p> | 3098 </p> |
3088 </section> | 3099 </section> |
3089 </section> | 3100 </section> |
3090 </body> | 3101 </body> |
3091 </html> | 3102 </html> |
OLD | NEW |