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-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. -- ht

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 sectio

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

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 info/subsc

Re: FR supported attributes

2007-03-14 Thread PD
I am using FR 1.1.4 build from FBSD port do I need to load the module ? TIA PD On 3/14/2007, "Alan DeKok" <[EMAIL PROTECTED]> wrote: >PD wrote: >> I did try to add expiration into radiusd.conf as explain at >> http://wiki.freeradius.org/Radiusd.conf but FR refuse to start with >> error : >> Wed

Re: FR supported attributes

2007-03-14 Thread Alan DeKok
PD wrote: > I did try to add expiration into radiusd.conf as explain at > http://wiki.freeradius.org/Radiusd.conf but FR refuse to start with > error : > Wed Mar 14 15:59:14 2007 : Error: radiusd.conf[1587] Failed to link to > module 'rlm_expiration': Shared object "rlm_expiration.so" not > found,

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. So

Re: FR supported attributes

2007-03-13 Thread PD
al attribute about 'Max-All-Session' and 'Expiration'. With this tipe, radius will send conditional accept connection because will contain the time left. >>From: <[EMAIL PROTECTED]> >>Reply-To: FreeRadius users mailing list >> >>To: "FreeRadius user

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 installati

Re: FR supported attributes

2007-03-12 Thread Internet-Wifi Operador
d a fast solutions and don't have time to investigate or try find of perfection Fabián Franzotti From: <[EMAIL PROTECTED]> Reply-To: FreeRadius users mailing list To: "FreeRadius users mailing list" Subject: Re: FR supported attributes Date: Mon, 12 Mar 2007 14:04:25 +010

Re: FR supported attributes

2007-03-12 Thread tnt
[EMAIL PROTECTED]> >>Reply-To: FreeRadius users mailing list >> >>To: "FreeRadius users mailing list" >>Subject: Re: FR supported attributes >>Date: Sat, 10 Mar 2007 18:49:35 +0100 >> >>There should be no difference in using Expiration and

Re: FR supported attributes

2007-03-11 Thread Internet-Wifi Operador
You need send the message for each NAS, because they are not handle an standart attributes I think that. Fabián From: PD <[EMAIL PROTECTED]> Reply-To: FreeRadius users mailing list To: "FreeRadius users mailing list" Subject: Re: FR supported attributes Date: Sun, 1

Re: FR supported attributes

2007-03-11 Thread Internet-Wifi Operador
reply for each gateway, switch or device that manage the connection because Freeradius not disconnect the users, this is a NAS job. Fabián From: <[EMAIL PROTECTED]> Reply-To: FreeRadius users mailing list To: "FreeRadius users mailing list" Subject: Re: FR supported

Re: FR supported attributes

2007-03-11 Thread tnt
s know it but chillispot >>>no, so if the user try to connect after the Expire time the radius reject >>>this connection, but i the user is connected and the chillispot don't know >>>the expire attribute so the connection continue. >>> >>>here is the s

Re: FR supported attributes

2007-03-10 Thread PD
is connected and the chillispot don't know >>the expire attribute so the connection continue. >> >>here is the suported attributes for the chillispot >>http://www.chillispot.org/features.html#mozTocId149863 >> >> >> >>>From: PD <[EMAIL PROTECTED]

Re: FR supported attributes

2007-03-10 Thread tnt
149863 > > > >>From: PD <[EMAIL PROTECTED]> >>Reply-To: FreeRadius users mailing list >> >>To: "FreeRadius users mailing list" >>Subject: Re: FR supported attributes >>Date: Sat, 10 Mar 2007 03:46:50 + >> >>Unfortunatelly,

Re: FR supported attributes

2007-03-10 Thread Internet-Wifi Operador
gt; >To: "FreeRadius users mailing list" >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.html

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 >http://www.arcknowledge.com/gmane.comp.free

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 but

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) ex

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 o

FR supported attributes

2007-03-09 Thread PD
Hi all, Where to find all of FR supported attributes ? I just try rlm_sqlcounter module with noresetconter script and Max-All-Session attribute and they are working fine. And I've plan to add another attribute called expiration (?) and need the correct syntax how to use it. Where to fi