Re: (RADIATOR) radiusd segfaults on Access-Request via SQL

2002-08-22 Thread Hugh Irvine
Hello Justin - Please send me a copy of the configuration file (no secrets) together with a trace 4 debug from Radiator and a copy of the error output from Perl when it crashes (run radiusd from the command line). regards Hugh On Thursday, August 22, 2002, at 12:41 AM, Justin

Re: (RADIATOR) Handing out static IP's

2002-08-22 Thread Hugh Irvine
Hello Michael - You would do something like this: # define AuthBy clauses AuthBy FILE Identifier CheckUsers Filename %D/users AddToReply Service-Type = Framed-User, \ Framed-Protocol = PPP, \ Framed-IP-Netmask = .. /AuthBy AuthBy

Re: (RADIATOR) How to strip realm from in SessinDatabase?

2002-08-22 Thread Hugh Irvine
Hello Lin - You will need to supply your own queries in the SessionDatabase SQL clause to use the rewritten username (%n). Have a look at section 6.7 in the Radiator 3.2 reference manual. regards Hugh On Thursday, August 22, 2002, at 12:13 AM, Huaikun Lin wrote: Hi We use SQL server

Re: (RADIATOR) Interim-Updates!

2002-08-22 Thread Hugh Irvine
Hello Skeeve - The accounting counters start when a session starts on the NAS and the accounting alive requests contain the value of the counters when the request is sent (the values are *not* deltas). The accounting stop shows the final values for each of the counters. Of course you should do

(RADIATOR) Accounting Handled

2002-08-22 Thread rcortez
Hi, I have configured Accounting Handled and also LogMicroseconds under the Global Parameter Realm this is how it goes. Foreground AuthPort 1645 AcctPort 1646 LogDir /data/LOGFILE LogFile %L/%Y-%m-%d-%H-logfile.log DbDir /usr/local/etc/raddb Trace 4 SocketQueueLength 100

Re: (RADIATOR) Accounting Handled

2002-08-22 Thread Hugh Irvine
Hello Ray - Your configuration file looks OK. You will see the microseconds logged in the timestamps in the trace 4 debug so you can see how long each operation is taking. This will give you a good idea where things are slow. regards Hugh On Thursday, August 22, 2002, at 09:36 AM, [EMAIL

(RADIATOR) Edit session timeouts via radius

2002-08-22 Thread Jaime Elizaga Jr.
Title: Blank error message Hi All, Is it possible for Radiator to send a disconnect request to a NAS? Also, we are currently implementing session timeouts on our users. Is is possible for Radiator so send something tto the NAS that would either decrease or increase the 'session timeout'

Re: (RADIATOR) Edit session timeouts via radius

2002-08-22 Thread Hugh Irvine
Hello Jaime - Yes Radiator can send a Disconnect-Request, but only via proxy. Note that the NAS acts as a radius *server* for the purposes of processing a Disconnect-Request. You can use radpwtst to generate a Disconnect-Request and either send it directly to the NAS, or proxy it through

(RADIATOR) Can't connect to SQL database

2002-08-22 Thread Rickard Gunnarsson
Hi, I've successfully used Radiator with a Postgres Database for a while now, but suddenly I start receiving error messages like the one below when starting Radiator. I can't think of anything I have changed in my setup. Could someone please help me interpret this error message and give a hint

Re: (RADIATOR) Can't connect to SQL database

2002-08-22 Thread Hugh Irvine
Hello Rickard - It looks like the Postgres DBD module is not installed correctly. regards Hugh On Thursday, August 22, 2002, at 04:20 PM, Rickard Gunnarsson wrote: Hi, I've successfully used Radiator with a Postgres Database for a while now, but suddenly I start receiving error