Re: Database issue installing version 1.0.0

2019-03-28 Thread Nick Couchman
On Thu, Mar 28, 2019 at 9:01 AM wrote: > We have a new machine that we’re setting up with Guacamole, and I’m > putting version 1.0.0 on it (we have 2 others that are running 0.9.13 > currently). When I try to implement the MySQL database portion, I’m > getting the following errors in

Re: Clipboard config

2019-03-28 Thread Nick Couchman
On Thu, Mar 28, 2019 at 7:15 AM Will Payne wrote: > > Hi, > > Is there any way of disabling all clipboard functionality? > There are two new parameters that got merged about a month ago that allow you to disable clipboard integration, both Copy and Paste support.

Re: Clipboard config

2019-03-28 Thread Nick Couchman
> > Guacamole seems like it's going to be really useful for us but we > really, really need to be able to prevent data leakage - the fact SSH > connections are essentially graphical is a big win for us but the > ability to highlight text and have it appear in a text area in the > browser is a

Re: radius plugin with linotp/privacyidea

2019-03-30 Thread Nick Couchman
On Sat, Mar 30, 2019 at 01:27 Mike Jumper wrote: > >>> I'm not sure that it could be changed as implemented - basically it just >> copies the text provided by the RADIUS server in the Challenge part of the >> Challenge/Response as a way to be flexible about what the RADIUS server may >> be

Re: Copie Paste Not Working

2019-03-28 Thread Nick Couchman
On Thu, Mar 28, 2019 at 3:22 PM ivanmarcus wrote: > Hopefully Firefox will implement this soon (there appears to be a working > draft: https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API) > but in the meantime I assume the only way to guarantee operation in any > browser is the key

Re: Copie Paste Not Working

2019-03-28 Thread Nick Couchman
On Thu, Mar 28, 2019 at 3:34 PM ivanmarcus wrote: > Do you know if the extension and API work with Chromium? It wasn't > entirely clear from the brief search I just did. > I believe Chromium supports this, yes. -Nick

Re: Copie Paste Not Working

2019-03-28 Thread Nick Couchman
On Thu, Mar 28, 2019 at 2:50 PM ivanmarcus wrote: > You need to use CTRL+SHIFT+ALT in order to copy/paste between remote and > local sessions. > You do not have to do this, no. It is one way to accomplish it; however, there's a Clipboard extension and, more recently integration with the

Re: POST /guacamole/api/tokens HTTP/1.1" 500

2019-04-01 Thread Nick Couchman
On Mon, Apr 1, 2019 at 8:47 AM Oliver.Zhang wrote: > The tomcat error log is : > > ### Error querying database. Cause: java.sql.SQLException: Access denied > for user 'guacamole_user'@'10.66.204.13' (using password: YES) > > ### The error may exist in >

Re: Chrome problems

2019-04-01 Thread Nick Couchman
On Mon, Apr 1, 2019 at 1:33 PM elvelux wrote: > I have recently discovered that the error only occurs connecting by https, > no > by http. > > I use Guacamole 1.0.0 with Chrome and HTTPS routinely with no issues. -Nick

Re: OTP Lost

2019-04-01 Thread Nick Couchman
On Mon, Apr 1, 2019 at 1:33 PM Kamal Ezzaki wrote: > is there any way if a user lost his way to authentificate ? is there any > way to reset his authentification ? > You delete the totp-* attributes from the database for that user. They are stored in the guacamole_user_attributes table. -Nick

Re: Later Compile Error

2019-02-25 Thread Nick Couchman
On Mon, Feb 25, 2019 at 3:30 PM Robert Dinse wrote: > > I've had issues with openjdk missing libraries which is why I went > with > the oracle version, but did find java-8 available on oracle even though 9 > is > not so installed it. Still not starting but I'm not sure I've got >

Re: Later Compile Error

2019-02-25 Thread Nick Couchman
On Mon, Feb 25, 2019 at 2:56 PM Robert Dinse wrote: > > Ok, here are the logs from starting tomcat with guacamole.war in the > /var/lib/tomcat8/webapps directory. It does not create the directory > guacamole and deploy but the sample war files provided with tomcat8 do > properly > deploy

Re: Later Compile Error

2019-02-25 Thread Nick Couchman
On Mon, Feb 25, 2019 at 3:12 PM Robert Dinse wrote: > > Java9 does not appear to be available anymore for Ubuntu 18.10: > > E: Package 'oracle-java9-installer' has no installation candidate > > You might look for OpenJDK - looks like OpenJDK 8 and 11 are available, so try OpenJDK8.

Re: guacamole radius

