-
Notifications
You must be signed in to change notification settings - Fork 647
/
pkg-descr
124 lines (69 loc) · 2.54 KB
/
pkg-descr
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
FreeRADIUS includes a RADIUS server, a BSD licensed client library, a
PAM library, and an Apache module. In most cases, the word FreeRADIUS
refers to the RADIUS server.
FreeRADIUS is the most widely deployed RADIUS server in the world. It
is the basis for multiple commercial offerings. It supplies the AAA
needs of many Fortune-500 companies and Tier 1 ISPs.
It is also widely used for Enterprise Wi-Fi and IEEE 802.1X network
security, particularly in the academic community, including eduroam.
The server is fast, feature-rich, modular, and scalable.
Plugin Changelog
================
1.9.26
* Added support for `require_message_authenticator` in client configuration (contributed by Patrick M. Hausen)
1.9.25
* Added support for remote syslog
1.9.24
* Allow ":" character in usernames and passwords (contributed by Chris Helming)
1.9.23
* Support NT hash of user password (contributed by Stuart McLaren)
1.9.22
* Add Proxy configuration page: HomeServer, HomeServerPool, Realm
1.9.21
* Add Certificate, StartTLS and Server port for LDAP Connection
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)
1.9.18
* Added support for fallback VLAN
1.9.17
* Added support for Extreme networks EXOS switch Extreme-Netlogin-Extended-VLAN VSA and policy for GEN2 (contributed by Pasi Suominen)
* Allow setting of minimum TLS version
1.9.16
* Allow user to choose Elliptic Curve in EAP
* Allow client secrets starting with hash sign
1.9.15
* Fixed validation of CIDR for client network ranges
1.9.14
* Updates comments in mods-enabled-eap to match upstream version 3.0.22
* Set TLS minimum version to 1.0 for compatibility with older EAP clients
1.9.13
* Remove LEAP section from configuration
1.9.12
* Fix leading space in freeradius logformat (contributed by nan0)
1.9.11
* Add IPv6 support to client IP
1.9.10
* Add HA config sync
1.9.9
* Create option to set EAP-TTLS-GTC (contributed by Kjeld Schouten-Lebbing)
* Add LDAP reply Mikrotik-Wireless-VLANID and Mikrotik-Wireless-VLANID-type (contributed by foxikmax)
* Fix DHCP support
1.9.8
* Add support for checking TLS certificate names
* Allow / and @ as part of the user-names
* Allow TLS as the default EAP type
1.9.7
* Fix Login-Time validation
1.9.6
* Fix log not properly parsed
1.9.5
* Fix SQLite support
1.9.4
* Add Service-Type to user form
1.9.0
* Add DHCP support, serving only for DHCP relays
* Allow usage of remote MySQL server
* Rework service status UI
WWW: https://www.freeradius.org