Actions
Bug #1842
closedproblem with FreeRADIUS?
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
09/06/2011
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Affected Version:
Affected Plus Version:
Affected Architecture:
Description
With CP & vouchers, say a 1 hour voucher never kicks off/logs out the end user after an hour.
After searching there was a post in the French Forums explaining what seems to be a bug:
http://forum.pfsense.org/index.php/topic,31536.msg166496.html#msg166496
Which explained the following changes which I have made and seem to work:
File: usr/local/pkg/freeradius.inc
Line 462
@change
if ($x <> '') {
to:
if ($userexpiration <> '') {@
And:
Line 459:Change:
if ($multiconne*c*t <> '') {
To:
if ($multiconnet <> '') {
I used the RC3 from 5th Sept and the change is still required there.
Updated by Ermal Luçi over 13 years ago
- Category deleted (
Captive Portal)
This is a package issue and not a Captive portal issue from what you have posted here.
Updated by Ermal Luçi over 13 years ago
- Project changed from pfSense to pfSense Packages
Updated by Chris Buechler over 13 years ago
- Subject changed from Captive Portal + Vouchers, never expires/disconnects clients to problem with FreeRADIUS?
- Affected Version deleted (
2.0)
Updated by Rob Heat over 13 years ago
Just updated to 2-Release and problems have been fixed, so this can be closed.
Thanks.
Actions