Re: Using Docker Images with XML Authentication

2020-05-22 Thread ivanmarcus
Like Sean I've not done anything much with the Docker image - in fact I've never used it. However I did try converting an Ubuntu 20.04 Guacamole VM with MySQL auth to use the user-mapping.xml file. The following seemed to work: mv

Re: Error while fetching history in Guacamole

2020-05-22 Thread Mike Jumper
On Thu, May 21, 2020 at 11:25 PM Madhukar Bhosale wrote: > Hi, > > > > Below are the logs, when I hit search in history and using guacamole 1.1.0 > version. > > > > 11:51:48.899 [https-openssl-apr-8443-exec-6] ERROR > o.a.g.rest.RESTExceptionMapper - Unexpected internal error: > > ### Error

AW: Soon any guackamole package for debian?

2020-05-22 Thread Joachim Lindenberg
w.r.t. Ubuntu, you may want to “push” for https://bugs.launchpad.net/bugs/1873514. Nevertheless I´d love to see a version of Guacamole that pulls the FreeRDP nightly build (and depending on need also other important libs) into a container. Best

RE: Duo LOGIN.INFO_DUO_VALIDATION_CODE_INCORRECT

2020-05-22 Thread Dino Edwards
* I think this may just be incorrect logging of an error. Additional logging was introduced recently which was intended to point out when an internal error blocks authentication, but an invalid Duo code is not an internal error and doesn't block auth from working. * Except for this

RE: Error while fetching history in Guacamole

2020-05-22 Thread Madhukar Bhosale
Hi, Below are the logs, when I hit search in history and using guacamole 1.1.0 version. 11:51:48.899 [https-openssl-apr-8443-exec-6] ERROR o.a.g.rest.RESTExceptionMapper - Unexpected internal error: ### Error querying database. Cause: com.microsoft.sqlserver.jdbc.SQLServerException:

Re: Hardware Acceleration Support

2020-05-22 Thread Tim Worcester
Thanks guys! I will start diving into code for this. Just wanted to make sure I wasn't missing some magic configuration option ;) On Thu, May 21, 2020 at 4:59 PM Sean Reid wrote: > Mike, > > I think we'd have to coordinate a little bit to get there. I have it > for guacenc, but I'm familiar

Tomcat Remote IP Valve

2020-05-22 Thread Alexander Brayninger
Hello, I have just setup Guacamole in the vSphere Integrated Containers environment (docker-compatible system by VMware) and it work perfectly! Thank you for so amazing software! I want to see real user IPs in Guacamole and I already setup an Nginx proxy for IP forwarding. As I understood

Re: Using Docker Images with XML Authentication

2020-05-22 Thread Sean Reid
Hi Scott, It doesn't seem like the Docker images support this. I've never tried to do this myself with the Docker image, but looking quickly at the bin/start.sh script that starts guacamole when the docker image

Using Docker Images with XML Authentication

2020-05-22 Thread Scott Hancock
Hi, I’m trying the Guacamole docker images. To simplify things I’d like to just use the default XML authentication rather than a database. Is there a way to configure the docker images to use xml instead of database for authentication? Thanks, Scott