Re: Issue with LDAP stored sessions

2019-07-20 Thread Nick Couchman
On Mon, Jul 1, 2019 at 10:27 PM Wuth, Antony wrote: > Hi, > > > > I ran the (manual) ldap searches as the user who is logging in – and can > see the guacConfigGroup returned. > > > Okay, are there any other log entries for the LDAP queries? Have you adjusted log level for the web application (

Re: Date restrictions for connections

2019-07-20 Thread Nick Couchman
On Thu, Jul 11, 2019 at 3:43 AM Jester19 wrote: > Hello, > > Do you have already planned restrictions for connections, maybe for the > next > release? For example, a user should get access to a remote server only for > the next three months. > There is no such feature currently implemented, nor

Re: RDP without username and password failed on Win 2016

2019-07-20 Thread Nick Couchman
> > I have this exception : > > 17-Jul-2019 10:38:40.875 SEVERE [http-nio-127.0.0.1-8080-exec-11] > org.apache.coyote.AbstractProtocol$ConnectionHandler.process Error reading > request, ignored > > java.lang.NullPointerException > > at >

Re: RDP audio output streaming issues

2019-07-19 Thread Nick Couchman
On Fri, Jul 19, 2019 at 4:18 AM Enrico D'Angelo wrote: > Hello, > > I have some problems getting audio output to work when connecting through > RDP. > I'm using guacd version 1.0.0 and a linux image already configured > configured. Here is my docker-compose file: > > version: '3.7' > services: >

Re: RDP audio output streaming issues

2019-07-19 Thread Nick Couchman
On Fri, Jul 19, 2019 at 8:07 AM Enrico D'Angelo wrote: > Hi Nick, > > thank you for your response. > > I tried with two clients, one is exactly this on > https://github.com/apache/guacamole-client/tree/master/doc/guacamole-example, > the other one uses guacamoli-lite. > The HTML file is

Re: Manage many backend from a single frontend

2019-07-19 Thread Nick Couchman
On Thu, Jul 18, 2019 at 2:57 PM Lukáš Raška wrote: > Hi, > I guess the easiest solution would be to use two different guacd > instances. Guacamole backend can use multiple guacd, but the frontend can > only use single Guacamole server, afaik. > No, this is not true - you can configure multiple

Re: Manage many backend from a single frontend

2019-07-19 Thread Nick Couchman
On Fri, Jul 19, 2019 at 11:03 AM Lukáš Raška wrote: > Hi, > > Dne pá 19. čvc 2019 17:37 uživatel Nick Couchman > napsal: > >> On Thu, Jul 18, 2019 at 2:57 PM Lukáš Raška wrote: >> >>> Hi, >>> I guess the easiest solution would be to use two differe

Re: ERROR : "Remote desktop currently unavailable"

2019-07-23 Thread Nick Couchman
On Tue, Jul 23, 2019 at 11:37 AM Amarjeet Singh wrote: > My guess is that the network you're working on is unstable enough that >> you're losing data along the way. 150-200ms is a lot of latency > > Latency was 15ms at this moment. > > Okay, but the point is, the errors you're getting don't

Re: ERROR : "Remote desktop currently unavailable"

2019-07-23 Thread Nick Couchman
On Tue, Jul 23, 2019 at 10:52 AM Amarjeet Singh wrote: > *ERROR *: The remote desktop server is currently unavailable. If the > problem persists, please notify your system administrator, or check your > system logs. > > Here are the logs for the following errors :- > > Catalina.out LOGS :- > >

Re: Disable SSL certificate verification with OpenID Connect Authentication

2019-07-23 Thread Nick Couchman
On Tue, Jul 23, 2019 at 9:13 AM Yang Yang wrote: > Hello, > > I’m testing OpenID Connect Authentication with https on, and got the > problem below. Could you help to tell how to disable ssl certificate > verification? Is there a “ssl_verify” flag that I can turn off? > > 17:11:56.117

Re: Need help to write Prometheus exporter extension

2019-07-25 Thread Nick Couchman
On Thu, Jul 25, 2019 at 8:45 AM tucky kong wrote: > According to your advice, I wrote my extension with JAX-RS. It worked > until I tried with guacamole 1.0.0. Since then, I got an error 500 with the > following content: > > {"message":"Unexpected internal >

Re: RDP audio output streaming issues

2019-07-22 Thread Nick Couchman
On Mon, Jul 22, 2019 at 4:26 AM Enrico D'Angelo wrote: > Hi Nick, > > actually I modified the tutorial with those lines: > > let connectionString = ""; > Guacamole.AudioPlayer.getSupportedTypes().forEach(function (mimetype) { > connectionString += "_AUDIO=" + encodeURIComponent(mimetype); >

Re: Client Build for 1.0.0 on Ubuntu 18.0.4 failing (in maven)

2019-09-20 Thread Nick Couchman
On Fri, Sep 20, 2019 at 11:44 AM Sean Reid wrote: > Can you try installing openjdk 1.8 and using update-alternatives to build > with 1.8? I know this build works on my machine, but I’m using 1.8 > > +1 - I think there may be a known issue with Maven and JDK11 (specifically OpenJDK 11), but I

Re: noauth dynamic things

2019-09-19 Thread Nick Couchman
On Thu, Sep 19, 2019 at 3:49 PM bobtarask wrote: > Hello, > > why you removed the noauth module. why > It was the best and the sole useful module. http://guacamole.apache.org/faq/#disable-auth Without this module we can't use > guacamole for dynamic things. > now we have no way to update

Re: keyup and firefox

2019-09-27 Thread Nick Couchman
On Fri, Sep 27, 2019 at 4:37 AM Vieri wrote: > > > On Friday, September 27, 2019, 3:37:56 AM GMT+2, Nick Couchman < > vn...@apache.org> wrote: > > > I don't think this is possible just using a simple branding extension - > you'd have to do some modifications to

Re: Keyboard issue

2019-09-27 Thread Nick Couchman
On Fri, Sep 27, 2019 at 12:50 AM Manoj Patil wrote: > Hi, > > i am checking the keyboard keys from guacamole and MSTSC(remote desktop > from windows) . i have issue in scroll lock > > scenario :- > > 1) when i am login through guacamole to xrdp system using Firefox and > press scroll_lock and

Re: Guacamole IIS URL Rewrite Chrome FAILS

2019-09-27 Thread Nick Couchman
On Fri, Sep 27, 2019 at 5:57 AM Adrian Owen wrote: > Hi Nick, > > > > “Can Chrome access anything on that IIS web server? Do other pages hosted > by that server work, and only Guacamole fails?” > > > > Yes. All other pages work fine, I can go to NGINX landing page, and > Guacamole home page.

Re: keyup and firefox

2019-09-26 Thread Nick Couchman
On Tue, Sep 24, 2019 at 4:54 AM Vieri wrote: > Hi, > > I'm trying to "brand" my guacamole-client installation by somehow > disabling the ENTER keystroke on the login page. > That's because of this bug: > > https://issues.apache.org/jira/browse/GUACAMOLE-817 > > Is there a simple way to ignore

Re: Guacamole IIS URL Rewrite Chrome FAILS

2019-09-26 Thread Nick Couchman
On Tue, Sep 24, 2019 at 7:25 AM Adrian Owen wrote: > Guacamole is installed on CAMPUS LAN Debian Server. > > IIS URL Rewrite, ARR and WebSockets are installed on DMZ 2016 Windows IIS > Server > > CORS is disabled in NGINX and TOMCAT on Guacamole Server. > > > > > > Internet users visit DMZ Web

Re: Windows AD LDAP Guacamole

2019-09-26 Thread Nick Couchman
On Thu, Sep 19, 2019 at 1:14 PM Odwald, Andrzej < andrzej.odw...@kldiscovery.com> wrote: > *Hi,* > > I’ve been fighting with getting Guacamole LDAP extension to work with our > active directory which is hosted on a Windows Server. All help I could find > relates to OpenLDAP which is not an

Re: guacd RDP fails to connect to Windows 10

2019-09-26 Thread Nick Couchman
On Wed, Sep 25, 2019 at 1:06 AM Elroy DSilva wrote: > I'm testing the use of Guacamole for commercial use as part of our > software to enable users to remotely login to private networks from the > browser. > I have Guacamole containers running on an AWS EC2 VM. The RDP connection > is made to a

Re: SSL Failed

2019-09-26 Thread Nick Couchman
On Wed, Sep 25, 2019 at 5:21 AM Reshef, Chen wrote: > Hi, > > > > Trying to start the guacd with SSL, I get this error > > Starting guacd: guacd[27347]: INFO: Guacamole proxy daemon (guacd) > version 0.9.12-incubating started > > guacd[27347]: DEBUG:Successfully bound socket to host

Re: Windows 10 licencing

2019-09-26 Thread Nick Couchman
On Wed, Sep 18, 2019 at 10:25 PM ivanmarcus wrote: > I'm interested in this statement - not to start any debate, but because > I'd like to know the veracity of it: > > On 19/09/2019 12:00 p.m., sciUser wrote: > > Windows 7 as of 2020 will require no > licenses > > > As far as I'm aware M$ making

Re: TOTP reset

2019-09-26 Thread Nick Couchman
On Wed, Sep 18, 2019 at 6:36 PM carlog wrote: > I found out my issue, after finding vnick's post > > "Any users for whom you want TOTP enabled need permission to edit > themselves > (change their own password). Else they will not be able to enroll in > TOTP." > > Here's my issue. The users

Re: RE: Guacamole 1.0.0 - Keycloak OpenID Information

2019-09-26 Thread Nick Couchman
On Wed, Sep 25, 2019 at 2:54 PM Stephan Leruth wrote: > Hello, > > I did some additional tests. I replaced the certificates with valid > certificates but that does not correct the problem. Looking at the detail > through the Chrome network console, I see a 403 error on the path >

Re: Issue with connection within a connection group

2019-09-26 Thread Nick Couchman
On Fri, Sep 20, 2019 at 5:01 AM Thomas FRANC wrote: > Hi, > > I have an issue with my Apache Guacamole configuration and I hope someone > will be able to help me. The users are authenticated with an Active > directory and the connections are created with a mysql database on the > Guacamole

Re: Login Isuue on centos Xorg session

2019-10-02 Thread Nick Couchman
On Wed, Oct 2, 2019 at 6:57 AM Manoj Patil wrote: > Dear, > > I am configured xorgxrdp on centos 7 and try to acces rdp session through > guacamole but connection timeout error occurred . > > log are- > > Oct 2 16:19:47 lapp12te guacd[6828]: Creating new client for protocol > "rdp" > Oct 2

Re: Upgrading to 1.0.0, url for login

2019-10-02 Thread Nick Couchman
On Tue, Oct 1, 2019 at 7:58 PM Steven Pollock wrote: > any thoughts on this? > > My only thought is that there's some sort of issue (bug) with a timezone translation between how the DB stores the date and the browser. Not certain about that - you wouldn't think that timezone would impact a

Re: Weird font on Ubuntu with SSH connection

2019-09-30 Thread Nick Couchman
On Mon, Sep 30, 2019 at 6:17 AM Noua Toukourou wrote: > Hi, > > I am using Apache Guacamole to connect via SSH to an Ubuntu host. > The problem is I am getting a weird font. > Did someone experience this issue before ? > How to fix it ? > > Make sure the system that is running Guacamole Server

Re: Renaming "Guacamole RDP" - mapped drive

2019-06-16 Thread Nick Couchman
On Sun, Jun 16, 2019 at 7:37 AM Paul Azad wrote: > Hi > > Is there anyway to rename the mapped drive in RDP from ‘Guacamole RDP’, as > our users are getting confused as to what this is – not realising its > mapping back to their local PC. > > Thanks > > Yes, this feature was introduced in 1.0.0,

Re: Error when connecting

2019-11-10 Thread Nick Couchman
On Sun, Nov 10, 2019 at 9:04 PM Jeremy Tourville wrote: > Ok, I fixed the connection setting as directed. You were right on. Now I > get a different error so at least we're making progress! > > [root@remote ~]# tail -f /var/log/messages > Nov 10 19:56:59 remote guacd[8878]: Unable to connect

Re: Error when connecting

2019-11-11 Thread Nick Couchman
On Sun, Nov 10, 2019 at 9:38 PM Jeremy Tourville wrote: > OK, I checked my connection settings > I used the IP address not the hostname so there wouldn't be DNS issues. I > defined port 5901. The user markw runs vncserver@:1.service. So I think > that port number should be correct. I tried

Re: How can i change # character in Guacamole URL

2019-10-31 Thread Nick Couchman
On Thu, Oct 31, 2019 at 11:57 AM Deneme deneme wrote: > We are building an desktop application using electron framework. In this > framework i am trying to open a window which connects to a windows machine > using guacamole rdp client. Open a window in this framework blocks the url > part after

Re: How can i change # character in Guacamole URL

2019-10-31 Thread Nick Couchman
On Thu, Oct 31, 2019 at 9:51 AM murat wrote: > Hi, > > How can i change # character in Guacamole URL like > http://localhost:8080/guacamole/#/client/NABjAG15c3Fs ? > > > Well, first, you can't - this is not a function of Guacamole, per se, it's part of the HTTP URL specification. Everything

Re: Timeout to terminate idle tunnel

2019-11-14 Thread Nick Couchman
On Thu, Nov 14, 2019 at 4:45 AM 张立强 wrote: > Hi there, > > Is there any parameter or setting to terminate idle tunnel within a > specific timeout duration? > E.g. after a RDP tunnel opened, if the user did nothing(no mouse and > keyboard events) in this tunnel in 30 mins, Guacamole terminate

Re: Globally renaming RDP drive and printer

2019-11-14 Thread Nick Couchman
On Thu, Nov 14, 2019 at 9:54 AM Rocky Borrego wrote: > One of the great new features in 1.0.0 is the ability to rename the > default RDP drive and printer. I have seen how this can be done on a per > connection basis. Is there anyway to set it globally so it applies to > every and all RDP

Re: LDAP issue

2019-11-14 Thread Nick Couchman
On Thu, Nov 14, 2019 at 9:22 AM Pablo Uribe Bastero < pablo.ur...@arin-innovation.com> wrote: > Hi, > > > > We have Apache Guacamole version 1.0.0 and we would want to fix the issue > mentioned on this Bug https://issues.apache.org/jira/browse/GUACAMOLE-715 > . What is our best option to get this

Re: Error when connecting

2019-11-12 Thread Nick Couchman
On Mon, Nov 11, 2019 at 4:24 PM Jeremy Tourville wrote: > Doh I am wearing egg all over my face and eating some humble pie. I > should have caught the fact that vnc service was not running on 5901. I'm > glad the fix was simple. Funny thing is that I have 11 vnc sessions > defined > for

Re: The historical session in the database is 8 hours behind the actual time.

2019-11-05 Thread Nick Couchman
On Tue, Nov 5, 2019 at 1:23 AM benchu yao wrote: > The historical session in the database is 8 hours behind the actual time. > And this time difference does not seem to be affected by system time and > mysql time. > What do you mean by this? You've offered this assertion, but little detail

Re: The historical session in the database is 8 hours behind the actual time.

2019-11-07 Thread Nick Couchman
On Wed, Nov 6, 2019 at 9:22 AM benchu yao wrote: > So, can you confirm that this is not an accident? > > The data in the database will always be UTC time, the same as GUAC_TIME. > > No, that is not what Mike said. What he said is the time is stored in the database in UTC, whereas the GUAC_TIME

Re: How to customize guacamole angular app

2019-11-23 Thread Nick Couchman
On Sat, Nov 23, 2019 at 03:34 Marko Nikolić wrote: > Hi Ben, > > Guacamole supports extension, which are used to add custom features, > integrations etc... to the main application. It is better to use this > method instead of hacking the Guacamole code. > > You can find more details on

Re: Display default value of username in Login screen

2019-11-23 Thread Nick Couchman
On Wed, Nov 20, 2019 at 23:20 Tushar Jain wrote: > Hi Nick, > > Thanks for the response. > We are trying to integrate smart card with the login page. Our users are > provided with a unique 16 digit card number which acts as their identity > and the username. Instead of them typing it out

Re: Update passwords massively

2019-11-21 Thread Nick Couchman
On Thu, Nov 21, 2019 at 10:36 AM Gabriel Huerta Araujo wrote: > Hi all > > > > I have been assigned next work > > > > User give me an users file with CVS format, is there something someone > else has built to update their password massively? I mean, a program which > reads record by record, take

Re: HTTP protocol

2019-12-02 Thread Nick Couchman
On Mon, Dec 2, 2019 at 9:36 AM Vieri wrote: > Hi, > > I was wondering if Guacamole could also support the HTTP protocol. The > idea is that a user can connect to the Guacamole portal, and from there > connect to an internal HTTP server whose communication would be tunneled > through Guacamole

Re: Shared connection

2019-12-04 Thread Nick Couchman
On Wed, Dec 4, 2019 at 5:46 AM Umesh Bhatt wrote: > Hi Nick, > > > > Since currently it is not available, I am trying to implement in my custom > auth provider. > > > Well, it isn't *released*, but it is available...in git master. However, doing it in a custom authentication module should be

Re: Slurm in Guacamole

2019-12-04 Thread Nick Couchman
On Wed, Dec 4, 2019 at 5:47 AM alipawsey wrote: > Hi Nick, > > The main reason that I am thinking to Slurm (or any session/workload > manager) is to manage the live/established sessions. I am trying to deploy > Guacamole on HPC. I have lots of nodes/instances that is a bit odd to show > them all

Re: HTTP protocol

2019-12-04 Thread Nick Couchman
> > In the simplest of solutions, the Guacamole Client would merely show extra > connections as href links. That would only require creating an extra "http > object" alongside the already existing VNC, RDP, SSH, TELNET objects. In > other words, one would create the http, vnc, rdp, etc.,

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 >

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

Re: HTTP protocol

2019-12-03 Thread Nick Couchman
On Tue, Dec 3, 2019 at 5:27 AM Vieri wrote: > Sure, I could use Squid as a reverse proxy. However, it would be "neat" to > force users to log into the Guacamole portal so that they can see their > usual services as icons (ssh, telnet, vnc, rdp) but also some internal > HTTP(S) services. These

Re: Shared connection

2019-12-03 Thread Nick Couchman
On Tue, Dec 3, 2019 at 5:47 AM Umesh Bhatt wrote: > Hi, > > > > Thanks for sharing the information. > > I want to generate a shared connection by default with every user > connection. This will help Admin to directly connect to user session and > see what user is performing in the system. > > >

Re: Can't see LDAP users in the admin dashboard

2019-12-03 Thread Nick Couchman
On Mon, Dec 2, 2019 at 9:42 PM alipawsey wrote: > Hi Guacamole Community, > > I followed the procedure to add LDAP plugin to Guacamole and I know that > for > LDAP users to appear within the users tab (in the admin dashboard), you > must > log in as an LDAP user, and that user's corresponding

Re: How can I get the connection associate with TunnelEvent?

2019-12-07 Thread Nick Couchman
On Thu, Dec 5, 2019 at 10:13 PM Ben Davis wrote: > In my extension, I'd like to get the host associated with a tunnel when > it's closed, however the *TunnelCloseEvent* object doesn't seem to have > any data associated with it that can give me the connection itself. I tried > looking at the docs

Re: Can't see LDAP users in the admin dashboard

2019-12-07 Thread Nick Couchman
On Wed, Dec 4, 2019 at 5:24 AM alipawsey wrote: > It's version 1.0.0 which is the latest. > > > Any error messages at login time in catalina.out that indicate why it cannot search/find users? Also, I think 1.0.0 may have a couple of bugs or quirks that cause this behavior - hopefully fixed in

Re: Slurm in Guacamole

2019-12-05 Thread Nick Couchman
> > Lets distinguish balancing into two items: "/Connection Balancer/" which > refers to the number of connections per node and "/Workload Balancer/" > which > redirects new connection to the node with less workload meaning less > cpu/ram > usage. > The first case is already possible in the

Re: freeRDP

2019-12-05 Thread Nick Couchman
On Thu, Dec 5, 2019 at 11:08 Wilhelm MOSER wrote: > sorry to come into the list with an urge. > > your last post about adopting freerdp to freerdp2 was in August 2019 and > it looks like nothing happened since. > To say nothing has happened would not be fair. Mike is working on this and has

Re: mod_proxy_wstunnel/proxy_tunnel

2019-12-06 Thread Nick Couchman
On Thu, Dec 5, 2019 at 6:01 PM paulr wrote: > Thank you for taking a look. > > I can't seem to get wstunnel to work with https. proxy_tunnel is enabled. > > Have you confirmed that WS is working correctly if connect directly to Tomcat, without the proxy layer? >

Re: How to troubleshoot REST endpoint "null for uri" error

2019-12-16 Thread Nick Couchman
On Sat, Dec 14, 2019 at 1:56 PM Ben Davis wrote: > I was finally able to figure this out. It turns out my pom.xml was had the > wrong version of Jersey in the dependencies. It should be: > > >> >> javax.ws.rs >> jsr311-api >> 1.1.1 >> provided >> > > Thanks

Re: mod_proxy_wstunnel/proxy_tunnel

2019-12-10 Thread Nick Couchman
On Tue, Dec 10, 2019 at 11:10 AM paulr wrote: > I caught this in developer mode yesterday. My settings were pulled from the > chapter 4 documentation which has a type-o. Below is under apache in > chapter > 4. > > Where's the typo? It looks fine to me - the example you posted below is using

Re: Apple iOS 13

2019-10-19 Thread Nick Couchman
On Sat, Oct 19, 2019 at 12:30 PM Евгений Н. Жуков wrote: > After updating to iOS 13 on iPhones no more working tap on display > (Safari). > Login screen, main is ok, bu no any activity during finger tap. Two finger > zoom also not working. > > Tried version from git but still no luck, the same

Re: Restful API for guacamole

2019-10-16 Thread Nick Couchman
On Tue, Oct 15, 2019 at 6:34 AM Umesh Bhatt wrote: > Hi, > > > > This is GET call and there is no FormParam in this call only QueryParam. > > > > Following is the error I am seeing in catalina.out. > > WARNING: A servlet request, to the URI >

Re: Restful API for guacamole

2019-10-15 Thread Nick Couchman
On Tue, Oct 15, 2019 at 6:26 AM Umesh Bhatt wrote: > Hi, > > > > I am using with my server (1.0.0) to get a token but unable to use that > token for getting active connections and other details. > > > > To get a Token: > > > > POST > > http:///guacamole/api/tokens > > > > form data1: username >

Re: Apple iOS 13

2019-10-19 Thread Nick Couchman
On Sat, Oct 19, 2019 at 3:26 PM Евгений Н. Жуков wrote: > Thanks, I commented one line and changes 10 ms to 1000ms. This patch works > fine > > If you want to submit the patch as a pull request, that would be much appreciated so we can close the issue out. -Nick >

Re: Release schedule

2019-10-21 Thread Nick Couchman
On Mon, Oct 21, 2019 at 7:27 PM James Penick wrote: > Is there a published release schedule for Guacamole? I see that > https://guacamole.apache.org/ lists 1.0.0 as the latest release, but I > couldn't find any indication of when the next version might be made > available. I am specifically

Re: Guacamole 1.1.0 LDAP issue

2019-10-21 Thread Nick Couchman
On Mon, Sep 2, 2019 at 5:37 AM Niubbo75 wrote: > Hello Nick, > I've try with a fresh Debian 9.9 install and a fresh guacamole 1.1.0 git > clone & install but I still have the same issue. > Would you like to ssh into my VM and give a look? > Let me know. > Best regards, > Alessandro > >

Re: Restful API for guacamole

2019-10-21 Thread Nick Couchman
On Mon, Oct 21, 2019 at 12:52 AM Umesh Bhatt wrote: > Hi, > > > > Any inputs on this? > > > > Regards, > > Umesh > > *From:* Umesh Bhatt > *Sent:* Thursday, October 17, 2019 9:23 AM > *To:* user@guacamole.apache.org > *Subject:* RE: Restful API for guacamole > > > > Hi, > > > > I am making call

Re: Max activation time for TOTP authentication with LDAP+mysql

2019-11-20 Thread Nick Couchman
On Wed, Nov 20, 2019 at 6:42 AM Alex Kaiser wrote: > Is it possible to set a timeframe within the user has to activate his TOTP > authentication on the first logon attempt? > > For example 48hrs after the user was added to the mysql database. > Otherwise the account would be disabled. > > >

Re: RDP Shadow option

2019-11-26 Thread Nick Couchman
On Tue, Nov 26, 2019 at 7:41 PM Paul Azad wrote: > Hi > > The speed of VNC is the issue. The refresh rate, and therefor the > usability is much slower then RDP. Microsoft have done an awesome job of > the protocol behind RDP, wish that someone would create remote connection > application (host

Re: How to customize guacamole angular app

2019-11-26 Thread Nick Couchman
On Tue, Nov 26, 2019 at 8:51 PM Nick Couchman wrote: > On Mon, Nov 25, 2019 at 12:33 PM Ben Davis wrote: > >> That makes sense. The two main things I want to do are A) modify the UI >> and B) add a REST endpoint that returns VM status info for a connection. >> I've do

