FreeRadius and MySQL query question

Discussion in 'Technical' started by MisterVlad, Apr 29, 2009.

  1. MisterVlad

    MisterVlad New Member

    OK, I am not sure if this is possible, but I am trying to query the FreeRadius MySQL radacct table, to get a general idea of who has been authenticated, and is still logged in, and if possible who has multiple logins with the same username.

    I am not sure how to write the query to do that... so far, the radacct table is about 4billion lines and growing...

    Can anyone either explain how i can do this, or point me in the right direction?

    basically, what I am looking to do, is search the MySQL table, where the sessionid doesn't have a matching sessionid.

    Thanks in advance :)

    MisterVlad.
     
  2. MisterVlad

    MisterVlad New Member

    Ok, i realized that we're actually missing a SQL query in our radius, so this may actually clear up a lot of things.
     

Share This Page