/etc/freeradius/3.0/mods-enabled/sql file is: sql { dialect = "mysql" driver = "rlm_sql_${dialect}"
server = "localhost" port = 3306 login = "radius" password = "XXXXXXXXXXXXXXXXX" radius_db = "radius" acct_table1 = "radacct" acct_table2 = "radacct" postauth_table = "radpostauth" authcheck_table = "radcheck" groupcheck_table = "radgroupcheck" authreply_table = "radreply" groupreply_table = "radgroupreply" usergroup_table = "radusergroup" delete_stale_sessions = yes pool { start = ${thread[pool].start_servers} min = ${thread[pool].min_spare_servers} max = ${thread[pool].max_servers} spare = ${thread[pool].max_spare_servers} uses = 0 retry_delay = 30 lifetime = 0 idle_timeout = 60 } read_clients = yes client_table = "nas" group_attribute = "SQL-Group" $INCLUDE ${modconfdir}/${.:name}/main/${dialect}/queries.conf } -- You received this bug notification because you are a member of UBUNTU - AL - BR, which is subscribed to Do. https://bugs.launchpad.net/bugs/1888122 Title: freeradius-mysql crash on freeradius startup Status in Do: New Bug description: Ubuntu 20.04 fresh install Freeradius crash on startup with core dump. libmysqlclient21 version 8.0.20-0ubuntu0.20.04.1 After downgrading libmysqlclient21 to 8.0.19-0ubuntu5 it works fine. To manage notifications about this bug go to: https://bugs.launchpad.net/do/+bug/1888122/+subscriptions -- Mailing list: https://launchpad.net/~linux-traipu Post to : linux-traipu@lists.launchpad.net Unsubscribe : https://launchpad.net/~linux-traipu More help : https://help.launchpad.net/ListHelp