docker-freeradius
docker-freeradius copied to clipboard
remove auth plugin command option (removed in MySQL 9)
I encountered the same issue reported in #39
The MySQL container has been upgraded to 9.0
The mysql_native_password authentication plugin was deprecated in 8.0 and removed in 9.0 (release note).
The new default seems to be acceptable, so I just removed this configuration.