Robby K
c417bddda7
freeradius3: Enable the rlm_python and rlm_python3 modules.
...
Signed-off-by: Robby K <robbyke@gmail.com >
2020-02-07 17:18:50 +01:00
Robby K
4d16e3ae3f
freeradius3: Fix proxy.conf file conflict.
...
It was provided by both the freeradius3 and freeradius3-mod-realm packages.
Now provided by the freeradius3 package only.
Signed-off-by: Robby K <robbyke@gmail.com >
2020-02-07 17:18:33 +01:00
Robby K
b3c1a67ff1
freeradius3: Update to 3.0.20
...
Latest stable release, contains security fixes for EAP-PWD (side-channel leak), logrotate settings (CVE-2019-10143) and a DoS issue due to multithreaded BN_CTX access (CVE-2019-17185).
Also refreshed patches/002-disable-session-cache-CVE-2017-9148.patch due to the following changes/commits in freeradius:
https://github.com/FreeRADIUS/freeradius-server/commit/bf1a1eda2387745bbe538998f3d2e6514f981bfd
https://github.com/FreeRADIUS/freeradius-server/commit/a3c46544b38ab46218c385d0ee197538fad5b3da
Signed-off-by: Robby K <robbyke@gmail.com >
2020-01-26 14:43:06 +01:00
Robby K
15b21c1359
freeradius3: Update to 3.0.19
...
Latest stable release, contains security fixes for EAP-PWD.
Signed-off-by: Robby K <robbyke@gmail.com >
2019-04-16 16:11:14 +02:00
Robby K
5fe6e7d1f1
freeradius3: Workaround the fifo error introduced by the update to 3.0.18
...
Signed-off-by: Robby K <robbyke@gmail.com >
2019-04-16 16:08:25 +02:00
Robby K
7b122f6eeb
freeradius3: Fix the libpcre dependency in Makefile.
...
Signed-off-by: Robby K <robbyke@gmail.com >
2019-04-16 16:06:27 +02:00
Robby K
bb7b3204e0
freeradius3: Enable the EAP-PWD module.
...
This enables the EAP-PWD module, which allows for logging in with only
a username and password, while still being secure (see the links below
for the details of this EAP method, if interested).
https://en.wikipedia.org/wiki/Extensible_Authentication_Protocol#EAP_Password_(EAP-PWD)
Also found this blog post which talks about EAP-PWD and its benefits:
https://dustri.org/b/eap-pwd-wifi-security-done-right.html
Signed-off-by: Robby K <robbyke@gmail.com >
2018-08-20 20:02:14 +02:00