mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/freeradius: update label (#532)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
PLUGIN_NAME= freeradius
|
||||
PLUGIN_VERSION= 1.5.1
|
||||
PLUGIN_VERSION= 1.5.2
|
||||
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>Enable Client Certficate Authentication</label>
|
||||
<label>Validate Certificates</label>
|
||||
<type>checkbox</type>
|
||||
<help>This will activate certificate based authentication. 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.</help>
|
||||
</field>
|
||||
<field>
|
||||
<id>eap.ca</id>
|
||||
|
||||
Reference in New Issue
Block a user