Re: Max activation time for TOTP authentication with LDAP+mysql

2019-11-29 Thread Nick Couchman
On Wed, Nov 27, 2019 at 12:00 PM Alex Kaiser wrote: > I found a solution for deactivating not completed TOTP activations > > > > Use the valid_from field in the database for the first valid logon date > > > > Execute the following queries against the database (mysql) within a cron > job. In my

Re: Bulk Authorisation - LDAP or MySQL

2019-11-29 Thread Nick Couchman
On Wed, Nov 27, 2019 at 10:37 AM Tushar Jain < tushar.j...@hitachi.mgrmnet.com> wrote: > Hi, > > I have more than a million users in LDAP to whom i have to give access to > the same set of connections/connection groups. What would be the easiest > and the fastest way to do so. > > Will writing a

Re: CAPS Lock Key!!!

2019-11-29 Thread Nick Couchman
On Wed, Nov 27, 2019 at 9:41 AM Tushar Jain wrote: > Hi, > > There are a few posts in the forum related to non-functioning of CAPS Lock > key. Have tried a majority of options, but am still stuck. Below is the > summary of what i have tried and the observations: > > 1. By default, when we

Re: LDAP Schema and SSH Private Key

2019-11-29 Thread Nick Couchman
On Wed, Nov 27, 2019 at 7:37 AM Jeff Johnston wrote: > Greetings, > > The documentation for setting up Guacamole via Docker images is fantastic, > but there is one configuration element that I can't get working properly: > storing the SSH private-key in an LDAP database. > > The other

