Re: freeradius2.1.6 module errors

2009-08-13 Thread ramesh p
Date: Wed, 12 Aug 2009 20:49:17 +0100 From: Alan Buxey a.l.m.bu...@lboro.ac.uk Subject: Re: freeradius2.1.6 module errors To: FreeRadius users mailing list freeradius-users@lists.freeradius.org Message-ID: 20090812194917.ge24...@lboro.ac.uk Content-Type: text/plain; charset=us-ascii

Re: freeradius2.1.6 module errors

2009-08-13 Thread Steven Carr
On 13/8/09 07:10, ramesh p wrote: Though i have placed the code in sites-available/default under accounting section: if(Acct-Status-Type := 'stop'){ sql Can you post the full section that you have added this to, if you have only added just those 2 lines then you haven't

Re: freeradius2.1.6 module errors

2009-08-13 Thread Steven Carr
On 13/8/09 08:41, Michael Bryant wrote: Wrong operator. Use = or not := --Mike It's a comparison so it should be: if (Acct-Status-Type == 'stop') { sql } Steve -- Steven Carr Systems Development Officer SLS/ITS/Systems - (0191) 515 3953 signature.asc Description: OpenPGP digital

Re: Re: freeradius2.1.6 module errors

2009-08-13 Thread ramesh p
Thanks alot. i can use either 'Stop' or 'stop'. It's not case sensitive am i correct? Thanks, Rams. Thu, 13 Aug 2009 00:56:21 -0700 On 13/8/09 08:41, Michael Bryant wrote: Wrong operator. Use = or not := --Mike It's a comparison so it should be: if (Acct-Status-Type == 'stop') { sql

Re: freeradius2.1.6 module errors (Doug Hardie)

2009-08-12 Thread ramesh p
the person managing the list at freeradius-users-ow...@lists.freeradius.org When replying, please edit your Subject line so it is more specific than Re: Contents of Freeradius-Users digest... Today's Topics: 1. Re: freeradius2.1.6 module errors (Doug Hardie) 2. Freeradius with jradius

Re: freeradius2.1.6 module errors

2009-08-12 Thread ramesh p
: freeradius2.1.6 module errors (Doug Hardie) 2. Freeradius with jradius (shivashankar) 3. Help with passwords (David Jansen) 4. Re: Help with passwords (Alan DeKok) -- Message: 1 Date: Tue, 11 Aug 2009 16:05:21 -0700 From

Re: freeradius2.1.6 module errors

2009-08-12 Thread Arran Cudbard-Bell
replying, please edit your Subject line so it is more specific than Re: Contents of Freeradius-Users digest... Today's Topics: 1. Re: freeradius2.1.6 module errors (Doug Hardie) 2. Freeradius with jradius (shivashankar) 3. Help with passwords

Re: freeradius2.1.6 module errors

2009-08-12 Thread ramesh p
, please edit your Subject line so it is more specific than Re: Contents of Freeradius-Users digest... Today's Topics: 1. Re: freeradius2.1.6 module errors (Doug Hardie) 2. Freeradius with jradius (shivashankar) 3. Help with passwords (David Jansen) 4. Re: Help with passwords (Alan DeKok

Re: freeradius2.1.6 module errors

2009-08-12 Thread Alan Buxey
Hi, default { accounting { if(Acct-Status-Type = 'stop'){ sql or edit the required dialup.conf for the chosen SQL solution and only have the STOP insert command there? alan - List info/subscribe/unsubscribe? See

Re: freeradius2.1.6 module errors

2009-08-12 Thread Arran Cudbard-Bell
It used to get angry when you did that -- On 12 Aug 2009, at 20:49, Alan Buxey a.l.m.bu...@lboro.ac.uk wrote: Hi, default { accounting { if(Acct-Status-Type = 'stop'){ sql or edit the required dialup.conf for the chosen SQL solution and only have the STOP insert

Re: freeradius2.1.6 module errors

2009-08-12 Thread Alan Buxey
Hi, It used to get angry when you did that ..it might still do - hence my email was a question rather than a statement ;-) alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

freeradius2.1.6 module errors

2009-08-11 Thread ramesh p
Hi All, I have placed a small module IGNORE to ignore packets other than Stop type. modified acct_users file as: DEFAULT Acct-Status-Type == Tunnel-Stop, Acct-Type := IGNORE DEFAULT Acct-Status-Type == Tunnel-Start, Acct-Type := IGNORE DEFAULT Acct-Status-Type == Start, Acct-Type := IGNORE

Re: freeradius2.1.6 module errors

2009-08-11 Thread ramesh p
Am doing it correctly? Please suggest? Thanks, Rams. 4. freeradius2.1.6 module errors (ramesh p) -- Message: 4 Date: Tue, 11 Aug 2009 12:50:30 +0530 From: ramesh p rock786...@gmail.com Subject: freeradius2.1.6 module

Re: freeradius2.1.6 module errors

2009-08-11 Thread Doug Hardie
providing some details on what you want to accomplish and someone may be able to show you how to do that. Thanks, Rams. 4. freeradius2.1.6 module errors (ramesh p) -- Message: 4 Date: Tue, 11 Aug 2009 12:50:30 +0530 From: ramesh