2019-02-24 Thread Nick Couchman
On Sun, Feb 24, 2019 at 12:01 AM drhy wrote: > Hi Nick, > > A further clarification from PlayerOne and myself. > > We have been testing Radius with MySQL and have been able to successfully > configure a Guacamole Group with Connections attached to it. When we then > make Guacamole Users members

Re: Compile Error

2019-02-24 Thread Nick Couchman
On Sun, Feb 24, 2019 at 5:48 AM Robert Dinse wrote: > > Pulled the source from github and attempted to compile on Ubuntu > 18.10 but > got the following error: > > guac_svc/svc_service.c: In function ‘VirtualChannelEntry’: > guac_svc/svc_service.c:56:5: error: ‘strncpy’ output may be

Re: RDP Settings/Requirements for Windows Server 2016 and above

2019-02-25 Thread Nick Couchman
On Mon, Feb 25, 2019 at 8:12 PM PlayerOne wrote: > It looks as though I have to disable the setting in Windows RDP settings > that > forces NLA only, then I can get TLS with ignore server cert working. I can > push out a group policy to disable the settings, but I'd rather get NLA > working if

Re: set tomcat user?

2019-02-25 Thread Nick Couchman
On Mon, Feb 25, 2019 at 8:09 PM Robert Dinse wrote: > > I've got a bit of a disaster on my hands. I am in the process of > installing > guacamole. Got guacamole-server and guacamole-client built, so far so > good. > Tried to deploy but guacamole.war would not deploy in the Ubuntu 18.10 >

Re: Guac 9.14 MySQL

2019-02-25 Thread Nick Couchman
On Mon, Feb 25, 2019 at 6:02 PM sciUser wrote: > Hello, > > Have a question; in the Guacamole there is a field called Automatically > create drive: check box. > I am unable to find this in table or column in the MySQL > "guacamole_connection_parameters" table. > > It's not a table or column,

Re: Guacamole 1.0.0 with Radius and MySQL: Step-by-step for Linux newbies

2019-02-24 Thread Nick Couchman
On Sun, Feb 24, 2019 at 9:07 PM drhy wrote: > Hi PlayerOne, > > I'm using guacadmin to enter a zero-length password for a standard > (non-admin) user, me. > I enter a single space, then backspace, in each of the two password fields, > then Save. > > In this scenario I can be authenticated via

Re: LDAP extension: how to ldap-user-base-dn with space in its name?

2019-02-26 Thread Nick Couchman
On Tue, Feb 26, 2019 at 9:57 AM wouterve wrote: > I've just tested it and it works! Now, only users member of the SG > 'Company - > Aftersales' have access to guacamole! > > Great! > Thanks a lot! > > regarding the syntaxis (ldap-user-search-filter: >

Re: Guacamole Authentication

2019-02-26 Thread Nick Couchman
On Tue, Feb 26, 2019 at 5:16 AM Robert Dinse wrote: > > Is it possible to configure quacamole not to require authentication > with > the VNC server at the receiving end doing it? > > Guacamole Client currently does not allow anonymous access, so this isn't possible out of the box, so to

Re: Can't print in RDP sessions

2019-02-27 Thread Nick Couchman
On Wed, Feb 27, 2019 at 3:18 PM Fabián Rodríguez wrote: > Hi, > > I am using Guacamole 1.0.0 in Debian 9 with Tomcat 8, database > authentication with self-sgned SSL certificate. > > After following the installation documentation >

Re: LDAP Cannot Find Specific User

2019-02-27 Thread Nick Couchman
On Wed, Feb 27, 2019 at 3:44 PM avocado wrote: > I have had Apache Guacamole running with LDAP + MySQL for quite some time > now. I have not had many issues, but I have come across a new one. When I > search for users, I am unable to find a certain user. I have > *ldap-user-base-dn:* at the very

Re: Can't get SSH key to work

2019-03-01 Thread Nick Couchman
On Fri, Mar 1, 2019 at 4:18 PM Julien Nicoulaud wrote: > I did some more digging and I found that: > >- RSA keys are only supported in PEM format. But since OpenSSH 7.8 >(2018), ssh-keygen changed its default format. I opened >https://issues.apache.org/jira/browse/GUACAMOLE-745 >

Re: Audio

2019-03-01 Thread Nick Couchman
On Fri, Mar 1, 2019 at 2:59 PM sciUser wrote: > In regards to the Audio channel, are there any specific ports that need to > be > opened or is port 3389 enough? > > For RDP you don't need anything additional - since RDP includes audio, it will be handled within RDP and Guacamole. For VNC, audio

Re: Necessity for remove a field from Edit User window