Re: SAML 2.0 support for Apache Guacamole through CAS

2019-11-29 Thread Nick Couchman
On Tue, Nov 12, 2019 at 3:12 PM Daniel Storey < daniel.sto...@rededucation.com> wrote: > I actually ended up using an iRule to generate a set of passwords (using a > hashing algorthim on the IP address of the endpoint) which I store > statically in MySQL and put into the user request to

Re: RDP Shadow option

2019-11-29 Thread Nick Couchman
On Thu, Nov 28, 2019 at 4:24 PM Paul Azad wrote: > Nick > > Your spot on with our use case. Cant expect users to RDP into their own > local PC - which isn't possible anyway. > > Would WebRTC 'protocol be possible to be supported in Guacd? Or any other > Windows available protocol that is more

Re: RDP Shadow option

2019-11-27 Thread Nick Couchman
On Wed, Nov 27, 2019 at 7:56 AM Umesh Bhatt wrote: > Hi Nick, > > > > I was thinking share a connection will allow user to share the desktop > with other users (read-only) to see what they are doing. Is it not the way > Share a connection work? > > > Yes, this is how Share a Connection works;

Re: Bulk Authorisation - LDAP or MySQL

2019-11-30 Thread Nick Couchman
On Fri, Nov 29, 2019 at 11:54 PM Tushar Jain < tushar.j...@hitachi.mgrmnet.com> wrote: > Thanks Nick. Just a small extension question - For the production > environment, is it better to store connection details of a user in MySQL or > LDAP? > > I think only you can answer that question. Most of

