Re:freeradius doesn't sent information to mysql

2009-01-10 Thread Eric
I had sent an instance of accounting request from my vpn server to radius server. you send me that I haven't got anything configured in the accounting section. do you mean that vpn server frame is correct but accounting section in radius server doesn't work? >rad_recv: Accounting-Request packet f

Re: SQLCounter configuration

2009-01-10 Thread Venkatesh K
On Sat, Jan 10, 2009 at 10:36 AM, Hanno Schupp wrote: > Dear All, > > > > I have a few questions regarding the rlm_sqlcounter module and its > configuration. I have a freeradius 2.1.0 communicating with a router running > chillispot 1.1 I set up counters for time, data volume, and with different

Re: Regular expressions on module 'files' (possible bug?)

2009-01-10 Thread Alexander Clouter
Flamur Rogova wrote: > > On 'users' file I have this entry; > > b2 User-Password := "b2", Calling-Station-ID =~ "(00:10:B5:7A:13:BD)", > Expiration := "28 Feb 2009 23:00:00" > Should this not be: b2 Calling-Station-Id = 00:10:B5:7A:13:B, Cleartext-Password := b2 Expiratio

Regular expressions on module 'files' (possible bug?)

2009-01-10 Thread Flamur Rogova
Hi, On 'users' file I have this entry; b2 User-Password := "b2", Calling-Station-ID =~ "(00:10:B5:7A:13:BD)", Expiration := "28 Feb 2009 23:00:00" this entry should match only if Calling-Station-Id equals to "00:10:B5:7A:13:BD". on my case, it matches always, no matter what I send as Cal