Re: [RADIATOR] OpenSSL version.

2015-08-14 Thread Johnson, Neil M
I ran the following PERL script on the Windows box: use NET::SSLeay my $type = 0; my $ver_string = Net::SSLeay::SSLeay_version($type); print $ver_string; which returned: OpenSSL 0.9.8i 15 Sep 2008 -Neil -- Neil Johnson Network Engineer The University of Iowa Phone: 319 384-0938 Fax: 319

[RADIATOR] MySQL accounting gets entered but not deleted

2015-08-14 Thread Gabe Carmichael
Good morning, I am not good with mysql at all, but the example strings got me up and running. I seem to have the radonline table auto purging after a user logs off but the entry still exists in the accounting table. Is there a way to have it flush those entries after a certain amount of time? --

[RADIATOR] OpenSSL version.

2015-08-14 Thread Johnson, Neil M
We are running RADIATOR 4.15 using Active State PERL on Windows Server 2008R2. How do we determine which version of Open SSL being used by Radiator? I installed NetSSLeay module provided by OSC (version 1.49) but I also have the Active State version (version 1.52). Thanks. -Neil -- Neil

Re: [RADIATOR] OpenSSL version.

2015-08-14 Thread Johnson, Neil M
I removed the OSC NET::SSLeay ppm from my Windows system and now I’m using the Active States version of OpenSSL, which is OpenSSL 1.0.1e 11 Feb 2013 and vulnerable to Heartbleed. -Neil -- Neil Johnson Network Engineer The University of Iowa Phone: 319 384-0938 Fax: 319 335-2951 E-Mail:

Re: [RADIATOR] MySQL accounting gets entered but not deleted

2015-08-14 Thread Hugh Irvine
Hello Gabe - The RADONLINE table is used to maintain a list of “who is connected now”, ie. records are entered when a user connects (an accounting start message) and removed when the user disconnects (an accounting stop message). The ACCOUNTING table is an historical record of all connections