summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/captiveportal.inc
diff options
context:
space:
mode:
authorfischeol <of@mkk.de>2015-11-27 12:19:17 +0100
committerfischeol <of@mkk.de>2015-11-27 12:19:17 +0100
commit6fe72c1c738220d9303aba836cf1ab61f09a2612 (patch)
treeb43c63caa0c328391dde3e64f0fd95a377af7151 /src/etc/inc/captiveportal.inc
parentbb8e1db7ba526f15a84c0d49a3c9fe11ef523c24 (diff)
downloadpfsense-6fe72c1c738220d9303aba836cf1ab61f09a2612.zip
pfsense-6fe72c1c738220d9303aba836cf1ab61f09a2612.tar.gz
Bug #2155
Fix of Bug #2155
Diffstat (limited to 'src/etc/inc/captiveportal.inc')
-rw-r--r--src/etc/inc/captiveportal.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/etc/inc/captiveportal.inc b/src/etc/inc/captiveportal.inc
index 59ca4ae..380d16b 100644
--- a/src/etc/inc/captiveportal.inc
+++ b/src/etc/inc/captiveportal.inc
@@ -1971,6 +1971,8 @@ function portal_allow($clientip, $clientmac, $username, $password = null, $attri
if ($attributes['voucher']) {
$remaining_time = $attributes['session_timeout'];
+ // Set RADIUS-Attribute to Voucher to prevent ReAuth-Reqeuest for Vouchers Bug: #2155
+ $radiusctx="voucher";
}
$writecfg = false;
OpenPOWER on IntegriCloud