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

This commit is contained in:
Michael
2018-11-24 10:34:34 +01:00
committed by Franco Fichtner
parent bc39f26246
commit 5e729dfa82
2 changed files with 3 additions and 3 deletions
+1 -1
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
@@ -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>