On Nov 11, 2024, at 3:57 PM, Rodrigo Prieto <rodrigoprieto2019@gmail.com> wrote:
Thanks for responding again. I know that it is not easy to configure any server in Linux. What I did was create a database and import schema.sql. mysql -u radius -p radius < /etc/freeradius/3.0/mods-config/sql/main/mysql/schema.sql When the client connects, it writes to the postauth table but when disconnecting and reconnecting, an error is output from the radcheck table. I'm stuck at that point. Maybe I have to create my own schema as you told me and stop using the freeradius schema? Thanks for the patience.
Yes, you have to create your own schema, that's what I said in my last message. The default schema in FreeRADIUS does something quite different, and is *documented* as doing something else. Alan DeKok.