RE: Is it possible to authenticate RADIUS users just on Username with no password?

2005-02-22 Thread Santiago Balaguer García
Yes, It is possible and I use it for authenticating routers and IP phones. 
These devices don't respond a login request with login/passwd.

a solution is, if your NAT supports it, put as login = device MAC address 
and as PASSWORD = nothing. Obviusly, your have to declare this user=MAC in 
radcheck, radreply, radgroupcheck tables as a normal user.


Hi All,
I am using radius for my personal wireless ISP venture.
I got some pre-paid cards used for long distance voice calls and I want
to use them for occasional wi-fi users. Though radius needs a
username/pwd pair for authentication they have only PIN printed on them.
Can I use these PINs as RADIUS username?
Each PIN is 16 digits long.
In short how can I make password un-necessary for RADIUS authentication?
Thanks,
Sagar
_
¿Cuánto vale tu auto? Tips para mantener tu carro. ¡De todo en MSN Latino 
Autos! http://latino.msn.com/autos/

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Is it possible to authenticate RADIUS users just on Username with no password?

2005-01-17 Thread Robert Tarrall
[EMAIL PROTECTED] wrote:
-> [...]
-> Can I use these PINs as RADIUS username?
-> Each PIN is 16 digits long.
-> 
-> In short how can I make password un-necessary for RADIUS authentication?

The main thing you need is Auth-Type:=Accept.

We do something similar - username has to exist in LDAP, but password
isn't checked.  I expect you could do something similar using SQL or
other modules besides LDAP.

Here's the relevant bit in our 'users' file:

DEFAULT Auth-Type := Accept
Fall-Through = Yes

And the bits in radiusd.conf:

authorize {
preprocess
suffix
ldap { notfound = return }
files
}

authenticate {
}

Hope this helps -
   -Robert Tarrall.-
   Unix System/Network Admin
   E.Central/Neighborhood Link


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


RE: Is it possible to authenticate RADIUS users just on Username with no password?

2005-01-17 Thread Amit Gupta
You can allow anonymous logins 

Amit Gupta
Mobile: 91-9891062552
Yahoo IM: amitguptainn
MSN IM : amitguptainn
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
Sent: Monday, January 17, 2005 4:12 PM
To: freeradius-users@lists.freeradius.org
Subject: Is it possible to authenticate RADIUS users just on Username with no 
password?

Hi All,

I am using radius for my personal wireless ISP venture.
I got some pre-paid cards used for long distance voice calls and I want
to use them for occasional wi-fi users. Though radius needs a
username/pwd pair for authentication they have only PIN printed on them.
Can I use these PINs as RADIUS username?
Each PIN is 16 digits long.

In short how can I make password un-necessary for RADIUS authentication?

Thanks,
Sagar




- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Is it possible to authenticate RADIUS users just on Username with no password?

2005-01-17 Thread Neil Craig
Hi

Why not have the form break the code into a username and password then
send it to the NAS.




On Mon, 17 Jan 2005 10:41:40 -, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> Hi All,
> 
> I am using radius for my personal wireless ISP venture.
> I got some pre-paid cards used for long distance voice calls and I want
> to use them for occasional wi-fi users. Though radius needs a
> username/pwd pair for authentication they have only PIN printed on them.
> Can I use these PINs as RADIUS username?
> Each PIN is 16 digits long.
> 
> In short how can I make password un-necessary for RADIUS authentication?
> 
> Thanks,
> Sagar
> 
> -
> List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
>

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html