Attach mac address to username

2005-03-31 Thread Shane
has logged in? This way I can stop people sharing the same username/password combination on different pc's. Is thas possible? Thanks Shane - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Attach mac address to username

2005-04-01 Thread shane
this be a way to check if the user has logged in before and see if the mac address is the same as the original login? Then deny if username/mac combination is not the same. This would offer the self management I am hoping to achieve. Thanks Shane - List info/subscribe/unsubscribe? See http

Re: Webmin Module

2005-04-02 Thread shane
Me wrote: I almost hate to post this because in my searches I have seen this question posted many times, just haven't really seen an answer. So, here goes.. Is there a Webmin module for FreeRadius? If not, is there a list of GUIS somewhere for FreeRadius? Thanks! -- Private Label Wholesale

Re: Attach mac address to username

2005-04-02 Thread shane
. Joachim I will perform some tests this week and see if I can nut this one out. Thanks again for your help Joachim Shane - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: How are you guys able to get this working?

2005-04-04 Thread shane
Are there compile options to include libs for mysql connectivity? I ask because when I compile again.. I still am missing that file. Perhaps it's time to just compleatly reinstall the OS - make sure that I am back to square one. -Blake- You could try ./configure --with-experimental-modules

Re: session id used in checkrad

2005-04-05 Thread Shane
Richard Cotrina wrote: When using Simultaneous-Use, after the session database (either radutmp or sql) is checked, what is the session id value used by checkrad ? Is it the value from Acct-Session-Id ? I'm using sql to check Simultaneous-Use, and the radacct table only has a column called

Re: Attach mac address to username

2005-04-11 Thread Shane
complicated. Joachim Ok I don't know how to do it. Am I after something like this and where do I call it in sql.conf INSERT into ${authcheck_table} (id, UserName, Attribute, op, value) values('', '%{SQL-User-Name}', 'Calling-Session-Id', '==', '%{Called-Station-Id}') Thanks Shane - List info

Re: Chillispot FreeRadius

2005-07-17 Thread shane
I don't understand, Chilli is running on a WRT54G AP under DD-WRT and directing users to the login. What sends the Radius requests Chilli or the CGI script? The chilli daemon - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Can Calling-Station-Id be proxied

2005-07-27 Thread shane
Hi, Does freeradius proxy the Calling-Station-Id ? I am sending a realm to another radius server that will record the mac address of the users computer. Effectivly locking the user login to the mac address. It seems the Calling-Station-Id is not proxied to the main server.

Re: freeradius + chillispot + PDA

2005-08-09 Thread shane
friendly. (not sure if it is already) The PDA doesn't know (or care) about what the radius backend is. Regards Shane - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Auth-Type = System not working

2006-06-01 Thread Shane
working? Shane - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Auth-Type = System not working

2006-06-02 Thread Shane
Alan DeKok wrote: Shane [EMAIL PROTECTED] wrote: Read radiusd.conf, and look for /etc/passwd. Odds are that you enabled caching of /etc/passw. There's a reason it's not enabled by default, it doesn't work on FreeBSD. Which is explicitly documented. No, that isn't the cause as I have

Mikrotik-Xmit-Limit - Not enforced on first logon but is on subsequent logons...

2010-11-27 Thread Shane Hart
Hi all, Doing some trials with freeradius 2.x with the intention of moving from 1.1.7 I have an odd problem with mikrotik nas. An account with download limit will not enforce the limit on the first logon but will on subsequent logons. On the first logon, no limit is imposed in mikrotik and the

Mikrotik-Xmit-Limit - Not enforced on first logon but is on subsequent logons...

2010-11-27 Thread Shane Hart
Sorry, forgot to mention it is a routeros hotspot setup. Ok I have added “Mikrotik-Xmit-Limit” for the account to radreply as well and can confirm the download megabyte limit is now enforced on first logon. Is this the best way to do it? Am I doing something wrong? Tks - List

Stale Sessions

2008-04-08 Thread Shane McKinley
1500 users. This is my setup: openSuSE 10.2 Freeradius 1.1.13 MySQL 5.0.26 128MB RAM Pentium III Thanks for any help, Shane - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: Stale Sessions

2008-04-10 Thread Shane McKinley
No one has any ideas or suggestions? If I can solve this issue I will have a 'perfect' freeradius installation. And FYI I upgraded my server to a dual core 2BG of RAM and still the same issue resides. Thanks, Shane From: Shane McKinley Sent: Tuesday, April

RE: Stale Sessions

2008-04-11 Thread Shane McKinley
Thanks for the reply. However, these are Internet customers coming from DSL or Dial up. I assume the Cisco and portmasters are sending unique session IDs. I will try creating a session timeout of 2 days, then create a script for updating the accounting stop time. Thanks all. -Original

basic failure from intital install. doesnt make sense

2005-03-09 Thread Gingell, Shane
to 32 characters in length. # secret = testing123 # # The short name is used as an alias for the fully qualified # domain name, or the IP address. # shortname = localhost } ### Shane Gingell Manager of IP

Control user logins by NAS

2005-10-03 Thread Shane Hart
Simultanious Use := 1 Idle Timeout = 600 Max All Sessions := 1800 It is a wireless hotspot setup. Do I need to use huntgroups or can I add an attribute to the group? Thanks in advance Shane - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Control user logins by NAS

2005-10-04 Thread Shane Hart
That did the trick.Thanks Christian Shane Christian Meutes wrote: Create a group in your sql database, then assign the the users to this group and give the group a check-item. insert into radgroupcheck (GroupName,Attribute,op, Value) values ('your_group_name',NAS-IP-Address

Grab caller id and insert into radcheck how to

2005-10-07 Thread Shane Hart
of a group and ultimately not create it if the record already exists? Any ideas or pointers greatly appreciated. Thanks Shane - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Grab caller id and insert into radcheck how to

2005-10-08 Thread Shane Hart
Jonathan De Graeve wrote: You should use: IF NOT EXISTS Thanks Jonathan, I did some more testing today and came up with something that works for us... Shane Hi all, I an attempting to add an additional attribute upon the first login for user accounts and I am a bit lost. The way I

RHEL v3 and rlm_eap linking problems

2005-10-24 Thread Shane D
reason? Shane - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: return ALL the AVPs for a username that belongs multiple groups

2005-11-08 Thread Shane Hart
Lenir wrote: Can anyone please help me with this? Thanks, Lenir Just a thought. Create a 3rd group with the attributes you need? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lenir Sent: Wednesday, November 02, 2005 7:34 PM To: 'FreeRadius

RE: Thanks Alan

2006-02-20 Thread Shane Hart
Or buy the coders a beer :-) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] dius.org] On Behalf Of Sean Sent: Tuesday, 14 February 2006 5:13 AM To: freeradius-users@lists.freeradius.org Subject: Thanks Alan On Mon, 2006-02-13 at 19:58 +0100, [EMAIL PROTECTED]