|
||||||||
I have been using monowall 1.1 stable for bandwidth shaping, now I want use the feature of portal captive for authentication and acconunting. We decided to run tests with 1.2b7 as we need unique Radius accounting packages (which is not supported by the stable release). The captive portal of 1.2b7 -after authentications- displays an ugly «document no data» error, then it lets the user pass through. Is there a way to get rid of this error? My second problem is the missing pop up window to terminate the session. this is my portal captive page: <html> <head> <title>Empresa S.A. - Hotspot Login</title> <meta name="GENERATOR" content="Quanta Plus"> </head> <body bgcolor="red" text="darkBlue"> <br><br><br><br><br><br><br><br> <hr> <div align="center"><p><strong><h1>empresa S.A.</h1></strong></p></div> <hr> <p align="center"> <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> </p> </body> </html> thanks you for your help! jarm |