Freeradius 3.0 Radacct

Alan DeKok aland at deployingradius.com
Tue May 4 14:19:42 CEST 2021


On May 3, 2021, at 4:37 PM, juliana sales porto <julianaporto3 at hotmail.com> wrote:
> My situation is: from a mobile phone I need to connect to an access point and authenticate to that WLAN network (802.11i-WPA-802.1x) using a username and password specified in the radius database.

  OK.

> I would like to know why there is a new table radpostauth.

  It's for logging users who are authenticated, when the server sends an Access-Accept.  It's just one of the many new features added in v3.

> Actually I don't know if this is a new table, but I have a old freeradius server where this specifications: FreeRADIUS Version 2.1.12, for host x86_64-pc-linux-gnu, built on Jul 26 2017 at 15:30:42 and mysql  Ver 14.14 Distrib 5.5.49, for debian-linux-gnu (x86_64) using readline 6.3. This server didn't has this table (radpostauth), and for some reason when I installed the new server with freeradius updates and mysql the table Radacct doesn't have any information. Is empty!
> 
> I would like to know why this is happening and why I can't receive inserts on Radacct

  Because the server isn't receiving Accounting-Request packets.

  The radacct table just contains information from the Accounting-Request packets.  So... if there's nothing in radacct, the server isn't receiving Accounting-Request packets.

  Alan DeKok.




More information about the Freeradius-Users mailing list