reset sql counter every 30 minute

2011-01-26 Thread piston
Hi Is that possible to reset the sql counter every 30 minute? Basically, i need to get user free access of 20 minutes, after 20 minutes NAS will logout the user. And the user is allow to login again after 30 minute. Thanks - List info/subscribe/unsubscribe? See

Re: proxy same realm but different authentication protocol to different server

2010-01-28 Thread piston
, 2010 12:38:25 AM Subject: Re: proxy same realm but different authentication protocol to different server piston wrote: I've try below at the end of authorize section if (control:Auth-Type := EAP) { update control { { Proxy

Re: proxy same realm but different authentication protocol to different server

2010-01-27 Thread piston
I've try below at the end of authorize section if (control:Auth-Type := EAP) { update control { { Proxy-To-Realm == xyz.com } realm xyz.com { type= radius authhost= 123.123.123.1:1812 accthost

Re: freeradius 2.1.8 : No authenticate method (Auth-Type) configuration found for the request: Rejecting the user

2010-01-16 Thread piston
found for the request: Rejecting the user On Fri, Jan 15, 2010 at 08:55:24AM -0800, piston wrote: i don't event know how i managed to delete all virtual server, managed to solved the problem by copy back entire freeradius folder under /etc/ upgrade from 2.1.6 2.1.7 2.1.8 prelease was very

Re: freeradius 2.1.8 : No authenticate method (Auth-Type) configuration found for the request: Rejecting the user

2010-01-15 Thread piston
for the request: Rejecting the user piston wrote: hi after upgrade 2.1.8 prelease to 2.1.8, i get No authenticate method (Auth-Type) configuration found for the request: Rejecting the user You have managed to delete all of the virtual servers from raddb/sites-enabled. Alan DeKok. - List

freeradius 2.1.8 : No authenticate method (Auth-Type) configuration found for the request: Rejecting the user

2010-01-14 Thread piston
hi after upgrade 2.1.8 prelease to 2.1.8, i get No authenticate method (Auth-Type) configuration found for the request: Rejecting the user please help. here's my debug info radius2:/etc/freeradius# freeradius -Xxx Fri Jan 15 02:21:01 2010 : Info: FreeRADIUS Version 2.1.8, for host

FreeRADIUS Server version 2.1.8 problem with Debian 5 64bit

2009-12-31 Thread piston
Hi Alan Trying to compile at my Debian 5 64bit server but fail. No issue during compiling pre 2.1.8. dpkg-buildpackage -b -uc dpkg-buildpackage: set CFLAGS to default value: -g -O2 dpkg-buildpackage: set CPPFLAGS to default value: dpkg-buildpackage: set LDFLAGS to default value:

Re: FreeRADIUS Server version 2.1.8 problem with Debian 5 64bit

2009-12-31 Thread piston
It works! thanks. - Original Message From: Alexander Clouter a...@digriz.org.uk To: freeradius-users@lists.freeradius.org Sent: Fri, January 1, 2010 1:19:17 AM Subject: Re: FreeRADIUS Server version 2.1.8 problem with Debian 5 64bit piston pisto...@yahoo.com wrote: Trying

proxy same realm but different authentication protocol to different server

2009-12-17 Thread piston
Hi, Am I possible to do these? 1. proxy realm xyz.com (PAP/CHAP) to server#1 2. proxy realm xyz.com (PEAP) to server#2 I'm using freeradius 2.1.7 Thank you KH - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: proxy same realm but different authentication protocol to different server

