Re: [RADIATOR] radiator Timeout handling

2010-09-16 Thread Hugh Irvine
Hello Michael - The behaviour you observe is in fact what the code does - the manual does not correctly describe this behaviour. The manual has been amended for the next release. Thanks for letting us know. regards Hugh On 16 Sep 2010, at 15:31, Hugh Irvine wrote: > > Hello Michael - >

Re: [RADIATOR] incorrect doc in 5.7.2 GetClientQuery?

2010-09-16 Thread Mike McCauley
Hello Alexander, Thanks for reporting this. On Tuesday 07 September 2010 06:56:12 pm Alexander Hartmaier wrote: > The 4.7 ref manual says on page 46: > > A comma-separated list of flag names as field 25 > > But the code says: > $client->set('ClientHook', $self->file_substitution($row[25])

Re: [RADIATOR] TOTP/HOTP question

2010-09-16 Thread Matthew Reeves-Hairs
Hi,  Please ignore my last request all sorted.Thanks Matthew Reeves-Hairs MBCS(CCNA, CCNP, CCDA)DirectorWillow ICT Limited13 Willow CloseGreat HormeadHertfordshire, SG9 0NWMobile: +44 (0)7912 202627Fax: +44 (0)7092 361501matthew.reeves-ha...@willowict.comhttp://www.willowict.comPlease consider the

Re: [RADIATOR] radiator Timeout handling

2010-09-16 Thread Hugh Irvine
Hello Michael - We'll investigate this a bit further. BTW - some people put a unique index on the accounting table using something like Acct-Session-Id + Timestamp to avoid duplicates. Otherwise you can use a stored procedure in the database to do whatever you need (or not). regards Hugh

Re: [RADIATOR] radiator Timeout handling

2010-09-16 Thread Michael
Debian 4.0 Perl, v5.8.8 built for x86_64-linux-gnu-thread-multi DBI v1.53 mysqld Ver 5.0.32-Debian_7etch12-log for pc-linux-gnu on x86_64 (Debian etch distribution) since my radiator config is quite lengthy, i'll just post what i think is the relevant parts. if you would like to know more, let

[RADIATOR] TOTP/HOTP question

2010-09-16 Thread Matthew Reeves-Hairs
Hi, can anyone give any pointers as to how to resync a TOTP and HOTP token.How far out can the clock be, between the server and the token?  Is say 10-15 seconds acceptable?        Secret          DupInterval 0        Secret  xxx        DupInterval 0                        DBSource      

Re: [RADIATOR] radiator Timeout handling

2010-09-16 Thread Hugh Irvine
Hello Michael - We'll need to see a copy of the configuration file (no secrets), together with a more complete trace 4 debug showing what is happening. We will also need to know what hardware/software platform you are running on, what version of Perl, what version of DBI/DBD, what SQL database

[RADIATOR] radiator Timeout handling

2010-09-16 Thread Michael
Hi, I'm having a couple issues with . Maybe it would be considered a bug i'm not sure. 1. the Timeout handling. From my testing, it appears that radiator times out at this value, but seems to retry the sql query a second time, creating in another timeout count. eg

Re: [RADIATOR] SQL accounting problem

2010-09-16 Thread Hugh Irvine
Hello Adrian - The debug you include below only shows an access request, not an accounting request. If you are not receiving any accounting requests from your NAS, you will not see anything in the debug. You will need to check the configuration of your NAS equipment to verify if it is sendin

[RADIATOR] SQL accounting problem

2010-09-16 Thread adrian
Hi : I have a problem with the SQL accounting. Radiator do not process the accounting- request. Below are my radius.cfg and the trace 4. I have checked the ports on my server and are ok. I'm using port 1812 for Radius and 1813 for accounting. # windows.cfg # # Example Radiator configuratio