Re: PrtScr & copy/paste images

2019-12-01 Thread Nick Couchman
On Sun, Dec 1, 2019 at 7:15 AM Tushar Jain wrote: > Hi, > > Can i take a PrintScreen(PrtScr key) on windows local machine and paste in > an application published as remote app in guacamole? > > I found a Mar 2018 mail in the general list, but not sure if any further > work has been done on it: >

Re: Apache Guacamole Citrix ADC SSO to guacca

2019-11-25 Thread Nick Couchman
On Mon, Nov 25, 2019 at 3:17 AM Gomez wrote: > Hi, > > I would like to SSO from Citrix ADC VPN gateway to Guacamole app. The > webform is constructed on the client side so I can't used Form based SSO > because the Citrix ADC doesn't see the Form. > How should I approach this? > Do you know

Re: Port Forwarding to remote app

2019-11-25 Thread Nick Couchman
On Sun, Nov 24, 2019 at 2:48 AM Tushar Jain wrote: > Hi, > > My remote app needs access to local USB port. A smart card reader is > connected on the local USB port, and it needs to be accessed by remote app > through guacamole connection. Any ideas on how this can be accomplished? Is > there

Re: RDP Shadow option

2019-11-25 Thread Nick Couchman
On Mon, Nov 25, 2019 at 5:26 AM Paul Azad wrote: > Hi > > > > With the windows rdp client, there is an option of /shadow which lets you > RDP into a Windows RDP session on a RDS server, or even on Windows 10 > (Pro/Enterprise) and see what the local user is seeing. This feature > doesn’t seem to

