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') { s

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 digit

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 c

Re: freeradius2.1.6 module errors

2009-08-12 Thread ramesh p
Rams. > > > Message: 3 > Date: Wed, 12 Aug 2009 20:49:17 +0100 > From: Alan Buxey > Subject: Re: freeradius2.1.6 module errors > To: FreeRadius users mailing list > > Message-ID: <20090812194917.ge24...@lboro.ac.uk> > Content-Type: text/plain; chars

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

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 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 command there? alan - Li

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 http://www.freeradius.org/list/use

Re: freeradius2.1.6 module errors

2009-08-12 Thread ramesh p
age with subject or body 'help' to >>>freeradius-users-requ...@lists.freeradius.org >>> >>> You can reach the person managing the list at >>> freeradius-users-ow...@lists.freeradius.org >>> >>> When replying, please edit your

Re: freeradius2.1.6 module errors

2009-08-12 Thread Arran Cudbard-Bell
us.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 (shivashanka

Re: freeradius2.1.6 module errors

2009-08-12 Thread ramesh p
t;> When replying, please edit your Subject line so it is more specific >> than "Re: Contents of Freeradius-Users digest..." >> >> >> Today's Topics: >> >> 1. Re: fre

Re: freeradius2.1.6 module errors (Doug Hardie)

2009-08-12 Thread ramesh p
freeradius-users-requ...@lists.freeradius.org > > You can reach 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..."

Re: freeradius2.1.6 module errors

2009-08-11 Thread Doug Hardie
On 11 August 2009, at 06:54, ramesh p wrote: Am doing it correctly? Please suggest? Obviously not since FreeRADIUS is telling you it doesn't understant the Acct-Type of Ignore. I suspect you are not getting a good answer is that I (for one) do not understand what you are trying to acco

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 > Subject: freeradius2.1.6 module errors > T