2019-03-01 Thread Nick Couchman
On Mon, Feb 25, 2019 at 10:45 AM Gabriel Huerta Araujo < huert...@globalhitss.com> wrote: > Hi Mike > > > > This is what I have (0.9.14) > > > > "USER_ATTRIBUTES" : { > > > > "FIELD_HEADER_GUAC_EMAIL_ADDRESS" : *"Email address:"*, > > "FIELD_HEADER_GUAC_FULL_NAME"

Re: Can't get SSH key to work

2019-03-01 Thread Nick Couchman
On Tue, Feb 26, 2019 at 2:57 PM Julien Nicoulaud wrote: > No useful info in debug mode (see my first message, it has a log with > guacd debug logging) > Hmmm...not really sure what's going on, here. I'm able to successfully use it with the following steps: - Guacamole from git master, with

Re: WebsocketTunnel

2019-03-01 Thread Nick Couchman
On Wed, Feb 27, 2019 at 10:46 PM Robert Dinse wrote: > > Yea, this is very weird. If I launch guacd in the forground it tells > me vnc protocol not supported when it tries to connect. Yet, when I did > the > configure I did --with-vnc and at the end it showed vnc: yes. > > Sounds like it

Re: guacd - parallel builds

2019-03-01 Thread Nick Couchman
On Wed, Feb 27, 2019 at 10:43 PM Robert Dinse wrote: > > Something is wrong that causes parallel builds of guacd to fail. > When > I first made it I used make -j13 to fully take advantage of a six core > processor. It said vnc not supported even though it was configured in. > > H...I

Re: Necessity for remove a field from Edit User window

2019-03-01 Thread Nick Couchman
On Fri, Mar 1, 2019 at 8:26 PM Gabriel Huerta Araujo < huert...@globalhitss.com> wrote: > Ok Nick > > > > But one million question is if these translations are not available yet in > this version how it is possible they can be showed in screen? > > > > You must be running Guacamole 1.0.0 - those

Re: More Fun

2019-03-02 Thread Nick Couchman
On Sat, Mar 2, 2019 at 4:15 AM Robert Dinse wrote: > > I tried to use Zer0CoolX's branding.jar extension but it did not > work as > intended. It did not change the text at all and the logo was very low > contrast > and smaller than the actual image he used. When I tried to substitute my

Re: More Fun

2019-03-02 Thread Nick Couchman
On Sat, Mar 2, 2019 at 3:50 PM Robert Dinse wrote: > > If there were an NIS / Unix / Pam authentication module then I'd use > that but I am unwilling to have to have users register yet another password > and I can't get their existing passwords since they are encrypted. And > since all

Re: 1.0.0 LocalStorage auth instead of cookies

2019-03-04 Thread Nick Couchman
On Sun, Mar 3, 2019 at 12:40 AM Lev Dubinets wrote: > Hi, > > Prior to 1.0.0 I had a reverse proxy in front of Guacamole that modified > the GUAC_AUTH cookie paths so that I could have two browser windows open > with two different Guacamole sessions (one at domain .com/username1 and > other at

Re: Guacamole 1.0.0 with Radius and MySQL: Step-by-step for Linux newbies

2019-02-21 Thread Nick Couchman
On Thu, Feb 21, 2019 at 8:10 AM Kamal Ezzaki wrote: > h I get it now , the concept is to create a new user in guacamole > interface *without* *password* . this stop him from connection by usingg > jdbc , and after this you create a user with the same identity in radius . > and by this

Re: Guacamole 1.0.0 with Radius and MySQL: Step-by-step for Linux newbies

2019-02-21 Thread Nick Couchman
On Thu, Feb 21, 2019 at 3:23 AM Kamal Ezzaki wrote: > Hello, i change the name of radius module so that it's loaded first and > Guacamole check in radius server first than go back to jdbc but the > problème is how to not go back to jdbc and check only radius if the user > existe than go to jdbc

Re: LDAP extension: how to ldap-user-base-dn with space in its name?

2019-02-21 Thread Nick Couchman
On Thu, Feb 21, 2019 at 4:17 AM wouterve wrote: > Hi, > > Strangely, I don't see any error output in /var/log/tomcat7/catalina.out > > Then I tried to use the following: > > > I do receive the following error: > > > > (still using the same userbase > > so, how could I limit the users to only the

Re: Authentication Changes in 1.0.0

2019-03-04 Thread Nick Couchman
On Mon, Mar 4, 2019 at 7:16 PM Lee wrote: > Mike, thank you for your feedback. I've forwarded that onto my teammates to > look into. I agree, I'd prefer to not go in a route that is going to be > constantly against the design of Guacamole, and the links you provide might > be a great alternative

Re: Newbie Question : Guacamole with HTTPS

2019-02-22 Thread Nick Couchman
On Fri, Feb 22, 2019 at 4:04 AM Kamal Ezzaki wrote: > Hello, I m using Guacamole1.0.0 in centos 7, I Read the Configuration Page > about Proxing Guacamole , i m using tomcat and i did added this > Configuration : > > vi /etc/guacamole/apache.conf > > > Order allow,deny > Allow from all

Re: Newbie Question : Guacamole with HTTPS

2019-02-22 Thread Nick Couchman
On Fri, Feb 22, 2019 at 6:21 AM Kamal Ezzaki wrote: > it's fine now i set up i reverse proxy nginx and the https work perfect > and for anyone wanna know how i just followed this tuto : >

Re: Later Compile Error

2019-02-25 Thread Nick Couchman
On Mon, Feb 25, 2019 at 2:53 AM Robert Dinse wrote: > > It says it failed to due to previous errors but there are about 100 > lines > of error messages so not sure what is relevant. The ROOT starts okay. > > Maybe just post the whole log (minus any sensitive information) on pastebin, and

Re: Guacamole 1.0.0 with Radius and MySQL: Step-by-step for Linux newbies

2019-02-25 Thread Nick Couchman
On Mon, Feb 25, 2019 at 1:04 AM drhy wrote: > Hi PlayerOne and vnick, > > I think I also read that MySQL creates a salted password when a new user is > created - but I wasn't sure. > Yes, if you leave the password field alone (don't enter anything, at all), Guacamole Client will generate a

Re: Request - Please wait message after entering credentials (Radius Auth Azure MFA)

2019-02-25 Thread Nick Couchman
On Sun, Feb 24, 2019 at 9:03 PM drhy wrote: > As PlayerOne says, not sure if this is the place for requests, but I > endorse > his suggestion. > The place to enter feature requests in on the Apache JIRA instance for Guacamole: https://issues.apache.org/jira/browse/GUACAMOLE -Nick

Re: Connection problems with RDP

2019-02-25 Thread Nick Couchman
> > We wrote our own client, using guacamole-common-js (also version 1.0.0). > Websockets the client app opens against the web server go through AWS ALB > and then through eBay's Fabio load balancer (they also expose the web > server as HTTPS). > > I'd start, here, looking at this. If you wrote

Re: Authentication Changes in 1.0.0

2019-02-27 Thread Nick Couchman
On Wed, Feb 27, 2019 at 18:06 Lee wrote: > Hello, > > I'm seeing a change in behavior I'm not sure how to work around. I'm > using > the docker image guacamole/guacamole:1.0.0 with a custom authentication > provider extending SimpleAuthenticationProvider. With guacamole 0.9.14, I > saw calls

Re: Audio

2019-03-01 Thread Nick Couchman
On Thu, Feb 28, 2019 at 2:01 AM Robert Dinse wrote: > >Ok, making progress. It was not connecting to pulseaudio because I > had > forgotten to open a hole in the firewall for it, now that that is done it > indicated it connects but still I get no sound: > What have/are you trying on

Re: Guacamole RDP Probleme with VM machine

2019-03-01 Thread Nick Couchman
On Fri, Mar 1, 2019 at 8:31 AM Kamal Ezzaki wrote: > *Hello again, * > i have a probleme with RDP connexion From Guacamole to WIndows 7 | 10 . > i tried to connect to windows 10 from another windows and it's work > i tried to connect from guacamole to my physical machine ( Windows 10 ) > and

Re: Can't print in RDP sessions

2019-03-01 Thread Nick Couchman
> > And a gs process is running continuously: >> >> PID TTY STAT TIME COMMAND >> 24158 ? S 0:06 gs -q -dNOPAUSE -dBATCH -dSAFER -dPARANOIDSAFER >> -sDEVICE=pdfwrite -sOutputFile=- -c .setpdfwrite -sstdout=/dev/null -f - >> >> But nothing happens... >> >> If I close the session

Re: Can't get SSH key to work

2019-02-26 Thread Nick Couchman
On Tue, Feb 26, 2019 at 12:37 PM Julien Nicoulaud < julien.nicoul...@gmail.com> wrote: > Actually this is not due to ED25519, I can't get any SSH key to work, > guacd always fails with "Auth key import failed: (null)". > > Tried ED25519 keys, RSA 1024b, and RSA 4096b keys. > Tried keys with and

Re: GUACAMOLE 0.9.9 - RECORDING

2019-02-21 Thread Nick Couchman
On Thu, Feb 21, 2019 at 5:34 PM Eriel Perez wrote: > Greetings friends from the list. > > I have the GUACAMOLE version 0.9.9 and it works well with RDP to a > computer with windows. > > I need to record the sessions. As much as I look for I can not find a > manual that explains how to do it. > >

Re: guacd timeout waiting for a connection

2019-02-21 Thread Nick Couchman
On Thu, Feb 21, 2019 at 6:11 PM McRoy, Jeffrey (GE Healthcare) < jeffrey.mc...@ge.com> wrote: > Hi Everyone, > > > > Is it possible to set the amount of time guacd waits for a connection > using the protocols it supports (VNC, Telnet, etc.)? > > > Jeff, The answer (I think) is, it depends.

Re: Custom User Attributes

2019-02-20 Thread Nick Couchman
On Wed, Feb 20, 2019 at 3:20 AM Dennis wrote: > Thanks for your fast reply. > That way I can only attach this attribute temporarily to the user object, > right?(maybe i misunderstood the concept of decorate) > It should be possible to edit this attribute(stored in the DB) via the > guacamole

Re: guacamole radius

2019-02-20 Thread Nick Couchman
> > > Thanks. > After a careful re-read of your postings and the JIRA I now realize that if > both the username and MySQL Group name exist in Active Directory (which > Radius is authenticating against) and the password is correct, then the > user > will be presented with the Guacamole Connections

Re: Guacamole 1.0.0 with Radius and MySQL: Step-by-step for Linux newbies

2019-02-20 Thread Nick Couchman
On Wed, Feb 20, 2019 at 3:44 PM drhy wrote: > Hi, > If you look at the script you'll see that it changes the name of the > Authentication Providers slightly. The Providers are loaded and executed by > Guacamole in alphanumeric sequence, so renaming is needed to ensure Radius > is loaded before

Re: Guacamole AND FreeRadius ( Probleme with Users data )

2019-02-20 Thread Nick Couchman
On Wed, Feb 20, 2019 at 12:03 PM Kamal Ezzaki wrote: > This is My guacamole.properietes file > # MySQL properties > #mysql-hostname: localhost > #mysql-port: 3306 > #mysql-database: guacamole_db > #mysql-username: guacamole_user > #mysql-password: passroot > # Radius properties >

Re: Add an extra button to the Authentication Page

2019-02-20 Thread Nick Couchman
On Mon, Feb 18, 2019 at 8:48 AM Dennis Hoffmann wrote: > Hi, > > i want to add an extra button to the Custom Authentication Page. > If a user clicks on that button i want to catch this event in my extension > and execute some code. > Should I add this button to my HTML-templatefile? If the

Re: Guacamole missdrawing UI elements

2019-02-20 Thread Nick Couchman
On Mon, Feb 18, 2019 at 6:34 AM AlexC_ wrote: > Hi! > > I've been running into problems making Guacamole draw properly UI elements > on certain programs. Right after refreshing the page everything looks fine, > but when any given UI element leaves the screen or is hidden it stops > drawing

Re: Guacamole URL ReWrite

2019-03-14 Thread Nick Couchman
On Wed, Mar 13, 2019 at 3:46 PM sciUser wrote: > Hello, > > I am looking for documentation (Not extension) on rewriting the session url > so that the token or username password are removed and a /mysubhere is > placed. Depending on what you're really trying to accomplish, the stock Guacamole

Re: ctrl-alt-del in rdp

2019-03-14 Thread Nick Couchman
On Thu, Mar 14, 2019 at 9:53 AM Not Speedy wrote: > oh thanks. I'll try that from a standard keyboard. The issue I'm hitting > is with chromebooks. Chromebooks don't have a standard keyboard. They > don't have an insert,del,home,page up, page down, etc > > Ah, that makes sense. You can

Re: could an option to show-or-not the password entry field for authentication be implemented

2019-03-14 Thread Nick Couchman
On Thu, Mar 14, 2019 at 12:32 PM brian mullan wrote: > This is just a feature request. > > When entering the information into the Connection configuration form. > > I want to just enter: > > Username: ${GUAC_ADMIN} > Password:${GUAC_PASSWORD} > > as you know when entering the password

Re: OpenID Connect + JDBC

2019-03-14 Thread Nick Couchman
On Thu, Mar 14, 2019 at 14:48 Jim wrote: > Since OpenID connect only handles authentication and not associated > connections, I'm working on providing OpenID users with their related > connections. My question is: what database entries that map to the OpenID > user are required to assign a

Re: guacd not starting on boot

2019-03-10 Thread Nick Couchman
On Sun, Mar 10, 2019 at 8:07 PM Robert Dinse wrote: > > I have guacd installed, built with the --with-systemd flag and it > does > not install a systemd file but an initd file which systemd recognizes and > says it installs however, while systemctl start guacd works fine and > systemctl

Re: guacd not starting on boot

2019-03-11 Thread Nick Couchman
On Sun, Mar 10, 2019 at 11:04 PM Robert Dinse wrote: > > Ok, rebuilt with the correct --with-systemd-dir=/lib/systemd/system > and > now I had more problems. Launched out of init.d it ran as root, launced > out > of systemd, the unit file it created has User=daemon so it runs as daemon. >

Re: guacd not starting on boot

2019-03-11 Thread Nick Couchman
On Mon, Mar 11, 2019 at 7:37 AM Robert Dinse wrote: > > /var/run is a tempfs file system and recreated at each boot so > changing > the perms on it are gone on the next boot. As for the encryption key, lots > of things run as daemon, I don't want them all having access to the key. > Yes.

Re: Guacamole Interface Blank Page

2019-03-07 Thread Nick Couchman
On Thu, Mar 7, 2019 at 5:48 AM Mike Jumper wrote: > On Thu, Mar 7, 2019, 02:43 Kamal Ezzaki wrote: > >> *Hello after i restart my centos server i get a blank Page and when i >> check out my log files i have ths error : * >> *Mar 7 05:42:16 localhost server: 05:42:16.838 [http-bio-8080-exec-3]

Re: The RDP virtual drive

2019-03-08 Thread Nick Couchman
On Fri, Mar 8, 2019 at 9:26 AM Kamal Ezzaki wrote: > So the real job of the virtuelle drive is to save uploaded files just in > the guacamole server not in the machine that i m connected to ? > No, I would not say that - I would say that the storage for the virtual drive is done by guacd, and

Re: The RDP virtual drive

2019-03-08 Thread Nick Couchman
On Fri, Mar 8, 2019 at 8:50 AM Kamal Ezzaki wrote: > > [image: 8.PNG] > > [image: 4.PNG] > So, are you trying to get to that folder from your client system, where you're accessing Guacamole from a web browser? -Nick

Re: The RDP virtual drive

2019-03-08 Thread Nick Couchman
On Fri, Mar 8, 2019 at 9:12 AM Kamal Ezzaki wrote: > Yes and i m trying to get access to these files from a windows machine but > i can't find the virtuelle drive > You'll need to share that folder/drive from the system running guacd. Guacamole provides the shared drive on the RDP side and the

Re: HIDE LOGIN PROCEDURE IN RDP

2019-03-07 Thread Nick Couchman
On Thu, Mar 7, 2019 at 2:49 PM Amarjeet Singh wrote: > I mean to hide the windows rdp login not guacamole login. > I want to show loading or connecting dialog box till windows rdp login > completes. > Ready event is the event which will be generated when windows login will > be completed. > As

Re: deactivate TOTP on user

2019-03-19 Thread Nick Couchman
On Tue, Mar 19, 2019 at 5:39 AM Christian Kraus wrote: > Hi, > > > Is there a way to deaktivate TOTP for a user after it was enabled (through > password change, or administrator rights) ? > > > I don't know that there's currently a way within the web interface. If you want to disable it for a

Re: MariaDB or driver update might break guacamole

2019-03-19 Thread Nick Couchman
On Sat, Mar 16, 2019 at 1:31 PM Not Speedy wrote: > this is more of an fyi..I updated my system today and guacamole broke. I > noticed this in my tomcat logs.. > Cause: java.sql.SQLException: The server time zone value 'CDT' is > unrecognized or represents more than one time zone. You must

Re: SQL Server incoming request has too many parameters

2019-03-19 Thread Nick Couchman
On Tue, Mar 19, 2019 at 3:14 AM Kok Hooi Chew wrote: > Sorry for the small image earlier on > [image: image.png] > > Depending on where you're copying and pasting from, the actual text, rather than an image of it, might be more useful in the future :-). Regarding the issue you're seeing, it

Re: Guacamole and Terminalserver Printing

2019-03-19 Thread Nick Couchman
On Tue, Mar 19, 2019 at 3:29 AM Martin Herold wrote: > It seems to be a printing issue. Do I have to change configuration on the > terminalserver GPOs about printer handling? > The terminalserver should create a guacamole-printer each time somebody > logged in and it should delete that printer

Re: deactivate TOTP on user

2019-03-19 Thread Nick Couchman
On Tue, Mar 19, 2019 at 8:46 PM Fertig, Brian wrote: > Nick, > > > > Is it possible to setup a way in the GUI to allow us to reset the TOTP in > the event it needs done? How can we request this? > > > It could definitely be implemented, yes - I'm going to go with my favorite catch phrase of

Re: LDAP Questions

2019-03-19 Thread Nick Couchman
On Tue, Mar 19, 2019 at 12:01 PM Fertig, Brian wrote: > Nico, > > I am trying to latter. When a user is trying to log into Guac I want that > users credentials presented to AD to see if they can. If they can then > allow them to login. At least based on the documentation I assume this is >

Re: LDAP Questions

2019-03-19 Thread Nick Couchman
On Tue, Mar 19, 2019 at 8:45 PM Fertig, Brian wrote: > Thanks Nick. I ended up creating a service account and letting it roll. > I vaguely remember this config a year ago when I set it up before. I’ve > got TOTP, MySQL, and LDAP setup. Its humming. Thanks! > > > Yeah, service account is what

Re: Setting up HTTP header authentication

2019-03-19 Thread Nick Couchman
On Tue, Mar 19, 2019 at 7:56 PM Dmitry Katsubo wrote: > Dear Guacamole community, > > I have difficulties with setting up HTTP header authenticator. I have read > the manual ([1]) but I still cannot make it working. > > First of all I am not sure if I should set "auth-provider" property in >

Re: How to handle groups from openid?

2019-03-19 Thread Nick Couchman
On Mon, Mar 18, 2019 at 10:08 PM thebetterjort wrote: > Mike, > > I wish I could be more help. This is the only thing I have written > involving groups. > https://github.com/httpsOmkar/keycloak-hasura-connector > > No worries - you're welcome to put in a feature request on the JIRA page for

Re: Screen Record re-encode

2019-03-19 Thread Nick Couchman
On Tue, Mar 19, 2019 at 2:28 PM sciUser wrote: > I am playing around with the screen recording, that is fine it generate the > file to the path I want it, but when making the file in to a m4v video I > get > this error> > > WARNING: Layer index out of bounds: -1 > > I can't remember off the top

Re: Correct Syntax for Curl

2019-03-14 Thread Nick Couchman
On Thu, Mar 14, 2019 at 18:57 sciUser wrote: > Anyone know the correct syntax for curl syntax to generate a token for a > user? https://davidwalsh.name/curl-post-file curl -X POST -F 'username=guacuser' -F 'password=password' https://example.com/guacamole/api/tokens (I haven't actually tried

Re: ctrl-alt-del in rdp

2019-03-13 Thread Nick Couchman
On Wed, Mar 13, 2019 at 17:56 Not Speedy wrote: > Would it be possible to send the ctrl-alt-del combo through the > shift-ctrl-alt menu? I'm currently testing guacamole, and it appears that > user can't change their passwords through other means. for example, > windows 10 will instruct the

Re: extend guacamole mysql connection table?

2019-03-09 Thread Nick Couchman
On Sat, Mar 9, 2019 at 2:57 PM jacksonp wrote: > We would like to add a custom field to the connection table to store an > additional attribute of the device we are connecting to. Is there a best > practice or recommendation for this so we don't break something down the > road? > It kind of

Re: extend guacamole mysql connection table?

2019-03-09 Thread Nick Couchman
On Sat, Mar 9, 2019 at 4:01 PM jacksonp wrote: > Thanks Nick, I want to store the vmware machine name and/or UUID we are > connecting to with guac VNC. I can then pull this field value and pass it > to an ansible tower API to do automation tasks on the backend. > > Can you point me to some code

Re: Guacamole Password settings

2019-03-08 Thread Nick Couchman
On Fri, Mar 8, 2019 at 1:31 AM Christian Kraus wrote: > Hi, > > > are there any guacamole.propertiy settings to enforce/set password > complexity with database authentication (psotgres, mysql) ? > > I found https://jira.glyptodon.com/browse/GUAC-1546 but no description in > Manual > > > > This

Re: Guacamole Password settings

2019-03-08 Thread Nick Couchman
On Fri, Mar 8, 2019 at 6:14 AM Christian Kraus wrote: > OMG sorry did not scroll to that section down > > > so for Docker install the syntax should be for example ? > > > -e mysql-user-password-min-length: 8 > > > > It doesn't look like the Docker startup script actually supports setting those

Re: The RDP virtual drive

2019-03-08 Thread Nick Couchman
On Fri, Mar 8, 2019 at 5:17 AM Kamal Ezzaki wrote: > i m sorry i didn't get it , Where i can find the uploaded files , in > guacamole support it's look like this : > [image: 6.PNG] > When you configured the Drive Path parameter in the Guacamole Connection, where did you configure it to point?

Re: Setting up HTTP header authentication

2019-03-21 Thread Nick Couchman
On Wed, Mar 20, 2019 at 6:24 PM Dmitry Katsubo wrote: > Thanks for reply. > > On 2019-03-20 01:26, Nick Couchman wrote: > > This is where I get a little fuzzy - it's been quite a while since I > actually used the file authentication module for much of anything. I > beli

Re: HTTP head auth user setup

2019-03-22 Thread Nick Couchman
On Fri, Mar 22, 2019 at 9:15 AM Will Payne wrote: > > > Where are you storing connections? I assume JDBC? > > I had to check (I just followed some quick instructions on setting it up > on Docker) but it's in the mysql DB. > > Also hadn't noticed that groups were only there in 1.0.0 - I'd

Re: HTTP head auth user setup

2019-03-22 Thread Nick Couchman
On Fri, Mar 22, 2019 at 8:34 AM Will Payne wrote: > > Hi, > > With the HTTP header authorisation extension, is there a way to set what > connections an unknown user will see? Or of setting certain connections > as 'public'? > There's no way within Guacamole, itself, to "simulate" user

Re: HTTP head auth user setup

2019-03-22 Thread Nick Couchman
On Fri, Mar 22, 2019 at 8:54 AM Will Payne wrote: > > There's no way within Guacamole, itself, to "simulate" user > > permissions for a particular/unknown user. With the header > > authentication module, though, it should be pretty easy to set up a > > simulation environment - you can set up

Re: Software Publication

2019-03-21 Thread Nick Couchman
On Thu, Mar 21, 2019 at 3:50 PM sciUser wrote: > Hello, > > Does Guacamole allow software to be published like Citrix xenapp? > Say I have office 2019 on VM and want to have a user only access it with > out > doing Windows GPO's is this possible? > Guacamole supports the "RemoteApp" parameters

Re: HTTP head auth user setup

2019-03-22 Thread Nick Couchman
On Fri, Mar 22, 2019 at 10:45 AM Will Payne wrote: > On 2019-03-22 12:59, Nick Couchman wrote: > > > You're welcome to file a JIRA request for such a feature. > > Oh, I don't particularly care about simulating what a specific or > unknown user would see - that's easy en

Re: Setting up HTTP header authentication

2019-03-21 Thread Nick Couchman
On Thu, Mar 21, 2019 at 8:38 PM Dmitry Katsubo wrote: > On 2019-03-21 00:12, brian mullan wrote: > > On 2019-03-21 15:33, Nick Couchman wrote: > > I don't think that the not allowing of a null password is actually the > issue - I think the problem is that

Re: Difference between Connection and ActiveConnection (RDP)

2019-02-06 Thread Nick Couchman
On Wed, Feb 6, 2019 at 1:50 PM murat wrote: > Thank you Mike. I2m a new bee sorry for some questions :) > > is there any tutorial for jdbc-auth-base module? > > I have implemented to a tomcat server but i don't know how to test it from > a > browser. > > You can find the manual, here:

