Hi, I would like to know if is possible to do this simple app: Like a hotspot, the basic operation is u create user credentials(username+password), them user make the connection to your wifi network and the system request the credentials. I would like to know if I can send in the backgroud the user credentials? I mean, once the user access our network, if he click 1 button the system let him navigate, the click operation is to send a username+password automatically, can freeradius let me send this credentials with a php app in the background? Last question, can I close user connection went ever I want to? example, if user don't accept our terms close his connection automatically. Is possible? FreeRADIUS 2.x. Thanks!!!
On 26 Jun 2013, at 00:48, pedro moreno <syxtemx@gmail.com> wrote:
Hi, I would like to know if is possible to do this simple app:
Like a hotspot, the basic operation is u create user credentials(username+password), them user make the connection to your wifi network and the system request the credentials.
I would like to know if I can send in the backgroud the user credentials?
I mean, once the user access our network, if he click 1 button the system let him navigate, the click operation is to send a username+password automatically, can freeradius let me send this credentials with a php app in the background?
See rlm_exec.
Last question, can I close user connection went ever I want to? example, if user don't accept our terms close his connection automatically.
Google RADIUS packet of disconnect. Arran Cudbard-Bell <a.cudbardb@freeradius.org> FreeRADIUS Development Team
Le mercredi 26 juin 2013 à 00:59 +0100, Arran Cudbard-Bell a écrit :
this credentials with a php app in the background?
Yes you could. you will just need to create a php condition that create the user into your database(radcheck table at least), that will be treaten as soon the html form is sent(when user click on the button) and just before your php code to send the redirection to the hotspot auth page.
Hi, I'm staring to check freeradius functions, I will return with more questions, thanks!!! On Tue, Jun 25, 2013 at 11:22 PM, yzy-oui-fi <yzy-oui-fi@hotmail.fr> wrote:
**
Le mercredi 26 juin 2013 à 00:59 +0100, Arran Cudbard-Bell a écrit :
this credentials with a php app in the background?
Yes you could. you will just need to create a php condition that create the user into your database(radcheck table at least), that will be treaten as soon the html form is sent(when user click on the button) and just before your php code to send the redirection to the hotspot auth page.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (3)
-
Arran Cudbard-Bell -
pedro moreno -
yzy-oui-fi