Is there any way to get the debug to tell me more. For example: freeradius -XX Tue Jul 26 12:46:55 2005 : Debug: rlm_sqlcounter: Entering module authorize code Tue Jul 26 12:46:55 2005 : Debug: rlm_sqlcounter: Could not find Key value pair Tue Jul 26 12:46:55 2005 : Debug: modsingle[authorize]: returned from noresetcounter (rlm_sqlcounter) for request 0 Tue Jul 26 12:46:55 2005 : Debug: modcall[authorize]: module "noresetcounter" returns noop for request 0 I'd like to see exactly what rlm_sqlcounter is doing(sql query, file checking, etc). I've been stuck on trying to get sqlcounter to work for over a week now, and more debug is never bad. Thanks. -- --------------------------- | Nick White | | nwtech@tele-net.net | ---------------------------
N White wrote:
Is there any way to get the debug to tell me more. For example: freeradius -XX
In some parts of the server you can get more debug messages with "radiusd -xxx -l stdout" but unfortunately not in rlm_sqlcounter.
I'd like to see exactly what rlm_sqlcounter is doing(sql query, file checking, etc). I've been stuck on trying to get sqlcounter to work for over a week now, and more debug is never bad.
At this point, I'd suggest to look directly at the source code. -- Nicolas Baradakis
Nicolas Baradakis wrote:
N White wrote:
Is there any way to get the debug to tell me more. For example: freeradius -XX
In some parts of the server you can get more debug messages with "radiusd -xxx -l stdout" but unfortunately not in rlm_sqlcounter.
I'd like to see exactly what rlm_sqlcounter is doing(sql query, file checking, etc). I've been stuck on trying to get sqlcounter to work for over a week now, and more debug is never bad.
At this point, I'd suggest to look directly at the source code.
Thanks for the reply. I'm looking into it. -- --------------------------- | Nick White | | nwtech@tele-net.net | ---------------------------
participants (2)
-
N White -
Nicolas Baradakis