How to allow a user login in a certain time?

2011-07-24 Thread Lingfeng Xiong
hi there, I am writing a authentication system for a public Cisco System laboratory of a university. This system allow user to subscribe a cisco device in a certain time and during that time, the subscriber should be able to login that device. I have already build a FreeRadius server and configure

Re: user login once???

2009-05-06 Thread Nizar Zulmi
Thank u ivan, yaps..that's exactly what i mean..give me a clue please.. From: Ivan Kalik Subject: Re: user login once??? To: "FreeRadius users mailing list" Date: Thursday, May 7, 2009, 3:06 AM > how to setup freeradius server to perform user log in to server once in a >

Re: user login once???

2009-05-06 Thread Ivan Kalik
> how to setup freeradius server to perform user log in to server once in a > day or few login in a month.. help please.. Radius server doesn't log in users onto the server. Ever! Perhaps you want something else: allow one login per day (or a few per month)? Ivan Kalik Kalik Informatika ISP - Li

user login once???

2009-05-06 Thread Nizar Zulmi
how to setup freeradius server to perform user log in to server once in a day or few login in a month.. help please.. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: User login Portal

2009-04-29 Thread Tudor
ok now getting the number 0 appearing top left of page getting closer - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: User login Portal

2009-04-29 Thread Tudor
still blank heres what i have done so far still need big help much appreciated = $expLimit)){ $out = bcdiv($val,$pDiv,$precision); break; }else $pDiv = $div; } return array((float) $out,$unitBytesBin[$i]); } $db = mysql_connect('localhost','root','***',true); mysql_select_db('radius',$db);

Re: User login Portal

2009-04-29 Thread Arran Cudbard-Bell
_reporting(E_ALL); at the top and see if you get any errors. Oh and /* insert HTML here */ $nRes = bcHighPow($res[0]); should be /* insert HTML here */ $nRes = bcHighPow(bcmul($res[0],'8')); Arran On 29/4/09 13:12, tudorg wrote: I am trying to create a user login area where t

Re: User login Portal

2009-04-29 Thread Tudor
that the users home page will know the mac address and i have changed the db connect line to my details for my server but no result like i say guidence really would be appreciated On 29/4/09 13:12, tudorg wrote: I am trying to create a user login area where they can view their usage. my

Re: User login Portal

2009-04-29 Thread Ivan Kalik
> I am trying to create a user login area where they can view their usage. > my php is very basic So are your requirements. > My radius will authenticate user by mac address which i have working > so the user login for will take them to a home page in that page will be a > link

Re: User login Portal

2009-04-29 Thread Arran Cudbard-Bell
On 29/4/09 13:12, tudorg wrote: I am trying to create a user login area where they can view their usage. my php is very basic My radius will authenticate user by mac address which i have working so the user login for will take them to a home page in that page will be a link to view usage i would

User login Portal

2009-04-29 Thread tudorg
I am trying to create a user login area where they can view their usage. my php is very basic My radius will authenticate user by mac address which i have working so the user login for will take them to a home page in that page will be a link to view usage i would like a small pop up window (in

Re: User login

2007-08-27 Thread liran tal
Hey Michael, You need to make use of the attribute Simultaneous-Use as a parameter for controlling how many session each user will be accepted by the RADIUS server. Regards, Liran Tal. On 8/27/07, Michael Ziemann <[EMAIL PROTECTED]> wrote: > > Hi People! > > Today I've another problem with free

User login

2007-08-27 Thread Michael Ziemann
Hi People! Today I've another problem with freeradius. The user has his own password and can login by himself, no problem. But how can I avoid a second user logging in with the same user / pwd? Is it a problem of the NAS or RADIUS ??? I didn't find any configuration examples on the web, so ple

How to allow user login only from one ip?

2005-11-11 Thread Tarasov Alexey
Hello! I'm using FreeRadius for accounting. For example we have user: testAuth-Type:=Local, User-Password == "test" How to allow user login only from one ip? -- Best regards, Tarasov Alexey. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html