(RADIATOR) Accounting to two databases

2000-05-30 Thread rad
I don't know if I can do this ... I'm authorizing out of two databases, both dbs are in a single realm, and both dbs are in the same group. It's setup with AuthByPolicy of ContinueUntilAccept, the user could be in *either* db, therefore if it's rejected by the first db, and accepted by the sec

(RADIATOR) radacct.cgi errors

2000-06-03 Thread rad
Hi; Setup is Radiator 2.16 writing ACCOUNTING db to mySQL Running radacct.cgi, I get the following "features" :-) 1. From the All Users page(show_users_summary), hyperlink on a User-Name brings up the All Sessions for User page (show_users). This page shows no summarys at the bottom

Re: Fwd: (RADIATOR) radacct.cgi errors

2000-06-04 Thread rad
Thanks for the reply Mike, perl is running: #!/usr/local/bin/perl Strict is turned off (no -w), though I did run it strict once when I first got the behavior I was seeing in radacct.cgi (ie: not passing the username in a POST) .. My perl version is "version 5.005_3", I'm running RedHat 6.1 on a

Re: Fwd: (RADIATOR) radacct.cgi errors

2000-06-06 Thread rad
OK ... I've somehow got strict turned on by default. Happened when I added all the CPAN stuff. I assume that just adding "no strict" to radiusd and radacct.cgi won't completely cure it. How the hell do I remove strict as a default behavior? Can't find it documented anywhere ... Thanx - John