8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-11-05 01:16:27 +00:00

Update CHANGELOG.md

This commit is contained in:
chirac 2020-05-16 04:14:31 +02:00
parent 0a60f67816
commit 40c164bed9

View file

@ -203,3 +203,17 @@ If you use MySQL, please run
```
SET GLOBAL SQL_MODE=ANSI_QUOTES;
```
## MR 531
To use the freeradius python3 backend, please add buster-backports sources to
your apt lists.
Then, install and update freeradius :
```bash
apt install -t buster-backports freeradius
apt install python3-dev
```
Make sure that all dépending packages (python3-django etc) provided in the new
apt_requirements_radius.txt are installed.