authenticating with PIN only not username and password.
hi all, Can someone give me an insigth into how a user can authenticate from hotspot with 10digit PIN number not username and password. Thanks goksie
Its simple Pin will be a be a username And password will be hidden on login page eg: <form name="login"> <input type="text" name="username"> <-- your pin <input type="hidden" name="password" value="default"> <-- hidden password </form> And radius needs to store usernames (pins) and passwords ("default" for all) Thats how i see it Pawel Cieplinski
-----Original Message----- From: freeradius-users-bounces+pawel=parkandmarine.com@lists.freerad ius.org [mailto:freeradius-users-bounces+pawel=parkandmarine.com@lists .freeradius.org] On Behalf Of Goke Aruna Sent: 23 January 2008 13:09 To: freeradius-users@lists.freeradius.org Subject: authenticating with PIN only not username and password.
hi all,
Can someone give me an insigth into how a user can authenticate from hotspot with 10digit PIN number not username and password.
Thanks
goksie - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.5.516 / Virus Database: 269.19.9/1238 - Release Date: 22/01/2008 20:12
Pawel Cieplinski wrote:
Its simple
Pin will be a be a username And password will be hidden on login page eg:
<form name="login"> <input type="text" name="username"> <-- your pin <input type="hidden" name="password" value="default"> <-- hidden password </form>
And radius needs to store usernames (pins) and passwords ("default" for all)
Thats how i see it
Pawel Cieplinski
-----Original Message----- From: freeradius-users-bounces+pawel=parkandmarine.com@lists.freerad ius.org [mailto:freeradius-users-bounces+pawel=parkandmarine.com@lists .freeradius.org] On Behalf Of Goke Aruna Sent: 23 January 2008 13:09 To: freeradius-users@lists.freeradius.org Subject: authenticating with PIN only not username and password.
hi all,
Can someone give me an insigth into how a user can authenticate from hotspot with 10digit PIN number not username and password.
Thanks
goksie - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.5.516 / Virus Database: 269.19.9/1238 - Release Date: 22/01/2008 20:12
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Thanks, I will give it a hand. goksie
Hi there (its me again :P) Another problem: How to assign users to a NAS ? In radcheck i got entires for 4 users (A,B,C,D) and 2 nas (I and II) But i want to assign somehow users A and B to NAS I and users C and D do NAS II (eg: user C using NAS II should get Acess-Reject - wrong username or password ) I found out that it is possible using REALMS - check calling station id And separating databases: User A and B and NAS I are id sql1 and C,D,II in sql2 But this way doing it could be quite dificult for longer run. Other option i have in mind is to add a record or table and match Usertable and Nastable together and change SQL entires for authentication like : Select * from radcheck where username=calling user and nas=calling station (example). Is there any simplier method to group users and nas together ? Thanks for answering my stupid questions Pawel Cieplinski
hi there. you can put users in groups using the <http://192.168.66.10/phpmyadmin/tbl_properties_structure.php?db=radius&token=e8c1acff5ade44ca81ec2cdd2458add2&table=usergroup>usergroup table in mysql. then you can check by using radgroupcheck table and replying by using radgroupreply table. thanx for reading my stupid answer :) On 23/01/2008, Pawel Cieplinski <pawel@parkandmarine.com> wrote:
Hi there (its me again :P)
Another problem:
How to assign users to a NAS ?
In radcheck i got entires for 4 users (A,B,C,D) and 2 nas (I and II)
But i want to assign somehow users A and B to NAS I and users C and D do NAS II
(eg: user C using NAS II should get Acess-Reject - wrong username or password )
I found out that it is possible using REALMS - check calling station id And separating databases: User A and B and NAS I are id sql1 and C,D,II in sql2 But this way doing it could be quite dificult for longer run.
Other option i have in mind is to add a record or table and match Usertable and Nastable together and change SQL entires for authentication like :
Select * from radcheck where username=calling user and nas=calling station (example).
Is there any simplier method to group users and nas together ?
Thanks for answering my stupid questions Pawel Cieplinski
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
You don't even need a password. You can emulate mac authentication: PINnumber Auth-Type := Accept Ivan Kalik Kalik Informatika ISP Dana 23/1/2008, "Pawel Cieplinski" <pawel@parkandmarine.com> piše:
Its simple
Pin will be a be a username And password will be hidden on login page eg:
<form name="login"> <input type="text" name="username"> <-- your pin <input type="hidden" name="password" value="default"> <-- hidden password </form>
And radius needs to store usernames (pins) and passwords ("default" for all)
Thats how i see it
Pawel Cieplinski
-----Original Message----- From: freeradius-users-bounces+pawel=parkandmarine.com@lists.freerad ius.org [mailto:freeradius-users-bounces+pawel=parkandmarine.com@lists .freeradius.org] On Behalf Of Goke Aruna Sent: 23 January 2008 13:09 To: freeradius-users@lists.freeradius.org Subject: authenticating with PIN only not username and password.
hi all,
Can someone give me an insigth into how a user can authenticate from hotspot with 10digit PIN number not username and password.
Thanks
goksie - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.5.516 / Virus Database: 269.19.9/1238 - Release Date: 22/01/2008 20:12
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Hi,
hi all,
Can someone give me an insigth into how a user can authenticate from hotspot with 10digit PIN number not username and password.
make the hotspot login only ask for a PIN, then send that as the User-Name with a password of the same value, or whatever via a RADIUS - as per normal. then on radius server have something in users like 1234567890 Auth-Type := Accept, Cleartext-Password := "1234567890" probably a LOT LOT easier if you are generating these accounts via a system to throw them into an SQL database - eg the MySQL - and use the DB functions to check the user instead. scales nicely. alan
participants (5)
-
A.L.M.Buxey@lboro.ac.uk -
Goke Aruna -
orion -
Pawel Cieplinski -
tnt@kalik.co.yu