8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-05-14 14:46:23 +00:00

Update CHANGELOG.md

This commit is contained in:
chirac 2020-05-16 04:14:31 +02:00 committed by Gabriel Detraz
parent 41486d7ba8
commit 18a495309d

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.