summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_captiveportal.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2017-05-08 11:19:46 -0400
committerjim-p <jimp@pfsense.org>2017-05-08 11:19:46 -0400
commitd4e42c54a2b7d9c955b11ad3034a186a73159f1a (patch)
treec95a029b3e0edb99cb835a4608e7f0f73d92fd0e /src/usr/local/www/services_captiveportal.php
parent1ba646755d1d62ad7ca1aa75b9c7e5adee7d1260 (diff)
downloadpfsense-d4e42c54a2b7d9c955b11ad3034a186a73159f1a.zip
pfsense-d4e42c54a2b7d9c955b11ad3034a186a73159f1a.tar.gz
Only cache CP RADIUS Auth credentials when reauthentication is enabled. Fixes #7528
Diffstat (limited to 'src/usr/local/www/services_captiveportal.php')
-rw-r--r--src/usr/local/www/services_captiveportal.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/usr/local/www/services_captiveportal.php b/src/usr/local/www/services_captiveportal.php
index 3141c88..d486b70 100644
--- a/src/usr/local/www/services_captiveportal.php
+++ b/src/usr/local/www/services_captiveportal.php
@@ -928,7 +928,9 @@ $section->addInput(new Form_Checkbox(
'Reauthenticate connected users every minute',
$pconfig['reauthenticate']
))->setHelp('If reauthentication is enabled, Access-Requests will be sent to the RADIUS server for each user that is logged in every minute. ' .
- 'If an Access-Reject is received for a user, that user is disconnected from the captive portal immediately.');
+ 'If an Access-Reject is received for a user, that user is disconnected from the captive portal immediately. ' .
+ 'Reauthentication requires user credentials to be cached in the captive portal database while a user is logged in; ' .
+ 'The cached credentials are necessary for the portal to perform automatic reauthentication requests.');
$section->addInput(new Form_Checkbox(
'radmac_enable',
OpenPOWER on IntegriCloud