Re: Difference between Connection and ActiveConnection (RDP)

2019-02-06 Thread Nick Couchman
On Wed, Feb 6, 2019 at 4:49 AM murat wrote: > Hi, > > I wonder what is the difference between Connection and ActiveConnection? > A Connection defines the parameters and attributes needed to establish a connection to a remote host. > > Because, when creating a sharing link, an active

Re: guacamole radius

2019-02-16 Thread Nick Couchman
On Sat, Feb 16, 2019 at 8:40 PM drhy wrote: > Hi Nick, > > A small issue I have spotted in my testing of the Master/released version > of > 1.0.0 with Radius and JDBC/MySQL. The Radius to MySQL hand-off works > perfectly as discussed in this thread, for Users who have directly linked >

Re: Users get by TOTP authentication

2019-02-18 Thread Nick Couchman
On Mon, Feb 18, 2019 at 10:47 AM Benjamin Griese wrote: > Hello everybody, > > this is kind of a uplicate of a post made by someone on guacamole-issues > ML[1]. > > I've setup a Guacamole system in my home environment for remote access. > In order to make things secure, I thought I setup TOTP 2

Re: Guacamole Client API

2019-02-12 Thread Nick Couchman
On Tue, Feb 12, 2019 at 1:11 PM sciUser wrote: > Do I have to run the Guacamole client API from the Guacamole server itself > or > can I call it from another server say hosting lab guides? > > I'm not entirely sure which component you're referring to, but, in general: - Guacamole Client (the

Re: Is there a way to get rid of "on Guacamole RDP" from drive-name?

2019-02-12 Thread Nick Couchman
On Tue, Feb 12, 2019 at 8:10 PM sciUser wrote: > Say we don't want to write our own extension and want to alter the code > directly. > What file would we need to edit to rename G on Guacamole? > < > http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/file/t768/GonGuac.png> >

Re: API Session Token

2019-02-15 Thread Nick Couchman
On Fri, Feb 15, 2019 at 18:33 sciUser wrote: > Hello, > > With out using LDAP how would I get the user session token ? > I like to not pass username and passwords in the URL but use the token to > log them in. No matter what extension you're using for authentication the way to obtain a token

Re: Facing Issue while connecting to remote-app using QuickConnect Ext

2019-02-05 Thread Nick Couchman
On Tue, Feb 5, 2019 at 3:00 PM wrote: > Hi Nick, > Can you give some work around regarding this case!! > > > I've done a little bit of research on this, and apparently there are some known issues with the URL encoding in Java and the pipe characters. What I've read indicates that using the %7C

<    1   2   3   4   5   6   7   8   9   10   >