Re: (RADIATOR) Memory Leak with PAM

2002-07-30 Thread Forbes Mike
We have experienced it running 2.19 on Solaris and running 3.1 on RedHat. Both of these are using the kerberos 5 pam from redhat. The config is below. Mike LogDir /var/log/radius DbDir /usr/local/radiator # Use a low trace level in production systems. Increase # it to 4 or

(RADIATOR) Help getting MySQL Accounting working

2002-07-30 Thread Steve Caporossi
Can anyonegive me any hints as to why I cannot getany accounting entries in my database? Below is my radius config and the output from a Trace 4. I am authenticating from the system password file OK but no accounting is being put into the database. I am running RH7.2 and Radiator 3.0.

RE: (RADIATOR) SQL server fallback behaviour

2002-07-30 Thread alexander . deboer
Hi Mike and Hugh, I have checked the requested information: - Our platform: DELL PC with 1Ghz CPU and 1 GB RAM (seems contradictory with high-availability ;0). However, we use primary and secondary AAA-servers and our SQL servers run on SUN Solaris 8. - Our perl version: ActivePerl 5.6.1 build

(RADIATOR) PostAuthHook

2002-07-30 Thread Radius Admin
I am trying to implement a PostAuthHook. I have added the following line in my configuration file Realm .. AuthBy SQL blah blah PostAuthHook file:"%D/SetActive.txt" /AuthBy /Realm When I start Radiator I get the following error: ERR: Unknown keyword 'PostAuthHook' in I am

Re: (RADIATOR) PostAuthHook

2002-07-30 Thread Hugh Irvine
Hello - The PostAuthHook is a Realm (or Handler) parameter. Realm > AuthBy SQL> . /AuthBy> PostAuthHook file:"%D/SetActive.txt" /Realm> There are some example hooks in the file "goodies/hooks.txt" in the distribution. regards Hugh On Tuesday, July 30, 2002, at 11:41 PM, Radius Admin

Re: (RADIATOR) Help getting MySQL Accounting working

2002-07-30 Thread Hugh Irvine
Hello Steve - You should do it this way: # define Realm # Note the AuthByPolicy with the accounting first and authentication second Realm DEFAULT> AuthByPolicy ContinueAlways     AuthBy SQL>     DBSource    dbi:mysql:radiuslogs     DBUsername  removed     DBAuth   

Re: (RADIATOR) SQL server fallback behaviour

2002-07-30 Thread Mike McCauley
Hello Alexander, Thanks for providing this information. Unfortunately, ActiveState perl on Win32 does not support the SIGALRM function, which means that the AuthBy SQL Timeout parameter is not supported on your platform. This means that the timeouts are determined by your platforms's TCP

(RADIATOR) calculating alive record

2002-07-30 Thread Alex Symthe
hi All, We are using Radiator 3 and need to do some processing on the accounting records in RADONLINE. When ever we recieve an Alive Record when need to update the TIMESTAMP field in RAODNLINE for the corresponding username. Im not sure how to write this but here's what it should do... -

Re: (RADIATOR) calculating alive record

2002-07-30 Thread Hugh Irvine
Hello Alex - Could you please send me the name of the registered company that has purchased this copy of Radiator? thanks Hugh On Wed, 31 Jul 2002 10:39, Alex Symthe wrote: hi All, We are using Radiator 3 and need to do some processing on the accounting records in RADONLINE. When ever

(RADIATOR) DATE

2002-07-30 Thread auth admin
We have made our custom windows app to access RADUSERS table, the fields VALIDFROM and VALIDTO are integer types. What is the formula to convert these fields to a valid DATE Type, so we can automatically manage valid dates of the accounts we create. chris -- === Archive at