On Wed, Feb 20, 2019 at 3:44 PM drhy <dyo...@huntergroup.co.nz> wrote:

> Hi,
> If you look at the script you'll see that it changes the name of the
> Authentication Providers slightly. The Providers are loaded and executed by
> Guacamole in alphanumeric sequence, so renaming is needed to ensure Radius
> is loaded before MySQL.
> -David
>
>
Yes, because of how modules are loaded and how authentication errors are
handled, if you're using RADIUS to do 2-Factor authentication
(Challenge/Response), you'll need to make sure that module is loaded and
evaluated, first, so that authentication succeeds before the JDBC module is
queried.  You should still be able to assign permissions from the JDBC
module to RADIUS-authenticated users.

-Nick

Reply via email to