Re: Mac based auth

2006-11-26 Thread jonr
Quoting Alan DeKok <[EMAIL PROTECTED]>: > > How do I validate a user by mac address so that the users mac would be > their > > username? > > > > What is the format of the MAC in the 'users' file? I have seen it as > > 01020304-0a020304 or something similiar, is that correct? > > The format is wh

Re: Problem with 3Com-User-Access-Level and rlm_perl

2006-11-26 Thread Alan DeKok
Krzysztof Olędzki wrote: >> OK, probably found it (src/lib/valuepair.c): > > How about attached (for patching) and inlined (for easy review) patch? Thanks, I committed a fix. > I also fixed else/if abuse - this is a code in a switch/case statement > so we can simply use a "break;". I'll tak

New "look and feel" for the web site.

2006-11-26 Thread Alan DeKok
After almost 5 years with the previous look & feel, we've updated the web site with a new style, and slightly re-arranged content. It now looks a lot flashier, and should still load quickly for most people. Users with text-based browsers or Internet Explorer may still have issues (lots of lin

Re: Mac based auth

2006-11-26 Thread Alan DeKok
[EMAIL PROTECTED] wrote: > > I want to use mac address based authentication with WPA+PEAP. I have finally > figured out how to get my Wireless laptop to connect and get a DHCP address > through freeradius using the certificates created with openssl using the > CA.all > script. Almost. FreeRADI

RE: very long regular expression...[unclas]

2006-11-26 Thread Ranner, Frank MR
> -Original Message- > From: > [EMAIL PROTECTED] eradius.org [mailto:freeradius-users-> [EMAIL PROTECTED] On > Behalf Of Norbert Grochal > Sent: Saturday, 25 November 2006 00:13 > To: FreeRadius users mailing list > Subject: Re: very long regular expression... > > > Do something like: >

Mac based auth

2006-11-26 Thread jonr
This is what I am trying to accomplish: I want to use mac address based authentication with WPA+PEAP. I have finally figured out how to get my Wireless laptop to connect and get a DHCP address through freeradius using the certificates created with openssl using the CA.all script. How do I valida

Re: Problem with 3Com-User-Access-Level and rlm_perl

2006-11-26 Thread Krzysztof Olędzki
On Sun, 26 Nov 2006, Krzysztof Olędzki wrote: On 2006-11-26 20:25, Alan DeKok wrote: Krzysztof Olędzki wrote: Like I said in my first mail: problem with rlm_perl was tested with both freeradius-1.1.2 and 1.1.3. The test with users file was done using version 1.1.3. Ok... I get enough em

Re: Problem with 3Com-User-Access-Level and rlm_perl

2006-11-26 Thread Krzysztof Olędzki
On 2006-11-26 20:25, Alan DeKok wrote: Krzysztof Olędzki wrote: Like I said in my first mail: problem with rlm_perl was tested with both freeradius-1.1.2 and 1.1.3. The test with users file was done using version 1.1.3. Ok... I get enough email that I don't keep track of previous messages i

Re: Problem with 3Com-User-Access-Level and rlm_perl

2006-11-26 Thread Alan DeKok
Krzysztof Olędzki wrote: > Like I said in my first mail: problem with rlm_perl was tested with both > freeradius-1.1.2 and 1.1.3. The test with users file was done using > version 1.1.3. Ok... I get enough email that I don't keep track of previous messages in a thread. In any case, the issue

Re: FreeRadius working as proxy Radius for RSA ACE Server

2006-11-26 Thread Alan DeKok
[EMAIL PROTECTED] wrote: > After that, is there anyone there using FreeRadius servers as proxy for > RSA Radius Server? I've done it. I just configured FreeRADIUS as a proxy. > Any help or simple configuration (file or url or something) to start to > work would be appreciated. The document

Re: Radius attributes and APs

2006-11-26 Thread Alan DeKok
David Mitton wrote: > The problem with compiling such a list is acquiring the equipment to test. Adding up everyone on this list, we can probably account for most networking equipment sold in the past 10 years. The problem is getting that information out, and into the public arena. > I discove

Re: Problem with 3Com-User-Access-Level and rlm_perl

2006-11-26 Thread Krzysztof Olędzki
On 2006-11-26 19:09, Alan DeKok wrote: Krzysztof Olędzki wrote: OK, it looks like this is not a problem with rlm_perl: Which version of the server are you running? 1.1.3 fixes a problem that *might* be contributing here. Like I said in my first mail: problem with rlm_perl was tested with

Re: Problem with 3Com-User-Access-Level and rlm_perl

2006-11-26 Thread Alan DeKok
Krzysztof Olędzki wrote: > OK, it looks like this is not a problem with rlm_perl: Which version of the server are you running? 1.1.3 fixes a problem that *might* be contributing here. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/b

Re: Problem with 3Com-User-Access-Level and rlm_perl

2006-11-26 Thread Krzysztof Olędzki
On 2006-11-26 16:38, Alan DeKok wrote: Krzysztof Olędzki wrote: Hello, It seems there is something wrong with RAD_REPLY handling. With 3Com-User-Access-Level set to 3Com-Manager/3Com-Monitor freeradius finally sends 3Com-Administrator: What happens when you put a similar config in the "user

Re: Problem with 3Com-User-Access-Level and rlm_perl

2006-11-26 Thread Alan DeKok
Krzysztof Olędzki wrote: > Hello, > > It seems there is something wrong with RAD_REPLY handling. With > 3Com-User-Access-Level set to 3Com-Manager/3Com-Monitor freeradius > finally sends 3Com-Administrator: What happens when you put a similar config in the "users" file? Alan DeKok. -- http

Simultaneous login

2006-11-26 Thread HSS-NOC
In the radcheck table, Fill Username, attribute, op & value as your_uasername, Simultaneous-Use, :=, 1 respectively. This will not allow more than one simultaneous use for this user. You need to configure session as follows to enable simultaneous query. Session { radtump sql }

FreeRadius and MySQL boot problem

2006-11-26 Thread HSS-NOC
Change the line RADIUSD=/usr/src/sbin/radiusd & CONFIG=/path/to/your/radiusd.conf in your rc.radiusd Regards Muhammed Ali NOC -Original Message- Message: 3 Date: Sat, 25 Nov 2006 22:09:54 -0800 (PST) From: olisa <[EMAIL PROTECTED]> Subject: Re: FreeRadius and My