Re: CAS user attributes and logout issues

2019-11-27 Thread Nick Couchman
On Wed, Nov 27, 2019 at 1:27 PM xia wrote: > Ok, I may have answered my own questions on this by finding the Jira site > (I > apologize for posting before looking more carefully...) and noting that > there are PRs that cover some/most of this. It appears that the only > handling of CAS

Re: apache guacamole copy and paste screenshot

2019-10-10 Thread Nick Couchman
On Thu, Oct 10, 2019 at 2:36 AM CHAABANE Foued (Prestataire) < foued.chaab...@externes.justice.gouv.fr> wrote: > Hello, > > Do you have fixed a date for implementation? > > > No, there is no date identified for this. -Nick

Re: Windows 10 Virtual box RDP

2019-10-10 Thread Nick Couchman
On Thu, Oct 10, 2019 at 2:57 PM Peter Gui wrote: > Hello everyone > I have just installed Windows 10 pro inside of a VirtualBox VM. It is the > newest version of windows and is currently un-activated although I have an > OEM key ready. My problem is that I cannot get remote desktop to work with

Re: How to associate a guacamole recording file with a historical connection record

2019-10-08 Thread Nick Couchman
On Tue, Oct 8, 2019 at 5:12 AM benchu yao wrote: > The value of ${GUAC-TIME} is the current time, not the same value as the > start_date of guacamole_connection_history, and still can't make the > connection history correspond to the record file.The problem is still not > solved. > > This is

