Browse Source

Update CHANGELOG.md

release-2.9
chirac 6 years ago
committed by Gabriel Detraz
parent
commit
18a495309d
  1. 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…
Cancel
Save