Captive portal and Reauthenticate dont work (RC2)
-
Hi all,
I've have setup pfsense and freeradius enviroment with captive portal. When i
enable "Reauthenticate connected users every minute" it should reauth users
for every minute right? But now when i update user information to Reject i
can still access to internet. Any suggestion?Br,
Ville
-
Known Issue. This option was removed in a later build. Please upgrade. It won't be fixed for 1.0. Use hardtimeouts and idle timeouts to drop your users. Radiusauthentication only works for logging on to the CP atm. and starting the session.
-
Hi,
I resolve this problem. I generate little perl script which checks if
account is activated and put Reject for it when crontab run this
script. Maybe some one else is thinking this same problem, so
i decide to put my answer here.crontab:
0 0 * * * root /usr/bin/cpcheck.plscript: see attachment.
Br,
Ville