mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/freeradius: Remove TTLS-GTC from default eap type (#3052)
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
PLUGIN_NAME= freeradius
|
||||
PLUGIN_VERSION= 1.9.19
|
||||
PLUGIN_REVISION= 1
|
||||
PLUGIN_VERSION= 1.9.20
|
||||
PLUGIN_COMMENT= RADIUS Authentication, Authorization and Accounting Server
|
||||
PLUGIN_DEPENDS= freeradius3
|
||||
PLUGIN_MAINTAINER= m.muenz@gmail.com
|
||||
|
||||
@@ -15,6 +15,10 @@ The server is fast, feature-rich, modular, and scalable.
|
||||
Plugin Changelog
|
||||
================
|
||||
|
||||
1.9.20
|
||||
|
||||
* Remove TTLS-GTC from Default EAP Type (#2421)
|
||||
|
||||
1.9.19
|
||||
|
||||
* Allow to use LDAP in inner-tunnel (needed for LDAP authentication within 802.1X)
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
<peap>PEAP</peap>
|
||||
<tls>TLS</tls>
|
||||
<ttls>TTLS</ttls>
|
||||
<ttls-gtc>TTLS-GTC</ttls-gtc>
|
||||
</OptionValues>
|
||||
</default_eap_type>
|
||||
<elliptic_curve type="OptionField">
|
||||
|
||||
Reference in New Issue
Block a user