Re: FR supported attributes

2007-03-14 Thread PD
Hi guys, Just to let all of you know.. I try the Expiration attribute today and it working find. The NAS used is Chillispot (ChilliSpot inside of WRT54GS). The Expiration attribute inserted into radcheck table with op == the expiration will block an account since the date put into value field.

Re: FR supported attributes

2007-03-14 Thread Alan DeKok
PD wrote: I am using FR 1.1.4 build from FBSD port do I need to load the module ? No. If it's not in 1.1.5, it's not in any prior version, either. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog - List

Re: FR supported attributes

2007-03-14 Thread PD
I think the same too... cause expiration is not the new attribute. The expiration attribute itself working fine, the only problem is no explanation to user when the system reject him/her. CMIIW PD On 3/14/2007, Alan DeKok [EMAIL PROTECTED] wrote: PD wrote: I am using FR 1.1.4 build from FBSD

Re: FR supported attributes

2007-03-14 Thread tnt
Did you set the reply message in radiusd.conf? # # The expiration module. This handles the Expiration attribute # It should be included in the *end* of the authorize section # in order to handle user Expiration. It should also be included # in the instantiate

Re: FR supported attributes

2007-03-14 Thread Alan DeKok
PD wrote: I think the same too... cause expiration is not the new attribute. The expiration attribute itself working fine, the only problem is no explanation to user when the system reject him/her. You can edit the code to produce the message, or run the CVS head. Alan DeKok. --

Re: FR supported attributes

2007-03-14 Thread PD
Well... I can see on the source code (auth.c) that FR send the reply. static int check_expiration(REQUEST *request) { VALUE_PAIR *check_item; VALUE_PAIR *vp; check_item = pairfind(request-config_items, PW_EXPIRATION); if (!check_item) return 0; /*

Re: FR supported attributes

2007-03-13 Thread PD
On 3/12/2007, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Wired chilli? The makers say: ChilliSpot is an open source captive portal or wireless LAN access point controller. It is used for authenticating users of a wireless LAN. Do you know something they don't? My first Chilli installation is

Re: FR supported attributes

2007-03-13 Thread PD
'. With this tipe, radius will send conditional accept connection because will contain the time left. From: [EMAIL PROTECTED] Reply-To: FreeRadius users mailing list freeradius-users@lists.freeradius.org To: FreeRadius users mailing list freeradius-users@lists.freeradius.org Subject: Re: FR supported

Re: FR supported attributes

2007-03-12 Thread tnt
@lists.freeradius.org Subject: Re: FR supported attributes Date: Sat, 10 Mar 2007 18:49:35 +0100 There should be no difference in using Expiration and WISPr-Session-Terminate-Time in this case. Expiration sets Session-Timeout and ChilliSpot knows that one. The only difference is that Expiration

Re: FR supported attributes

2007-03-12 Thread Internet-Wifi Operador
or try find of perfection Fabián Franzotti From: [EMAIL PROTECTED] Reply-To: FreeRadius users mailing list freeradius-users@lists.freeradius.org To: FreeRadius users mailing list freeradius-users@lists.freeradius.org Subject: Re: FR supported attributes Date: Mon, 12 Mar 2007 14:04:25

Re: FR supported attributes

2007-03-11 Thread tnt
://www.chillispot.org/features.html#mozTocId149863 From: PD [EMAIL PROTECTED] Reply-To: FreeRadius users mailing list freeradius-users@lists.freeradius.org To: FreeRadius users mailing list freeradius-users@lists.freeradius.org Subject: Re: FR supported attributes Date: Sat, 10 Mar 2007 03:46:50 +

Re: FR supported attributes

2007-03-11 Thread Internet-Wifi Operador
-users@lists.freeradius.org Subject: Re: FR supported attributes Date: Sat, 10 Mar 2007 18:49:35 +0100 There should be no difference in using Expiration and WISPr-Session-Terminate-Time in this case. Expiration sets Session-Timeout and ChilliSpot knows that one. The only difference is that Expiration

Re: FR supported attributes

2007-03-11 Thread Internet-Wifi Operador
@lists.freeradius.org Subject: Re: FR supported attributes Date: Sun, 11 Mar 2007 03:22:15 + Thx for the answers... Actually we have plan to use multiple tipe and number of wireless NAS, such as chillispot, mikrotik, etc. Therefor we are looking for the attributes that compatiple for all NAS type

Re: FR supported attributes

2007-03-10 Thread tnt
Yes. Expiration can stop them logging on after a week and Max-All-Session can limit usage to 10 hours. Ivan Kalik Kalik Informatika ISP Dana 10/3/2007, PD [EMAIL PROTECTED] piše: Unfortunatelly, I found the answer of the similar question. see

Re: FR supported attributes

2007-03-10 Thread Internet-Wifi Operador
@lists.freeradius.org To: FreeRadius users mailing list freeradius-users@lists.freeradius.org Subject: Re: FR supported attributes Date: Sat, 10 Mar 2007 03:46:50 + Unfortunatelly, I found the answer of the similar question. see http://www.arcknowledge.com/gmane.comp.freeradius.user/2003-02/msg00671

Re: FR supported attributes

2007-03-10 Thread PD
://www.chillispot.org/features.html#mozTocId149863 From: PD [EMAIL PROTECTED] Reply-To: FreeRadius users mailing list freeradius-users@lists.freeradius.org To: FreeRadius users mailing list freeradius-users@lists.freeradius.org Subject: Re: FR supported attributes Date: Sat, 10 Mar 2007 03:46:50

Re: FR supported attributes

2007-03-09 Thread tnt
Radius attributes - http://www.freeradius.org/rfc/attributes.html . You actually invent sqlcounter attributes yourself by making the appropriate SQL query. Ivan Kalik Kalik Informatika ISP Dana 9/3/2007, PD [EMAIL PROTECTED] piše: Hi all, Where to find all of FR supported attributes ? I

Re: FR supported attributes

2007-03-09 Thread PD
On 3/10/2007, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Radius attributes - http://www.freeradius.org/rfc/attributes.html . Thx, but I can not find expiration attribute on the aboce list. But I do find 'Expiration' at dictionary.freeradius.internal and also small (not enough information)

Re: FR supported attributes

2007-03-09 Thread PD
Unfortunatelly, I found the answer of the similar question. see http://www.arcknowledge.com/gmane.comp.freeradius.user/2003-02/msg00671.html Well.. just to make sure, can Expiration attribute work together with Max-All-Session attribute ? The case is suppose to create an account for 10 hours