I don't think that delete statement you are seeing is actually a delete
statement to delete the session from your sql table. It is a delete
statement to help make sure duplicates don't happen in the table. So,
you should probably specify the proper delete statement as per the
manual section 5
5.10.4
DeleteQuery
This SQL statement is executed whenever a user session finishes (i.e.
when an Account-
ing-Request Stop message is received). It is expected to remove the
details of the ses-
sion from the SQL database. Special formatting characters may be used.
%0 is replaced
by the quoted u
Hi User List,
I need a bit of an assist. I'm having an issue with sessions being deleted
from RADONLINE when a stop record comes in.
This is the pertinent bit in the conf:
##
Identifier SessionDB
DBSource
On 11/13/2012 12:14 AM, Murat Bilal wrote:
> Mon Nov 12 23:19:21 2012: DEBUG: AuthBy SQL result: REJECT,
> Authentication disabled
>
> Mon Nov 12 23:19:21 2012: INFO: Access rejected for murat:
> Authentication disabled.
Hello Murat,
can you reply with your Radiator configuration file and Trace