mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 01:54:49 +00:00
VPN: IPsec: Connections [new] - Allow the use of eap_id = %any . closes https://github.com/opnsense/core/issues/6824
This commit is contained in:
parent
5e9f114ea0
commit
e6da85918d
@ -38,7 +38,7 @@
|
||||
<id>local.eap_id</id>
|
||||
<label>EAP Id</label>
|
||||
<type>text</type>
|
||||
<help>Client EAP-Identity to use in EAP-Identity exchange and the EAP method</help>
|
||||
<help>Client EAP-Identity to use in EAP-Identity exchange and the EAP method. If set to %any the EAP-Identity method will be used to ask the client for an EAP identity </help>
|
||||
<style>local_auth local_auth_eap-mschapv2 local_auth_eap-tls local_auth_eap-radius</style>
|
||||
</field>
|
||||
<field>
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
<id>remote.eap_id</id>
|
||||
<label>EAP Id</label>
|
||||
<type>text</type>
|
||||
<help>Client EAP-Identity to use in EAP-Identity exchange and the EAP method</help>
|
||||
<help>Client EAP-Identity to use in EAP-Identity exchange and the EAP method. If set to %any the EAP-Identity method will be used to ask the client for an EAP identity </help>
|
||||
<style>remote_auth remote_auth_eap-mschapv2 remote_auth_eap-tls remote_auth_eap-radius</style>
|
||||
</field>
|
||||
<field>
|
||||
|
||||
@ -143,7 +143,7 @@
|
||||
</id>
|
||||
<eap_id type="TextField">
|
||||
<Required>N</Required>
|
||||
<mask>/^([0-9a-zA-Z\.\-,_\:\@]){0,1024}$/u</mask>
|
||||
<mask>/^([0-9a-zA-Z\.\-,_\:\@\%]){0,1024}$/u</mask>
|
||||
</eap_id>
|
||||
<certs type="CertificateField">
|
||||
<Required>N</Required>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user