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:
parent
0a60f67816
commit
40c164bed9
1 changed files with 14 additions and 0 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue