net/freeradius: make use od certificates clearer (#1015)

(cherry picked from commit 5e729dfa82)
This commit is contained in:
Michael 2018-11-24 10:34:34 +01:00 committed by Franco Fichtner
parent bf0cbb9de6
commit c10e3b4a02
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
PLUGIN_NAME= freeradius
PLUGIN_VERSION= 1.8.2
PLUGIN_VERSION= 1.8.3
PLUGIN_COMMENT= RADIUS Authentication, Authorization and Accounting Server
PLUGIN_DEPENDS= freeradius3
PLUGIN_MAINTAINER= m.muenz@gmail.com

View file

@ -7,9 +7,9 @@
</field>
<field>
<id>eap.enable_client_cert</id>
<label>Validate Certificates</label>
<label>Use own certificates</label>
<type>checkbox</type>
<help>This will activate certificate based authentication (EAP-TLS) and validation (EAP-TTLS). Please choose CA and Certificate below and do not forget to roll out certificates to the clients.</help>
<help>This will activate certificate based authentication (EAP-TLS) and validation (EAP-TTLS). Please choose CA and Certificate below and do not forget to roll out certificates to the clients. If you do not enable this, default installation certificate will be used.</help>
</field>
<field>
<id>eap.ca</id>