Patch - Captive Portal users removed from Host Table: Difference between revisions

From Edge Threat Management Wiki - Arista
Jump to navigationJump to search
(Created page with "= What it is = An issue has been identified where Captive Portal usernames are inadvertently cleared from the Host Table while the user is logged in, causing policies and rul...")
 
 
Line 14: Line 14:


<code>
<code>
curl -k http://download.untangle.com/patches/14.0.0/captive_portal_userhook.sh | dash
curl -k https://downloads.untangle.com/public/patches/14.0.0/captive_portal_userhook.sh | dash
</code>
</code>

Latest revision as of 15:28, 27 November 2019

What it is

An issue has been identified where Captive Portal usernames are inadvertently cleared from the Host Table while the user is logged in, causing policies and rules dependent on the username to process traffic incorrectly.

The problem occurs when an exception causes an instance of Captive Portal to be disconnected from the Host Table cleanup task, and unable to notify the cleanup task that a user is actively logged in, causing the Captive Portal username to be cleared from the Host Table.

This patch improves exception handling so the communication will not be interrupted. It also improves the data structure used to maintain the user user table internally to resolve the root cause of the exception.

Target Version

14.0.0

How to run

curl -k https://downloads.untangle.com/public/patches/14.0.0/captive_portal_userhook.sh | dash