Re: RADIUS Module Issue

2018-11-21 Thread Nick Couchman
On Wed, Nov 21, 2018 at 3:52 AM Mike Jumper  wrote:

> On Tue, Nov 20, 2018 at 10:46 AM Nick Couchman 
> wrote:
>
> > Hey, everyone,
> > Ran back into an issue with the RADIUS module that I thought was
> resolved a
> > while back, but seems to have re-appeared.  In my current testing, I'm
> > using both RADIUS and JDBC PostgreSQL for authentication.  Guacamole
> loads
> > and evaluates authentication against each of the extensions in
> alphabetical
> > order.  If I have the RADIUS module installed such that it loads and
> > evaluates *after* the JDBC module, authentication fails for the RADIUS
> > users.  If I have the RADIUS module installed such that it loads and
> > evaluates *before* the JDBC module (put a 0 in front of radius - e.g.
> > guacamole-auth-0radius-1.0.0.jar), it works correctly.
> >
> >
> What is the expected behavior for the case that RADIUS is queried last?
>
>
That authentication of that user moves through each of the modules.  So, if
the JDBC module fails, either because the user is not present in JDBC or is
present but password does not match, authentication moves on to the RADIUS
module and is checked against that module.  I believe this works correctly
between, for example, LDAP -> JDBC (although I've never tried putting LDAP
authentication *after* JDBC), so I'm not sure why it isn't working for JDBC
-> RADIUS.

-Nick


[GitHub] guacamole-server pull request #202: GUACAMOLE-638: avcodec_register_all() sh...

2018-11-21 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/guacamole-server/pull/202


---


[GitHub] guacamole-server pull request #204: GUACAMOLE-354: Add Swiss-German keymap f...

2018-11-21 Thread andrin-jost
GitHub user andrin-jost opened a pull request:

https://github.com/apache/guacamole-server/pull/204

GUACAMOLE-354: Add Swiss-German keymap for RDP



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/andrin-jost/guacamole-server de-ch-keymap

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/guacamole-server/pull/204.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #204


commit 9486ec7cc491514ba2acd59ccf286edd32d32ec2
Author: Andrin 
Date:   2018-11-20T13:10:36Z

GUACAMOLE-354: Add Swiss-German keymap for RDP




---


Re: RADIUS Module Issue

2018-11-21 Thread Mike Jumper
On Tue, Nov 20, 2018 at 10:46 AM Nick Couchman 
wrote:

> Hey, everyone,
> Ran back into an issue with the RADIUS module that I thought was resolved a
> while back, but seems to have re-appeared.  In my current testing, I'm
> using both RADIUS and JDBC PostgreSQL for authentication.  Guacamole loads
> and evaluates authentication against each of the extensions in alphabetical
> order.  If I have the RADIUS module installed such that it loads and
> evaluates *after* the JDBC module, authentication fails for the RADIUS
> users.  If I have the RADIUS module installed such that it loads and
> evaluates *before* the JDBC module (put a 0 in front of radius - e.g.
> guacamole-auth-0radius-1.0.0.jar), it works correctly.
>
>
What is the expected behavior for the case that RADIUS is queried last?

- Mike