%PDF- %PDF-
| Direktori : /backups/router/usr/local/opnsense/mvc/app/controllers/OPNsense/IPsec/forms/ |
| Current File : //backups/router/usr/local/opnsense/mvc/app/controllers/OPNsense/IPsec/forms/dialogRemote.xml |
<form>
<field>
<id>remote.enabled</id>
<label>enabled</label>
<type>checkbox</type>
</field>
<field>
<id>remote.connection</id>
<label>Connection</label>
<type>dropdown</type>
</field>
<field>
<id>remote.round</id>
<label>Round</label>
<type>text</type>
<help>Numeric identifier by which authentication rounds are sorted.</help>
</field>
<field>
<id>remote.auth</id>
<label>Authentication</label>
<type>dropdown</type>
<help>Authentication to perform for this round</help>
</field>
<field>
<id>remote.id</id>
<label>Id</label>
<type>text</type>
<help>IKE identity to use for authentication round.
When using certificate authentication.
The IKE identity must be contained in the certificate,
either as the subject DN or as a subjectAltName
(the identity will default to the certificate’s subject DN if not specified).
Refer to https://docs.strongswan.org/docs/5.9/config/identityParsing.html for details on how
identities are parsed and may be configured.
</help>
</field>
<field>
<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. 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>
<id>remote.groups</id>
<label>Groups</label>
<type>select_multiple</type>
<help>List of group memberships to require. The client must prove membership to at least one of the specified groups.</help>
<style>selectpicker remote_auth remote_auth_eap-radius</style>
</field>
<field>
<id>remote.certs</id>
<label>Certificates</label>
<type>select_multiple</type>
<help>List of certificate candidates to use for authentication.</help>
</field>
<field>
<id>remote.pubkeys</id>
<label>Public Keys</label>
<type>select_multiple</type>
<help>List of raw public key candidates to use for authentication.</help>
<style>remote_auth selectpicker remote_auth_pubkey</style>
</field>
<field>
<id>remote.description</id>
<label>Description</label>
<type>text</type>
</field>
</form>