2009-12-17 Thread piston
Hi Alan Do you mean something like these? if (Auth-Type == PEAP) { update control { { Proxy-To-Realm := xyz.com } realm xyz.com { type= radius authhost= 123.123.123.1:1812 accthost=

Re: Pre-release of Version 2.1.8

2009-12-06 Thread piston
i guess this version also solved ASSERT FAILED event.c[2682]: request-ev != NULL issue? - Original Message From: Bjørn Mork bj...@mork.no To: FreeRadius users mailing list freeradius-users@lists.freeradius.org Sent: Sun, December 6, 2009 9:46:38 PM Subject: Re: Pre-release of Version

Re: Proposed release of 2.1.6

2009-05-12 Thread piston
Dear Alan Same issue as 2.1.5 (debian OS), $INCLUDE sql.conf is commented by default. Hope you can take look on this. Thanks - Original Message From: Alan DeKok al...@deployingradius.com To: FreeRadius users mailing list freeradius-users@lists.freeradius.org Sent: Tuesday, May 12,

Re: Proposed release of 2.1.6

2009-05-12 Thread piston
on the change log. Thanks - Original Message From: Alan DeKok al...@deployingradius.com To: FreeRadius users mailing list freeradius-users@lists.freeradius.org Sent: Wednesday, May 13, 2009 2:17:50 AM Subject: Re: Proposed release of 2.1.6 piston wrote: Dear Alan Same issue

Re: Debian lenny with freeradius 2.1.4/2.1.5 sql module fail.

2009-04-13 Thread piston
: Re: Debian lenny with freeradius 2.1.4/2.1.5 sql module fail. Similar problem here... $INCLUDE sql.conf was commented in modules section Removing # was the solution. By default, this was ok in older versions . On Mon, Apr 13, 2009 at 7:42 AM, piston pisto...@yahoo.com wrote: IBM x3550

Debian lenny with freeradius 2.1.4/2.1.5 sql module fail.

2009-04-12 Thread piston
IBM x3550 server install Debian lenny. Download freeradius from ftp://ftp.freeradius.org/pub/freeradius/freeradius-server-2.1.4.tar.gz, compile and install. Question: 1. freeradius -v showing freeradius 2.1.5, was this correct? 2. trying to using mysql as database, ucomment sql in

Re: proxy questions

2009-03-25 Thread piston
You should also uncommed or add IPASS under authorizes section and preacct section. Good luck! - Original Message From: Sebastien Boucher cannibal...@gmail.com To: freeradius-users@lists.freeradius.org Sent: Thursday, March 26, 2009 12:05:22 AM Subject: proxy questions i don't know

How to prevent endless proxy looping

2009-03-17 Thread piston
Hi. I have a endless proxy looping problem. 1. problem username format: use...@my-realm@other-realm 2. on the freeradius, i proxy (nostrip) suffix @other-realm to partner's radiator radius server 3. on my partner then proxy back (nostrip) the same username base on @my-realm to my freeradius

Re: Version 2.1.4 has been released

2009-03-12 Thread piston
Dear Alan You might consider to take a look on the mysql module on freeradius 2.1.4. I have tried with Debian Lenny + mysql , error: mysql module not found. Same machine with 2.1.3, no such issue. Thanks - Original Message From: Johan Meiring jmeir...@pcservices.co.za To:

Re: radius proxy senario

2009-03-09 Thread piston
/use...@my_realm ? Evaluating (%{User-Name} =~ /^ABC\//) - FALSE ++? if (%{User-Name} =~ /^ABC\//) - FALSE No authenticate method (Auth-Type) configuration found for the request: Rejecting the user Failed to authenticate the user. Thank you Piston - Original Message From: a.l.m.bu

Re: radius proxy senario

2009-03-09 Thread piston
[suffix] Proxying request from user userid to realm another_realm [suffix] Preparing to proxy authentication request to realm another_realm Question is, how to update the user-name accordingly? Thanks Piston - Original Message From: a.l.m.bu...@lboro.ac.uk a.l.m.bu...@lboro.ac.uk

Re: radius proxy senario

2009-03-08 Thread piston
at: ^ABC\/) /etc/freeradius/sites-enabled/default[62]: Errors parsing authorize section. } Need some guidance, this is the first time using unlang. Thank you very much. Piston - Original Message From: a.l.m.bu...@lboro.ac.uk a.l.m.bu...@lboro.ac.uk To: FreeRadius users mailing list

radius proxy senario

2009-03-06 Thread piston
or not. Thanks a lot!! Piston - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: freeradius 2.1.1 with ubuntu server 8.04

2008-11-05 Thread piston
-users@lists.freeradius.org Sent: Thursday, October 16, 2008 8:13:38 PM Subject: Re: freeradius 2.1.1 with ubuntu server 8.04 piston wrote: I'm trying to building package, so how i got error during the process. I have no problem to build freeradius 2.1.0 package at this pc. Grab the stable

freeradius 2.1.1 with ubuntu server 8.04

2008-10-16 Thread piston
Hi All I'm trying to building package, so how i got error during the process. I have no problem to build freeradius 2.1.0 package at this pc. Please assist. Below are the logs dpkg-buildpackage  -b -uc dpkg-buildpackage: set CPPFLAGS to default value: dpkg-buildpackage: set CFLAGS to default

Re: freeradius 2.1.1 with ubuntu server 8.04

2008-10-16 Thread piston
at 128. Hunk #3 FAILED at 154. 2 out of 3 hunks FAILED -- saving rejects to file raddb/radiusd.conf.in.rej   Thanks - Original Message From: piston [EMAIL PROTECTED] To: FreeRadius users mailing list freeradius-users@lists.freeradius.org Sent: Thursday, October 16, 2008 7:06:45 PM Subject

Re: freeradius 2.1.0 default mysql schema don't have nasidentifier table

2008-09-24 Thread piston
Subject: Re: freeradius 2.1.0 default mysql schema don't have nasidentifier table piston wrote: And the reason is? i thought nasidentifier is quite important attribute. Anyway thanks for reply. This is the first time in almost 10 years that anyone has said it's important. And if it is important

freeradius 2.1.0 default mysql schema don't have nasidentifier table

2008-09-23 Thread piston
freeradius 2.1.0 default mysql schema don't have nasidentifier table. And the mysql query in dialup.conf also don't have nasidentifier value. It is purposely left out the nasidentifier? My work around is adding nasidentifier and it's value as below. accounting_start_query = \ INSERT

Re: freeradius 2.1.0 default mysql schema don't have nasidentifier table

2008-09-23 Thread piston
: freeradius 2.1.0 default mysql schema don't have nasidentifier table piston wrote: freeradius 2.1.0 default mysql schema don't have nasidentifier table. And the mysql query in dialup.conf also don't have nasidentifier value. It is purposely left out the nasidentifier? Yes. Alan DeKok