Re: [RADIATOR] Radiator's database handle

2012-02-21 Thread Alby
Hi Michael, thank you for your response. Now I agree with you. It seems that doing a new Auth clause is the best way to solve my problems, although it is not the easier one. I'm working on it hard! Bye Alberto Il giorno 16 febbraio 2012 21:45, Michael ha scritto: > maybe this may help spark some

[RADIATOR] Authenticating Devices...

2012-02-21 Thread Shay Smith
Hello, I've got a working config that authenticates users connecting via Wifi. Their credentials are compared against our LDAP database. I'm having trouble figuring out how to get a non-login device to have access over the same AP. I would like to know how to get a network device on the network wi

Re: [RADIATOR] Authenticating Devices...

2012-02-21 Thread Mike Puchol
Shay, You should be able to configure your hotspot to perform MAC-based authentication by default upon stations associating. What this results is in an access-request with the username set to the MAC of the connecting device. You can keep these in your normal subscribers database. Cheers, Mi