Re: Upgrading to 1.0.0, url for login

2019-10-08 Thread Nick Couchman
On Mon, Oct 7, 2019 at 1:02 PM Steven Pollock wrote: > Thanks Nick, > > I have the 0.9.13 & 1.0.0 side by side and they have exactly the same > system time and are using the same backend DB. > > I'll have to spin up 1.0.0 and see what happens, but I'm testing with git code (not sure exact

Re: UI error with authenticating to LDAP

2019-10-08 Thread Nick Couchman
On Thu, Oct 3, 2019 at 11:26 AM cgerochi wrote: > Looks like version 1.0.0 from the jar components that are deployed. > > Hmmm...just saw in your original post that you said Guacamole 0.9.9 (a really, really old version), so can you confirm that you're actually using 1.0.0? Referral following

Re: Docker - Guacd/Guacamole service Privilege Drop Support

2019-10-08 Thread Nick Couchman
On Fri, Oct 4, 2019 at 4:17 PM ab wrote: > Hello, > > I figured I'd start by directing this question at the general list since It > seems based on the description for the development list that it's more for > folks who wish to contribute. > > I saw you opened a JIRA issue for this - thanks for

Re: Problem with streaming Firefox via RDP

2019-10-08 Thread Nick Couchman
On Sat, Oct 5, 2019 at 9:52 AM "michael böhm" wrote: > Hi everyone, > > I've installed gucacamole and guacd via Docker. As backend (RDP-desktops) > I'm using containers based on this image: > > https://hub.docker.com/r/danielguerra/ubuntu-xrdp/ > > Everything is working fine besides one thing:

Re: Upgrading to 1.0.0, url for login

2019-10-08 Thread Nick Couchman
On Tue, Oct 8, 2019 at 6:45 PM Nick Couchman wrote: > On Tue, Oct 8, 2019 at 5:57 PM Nick Couchman wrote: > >> On Mon, Oct 7, 2019 at 1:02 PM Steven Pollock >> wrote: >> >>> Thanks Nick, >>> >>> I have the 0.9.13 & 1.0.0 side

Re: Upgrading to 1.0.0, url for login

2019-10-08 Thread Nick Couchman
On Tue, Oct 8, 2019 at 5:57 PM Nick Couchman wrote: > On Mon, Oct 7, 2019 at 1:02 PM Steven Pollock > wrote: > >> Thanks Nick, >> >> I have the 0.9.13 & 1.0.0 side by side and they have exactly the same >> system time and are using the same backend D

Re: apache guacamole copy and paste screenshot

2019-10-09 Thread Nick Couchman
On Wed, Oct 9, 2019 at 9:49 AM Richard Lancaster < richard.lancas...@osirium.com> wrote: > > Is this possible? > > I don't believe so: > https://issues.apache.org/jira/projects/GUACAMOLE/issues/GUACAMOLE-55 >

Re: UI error with authenticating to LDAP

2019-10-03 Thread Nick Couchman
On Wed, Oct 2, 2019 at 3:26 PM cgerochi wrote: > Hello everyone, > > I'm experiencing an issue authenticating LDAP users which seemed to be > common among other users here. > > Format used was the following which would fail when I logged in. > ldap-user-base-dn: DC=corp,DC=domain,DC=com > > If I

Re: How to associate a guacamole recording file with a historical connection record

2019-10-03 Thread Nick Couchman
First, please do not cross-post to multiple mailing lists - please pick one list and use that. On Wed, Oct 2, 2019 at 8:33 PM benchu yao wrote: > I am trying to redevelop guacamole. > > I want to modify the source code of guacamole-client so that the screen > file name can contain information

Re: LDAP extension apparently broken

2019-10-11 Thread Nick Couchman
: > On Wednesday, September 18, 2019, 2:59:57 AM GMT+2, Nick Couchman < > vn...@apache.org> wrote: > > >>> Can you post your entire guacamole.properties config file, minus any > sensitive information? > >> > >> Sure. > >> > >> guacd-hostname:

Re: ldap + mysql

2019-10-12 Thread Nick Couchman
On Mon, Sep 9, 2019 at 12:08 AM Кирилл Егоров wrote: > Hi, nick. > I made git clone https://github.com/apache/guacamole-client.git and 'mvn > package' > > You might try to pull the latest code and see if it works, now. From the git code (either staging/1.1.0 or master) you'll need to do one of

Re: Weird font on Ubuntu with SSH connection

2019-10-12 Thread Nick Couchman
On Mon, Sep 30, 2019 at 8:49 AM Noua Toukourou wrote: > Hi, > > Here are the packages I installed > > yum install cairo-devel libjpeg-turbo-devel libpng-devel uuid-devel > ffmpeg-devel freerdp-devel pango-devel libssh2-devel libtelnet-devel > libvncserver-devel pulseaudio-libs-devel

<    3   4   5   6   7   8   9   10   11   12   >