VPN: IPsec: Connections [new] - Allow the use of eap_id = %any . closes https://github.com/opnsense/core/issues/6824

This commit is contained in:
Ad Schellevis 2023-09-06 21:00:54 +02:00
parent 5e9f114ea0
commit e6da85918d
3 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>