Re: RADIUS Module Issue

2018-12-01 Thread Nick Couchman
> > In the JDBC -> RADIUS case where it's not working as expected, what > exceptions are thrown during the authentication process? It might help > to step through the auth process with a debugger to see what throws > what and when. > > I've pasted the contents of the log file from the

Re: RADIUS Module Issue

2018-11-26 Thread Mike Jumper
On Wed, Nov 21, 2018 at 2:25 PM Nick Couchman wrote: > ... > 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 >

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 > >

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

RADIUS Module Issue

2018-11-20 Thread Nick Couchman
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