Re: Static URL for a connection

2019-12-09 Thread Mike Jumper
On Mon, Dec 9, 2019 at 5:44 PM Yang Yang wrote: > Hi Nick, > > I am working to build a portal for users, with all connections categorized > and presented in our own style. Also, as you suggested, I am using the > Header authentication module in combination with the JDBC module; however, > rather

Re: Static URL for a connection

2019-12-09 Thread Yang Yang
Hi Nick, I am working to build a portal for users, with all connections categorized and presented in our own style. Also, as you suggested, I am using the Header authentication module in combination with the JDBC module; however, rather than getting all end users registered to guacamole

Re: Building Debian from Source

2019-12-09 Thread Mike Jumper
Doesn't Debian provide tooling for doing exactly what you describe (fooling the build tools into installing in non-root locations)? I would expect the packaging tooling to work the same for the guacamole-server source as any other source that uses GNU Autotools. - Mike On Mon, Dec 9, 2019,

Re: Building Debian from Source

2019-12-09 Thread Justin Phelps
Sorry, when I use --prefix with --with-init-dir. Not only --prefix. -- Justin Phelps www.onitato.com 210.560.3124 http://www.linkedin.com/in/linuturk On Mon, Dec 9, 2019 at 4:40 PM Justin Phelps wrote: > Hey Mike, > > Here's the failure when I only use --prefix=my/build/dir > >

Re: Building Debian from Source

2019-12-09 Thread Justin Phelps
Hey Mike, Here's the failure when I only use --prefix=my/build/dir /usr/bin/install -c init.d/guacd '/etc/init.d' /usr/bin/install: cannot create regular file '/etc/init.d/guacd': Permission denied Makefile:531: recipe for target 'install-initSCRIPTS' failed If I also try to override the

Re: Building Debian from Source

2019-12-09 Thread Mike Jumper
On Mon, Dec 9, 2019 at 4:21 PM Justin Phelps wrote: > I'm working to build a deb package from source, but I'm having trouble > redirecting the "make install" command to the package location. > > I attempted to use --prefix, but that broke the init.d script that was > being written. > Broke how?

Building Debian from Source

2019-12-09 Thread Justin Phelps
I'm working to build a deb package from source, but I'm having trouble redirecting the "make install" command to the package location. I attempted to use --prefix, but that broke the init.d script that was being written. I set DESTDIR=, which resulted in a good init.d script, but the shared

Re: Extension REST endpoint not working

2019-12-09 Thread Nick Couchman
On Sat, Dec 7, 2019 at 10:12 PM Ben Davis wrote: > I'm attempting to add a REST endpoint to my extension. As a starting > point, I wanted to see if I could get a simple GET request working, but I'm > running into trouble. > > I copied the quickconnect extension as reference point. My UserContext

Re: Combining HTTP Header with other Auth Modules

2019-12-09 Thread Nick Couchman
On Mon, Dec 9, 2019 at 1:34 PM Justin Phelps wrote: > I'm currently struggling to figure out how to configure guacamole properly > given my authentication situation. > > I have an Apache proxy setup in front of guacamole, and I use an Apache > module to handle authentication of the incoming

Re: Static URL for a connection

2019-12-09 Thread Nick Couchman
On Mon, Dec 9, 2019 at 5:22 AM Yang Yang wrote: > Hello, > > Is it possible to get a static URL for each connection? > > With default setting, users can access a connection with > https://guacamole_client_addr_and_port/guacamole/#/client/encoded_connection_id. > I put guacamole client behind a

Combining HTTP Header with other Auth Modules

2019-12-09 Thread Justin Phelps
I'm currently struggling to figure out how to configure guacamole properly given my authentication situation. I have an Apache proxy setup in front of guacamole, and I use an Apache module to handle authentication of the incoming users. This provides a collection of HTTP Headers that can be used

Re: Provision to Increase TimeOut

2019-12-09 Thread Nick Couchman
On Mon, Dec 9, 2019 at 5:39 AM faris backer wrote: > We have a provision in which whenever user login, we trigger a process to > starts its instance, but as machine takes time to boot up, users are > getting > failure stating the connection is down. But actually its getting started in > the

Re: mod_proxy_wstunnel/proxy_tunnel

2019-12-09 Thread Nick Couchman
> > > ServerName mgmt03 > > > Order deny,allow > Allow from all > > > SSLEngine on > SSLProxyEngine On > > SSLCertificateFile /etc/ssl/certs/mgmt03.crt > SSLCertificateKeyFile /etc/ssl/private/mgmt03.key > > ProxyRequests Off >

RDP File Transfer - Session stops when downloading large files

2019-12-09 Thread gabriel sztejnworcel
Hi, We are using Guacamole 1.0.0. When downloading large files using Guacamole's RDP drive redirection, at some point (after transferring around 3GB) the process reaches it's memory limit and stops. It happens also when transferring smaller files one after the other, it seems like the memory is

Provision to Increase TimeOut

2019-12-09 Thread faris backer
We have a provision in which whenever user login, we trigger a process to starts its instance, but as machine takes time to boot up, users are getting failure stating the connection is down. But actually its getting started in the background. Is there any configuration in guacamole where we can

Static URL for a connection

2019-12-09 Thread Yang Yang
Hello, Is it possible to get a static URL for each connection? With default setting, users can access a connection with https://guacamole_client_addr_and_port/guacamole/#/client/encoded_connection_id. I put guacamole client behind a proxy, and using auth header for authentication, I want to