Re: Reverse Proxy Display Issue on External but Working Internally

2016-11-08 Thread Omer Iqbal
Not sure why but taking out the line: include common/locations.conf; fixed the issue On Tue, Nov 8, 2016 at 1:38 AM, Mike Jumper wrote: > On Sun, Nov 6, 2016 at 5:15 PM, Omer Iqbal wrote: > > I was hoping to get some help with an NGINX reverse proxy issue I've run > > into. > > > > ... > >

Re: LDAP Connections

2016-11-08 Thread Mike Jumper
On Tue, Nov 8, 2016 at 6:45 AM, Carter Sema wrote: > Mike, > > > > Thanks for the reply! Is there any way to do a mass upload to the MYSQL > database? > There isn't a user interface for this, but you can definitely mass import via SQL. The schema used by Guacamole is fully documented: http://gu

Re: Windows 7 themes using RDP with guacamole?

2016-11-08 Thread Mike Jumper
On Tue, Nov 8, 2016 at 9:12 AM, Larry Foard wrote: > When using rdesktop under ubuntu, there is the "normal" round Windows 7 > start button. > > When using guacamole (24 or 32 bits per pixel), there is a square start > button and "hard edged" fonts. > > Is this an issue with guacamole itself, or s

Windows 7 themes using RDP with guacamole?

2016-11-08 Thread Larry Foard
When using rdesktop under ubuntu, there is the "normal" round Windows 7 start button. When using guacamole (24 or 32 bits per pixel), there is a square start button and "hard edged" fonts. Is this an issue with guacamole itself, or something I need to configure differently? My impression is

Re: LDAP Connections

2016-11-08 Thread Carter Sema
Mike, Thanks for the reply! Is there any way to do a mass upload to the MYSQL database? Our SIS system uses a similar backend and we already have scripts to pull the data for other services. Thanks! Carter From: Mike Jumper Reply-To: "user@guacamole.incubator.apache.org" Date: Saturday, N

Re: Reverse Proxy Display Issue on External but Working Internally

2016-11-08 Thread DMoscovitch
Here is an example of nginx setup that i used to get working. https://gist.github.com/martezr/e1815ac30cccea1ef130 I guess make sure your firewall isnt blocking any ports locally. you can see the nginex config lower down of /etc/nginx/sites-enabled/default danielm From: Omer Iqbal