Hello Jason,

Friday, March 7, 2003, 9:59:18 AM, you wrote:

JLN> I don't know if anyone here uses the HiperARC, but I am having an issue with the 
administrative user accounting.  When the hiperarc sends the accounting packets for 
the administrative user it
JLN> doesn't send any of the other attributes that it sends with a normal framed 
users.  The result is zero length strings being sent to my Postgresql server which 
then refuses to insert the data. 
JLN> After some time of this, my server ends up having unresponsive threads and then 
segfaulting.  Does anyone know how to handle this issue?

I wrote about this problem in devel-list 1 week ago. You need include
in rlm_sql.c (rlm_sql_accounting() in PW_STATUS_START/STOP call
  sql_release_socket(inst, sqlsocket); after
all errors

I put my own rlm_sql.c on ftp.vtelecom.ru/pub/mag/FreeRADIUS_hack
but it has many #if0 #endif (I not use group_check) You see it.

I use my xlat.c - for fill default values attribute if it not in
ACCT_START/STOP. This if fixed PostgreSQL errors for different
NAS or login type. This file also put on ftp.vtelecom.ru

    Mag
-- 
Best regards,
 Nikolay                            mailto:[EMAIL PROTECTED]


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to