|
||||||||
Hi, I have some problems with Monowall 1.21 : my captive portal doesn't work anymore... Even in HTTP. I have a Radius authentification (Windows 2003 with AD), and with Monowall 1.2, it works fine.... My captive portal HTML page is very simple : <html> <head> </head> <body> <form method="post" action="$PORTAL_ACTION$"> <input name="auth_user" type="text"> <input name="auth_pass" type="password"> <input name="redirurl" type="hidden" value="$PORTAL_REDIRURL$"> <input name="accept" type="submit" value="Continue"> </form> </body> </html> Any idea ? Thanks Stephane HOFMAN |