Keyboard input disabled elsewhere when embedding guacamole.

2019-03-19 Thread Carlos Villegas
I'm embedding guacamole in another web application and I'm having a problem that after accessing the guacamole component, keyboard input gets disabled everywhere else in the application. The application works correctly as long as I don't go to the page where the guacamole component is, which

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 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: 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: deactivate TOTP on user

2019-03-19 Thread Fertig, Brian
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? Brian From: Nick Couchman Sent: Tuesday, March 19, 2019 6:25 PM To: user@guacamole.apache.org Subject: Re: deactivate TOTP on user On Tue, Mar 19, 2019 at 5:39

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

2019-03-19 Thread Fertig, Brian
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! Brian From: Nick Couchman Sent: Tuesday, March 19, 2019 6:22 PM To:

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

Setting up HTTP header authentication

2019-03-19 Thread Dmitry Katsubo
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 /etc/guacamole/guacamole.properties, e.g. do I need to add:

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: 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: download no longer works

2019-03-19 Thread Tom Soraoka
Thanks again, but I did a find / -name "*nginx*" and didn't find anything. I think it uses tomcat instead. There is a /usr/local/tomcat in the container, and I did find a guacamole.war file, but couldn't find anything in the war file that resembles a max body property constraint.

RE: download no longer works

2019-03-19 Thread sciUser
open a terminal on your Guacamole server and navigate to /etc/nginx vi in to nginx.conf and you will see fields Example from our nginx.conf file: sendfileon; client_max_body_size 92160m; If the fields aren't there, you can add them in as seen in the code below. -- Sent

RE: download no longer works

2019-03-19 Thread Tom Soraoka
Thanks for the tip, but I don't see a reference to nginx anywhere. And I have no idea how to determine what version of guacamole I'm running. I see a guacamole server and client docker containers running on our network. -Original Message- From: sciUser Sent: Tuesday, March 19, 2019

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

Screen Record re-encode

2019-03-19 Thread sciUser
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 Then I get guacenc: INFO: All files encoded successfully. Can't play the file on any

Re: download no longer works

2019-03-19 Thread sciUser
I had this happen to me; but it ended up being a setting on NGINX increasing the file limits. I would check there first. It will look something like this client_max_body_size 100M; Hope this helps Thank You -- Sent from:

download no longer works

2019-03-19 Thread Tom Soraoka
Anyone know how to get file downloads to work or figure out why it doesn't work? I'm using Guacamole to connect to a Windows 2012 instance from my Windows 10 box. I tried using IE, Chrome, and Firefox. I copy any file to the virtual G: drive's "Download" directory, and I see "waiting for

RE: LDAP Questions

2019-03-19 Thread Fertig, Brian
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 how I have it setup. Brian -Original Message- From:

Re: LDAP Questions

2019-03-19 Thread Nico Schottelius
Hey Brion, you usually have two different methods for LDAP authentication: - binding with a specfic system user - binding (login) with the user that wants to login I am not fluent on how AD works, but in case of OpenLDAP, you will need to grant the binding access to the user(s) that you want

LDAP Questions

2019-03-19 Thread Fertig, Brian
Greetings! I just setup ldap integration with Guac.. I try to login and it keeps telling me it can't bind. The configuration I am using is below. This is against Active Directory. ldap-user-base-dn: OU=Users,OU=code2,DC=code2,DC=philips,DC=com ldap-username-attribute: sAMAccountName

deactivate TOTP on user

2019-03-19 Thread Christian Kraus
Hi, Is there a way to deaktivate TOTP for a user after it was enabled (through password change, or administrator rights) ? rg Christian Christian Kraus Inhaber CKC IT Consulting & Solutions e.U. Kirschenallee 22 2120 OBERSDORF Österreich Telefon: +43 (0) 680 2062952 Fax:+43 820

Guacamole and Terminalserver Printing

2019-03-19 Thread Martin Herold
It is not really an issue with guacamole, but I need help to configure printing on a windows 2008 terminalserver. In the Terminalserver environment before using guacamole to connect to, all printing to client printers was done properly. After using Guacamole to connect to the Terminalserver,

Re: SQL Server incoming request has too many parameters

2019-03-19 Thread Kok Hooi Chew
Sorry for the small image earlier on [image: image.png] On Tue, Mar 19, 2019 at 3:11 PM Kok Hooi Chew wrote: > Hi All, > Anyone encounter this error when using SQL Server in release 1.0.0? > [image: image.png] > It happen when I try to create 700 and more records > in guacamole_connection table

SQL Server incoming request has too many parameters

2019-03-19 Thread Kok Hooi Chew
Hi All, Anyone encounter this error when using SQL Server in release 1.0.0? [image: image.png] It happen when I try to create 700 and more records in guacamole_connection table Thanks Regards KokHooi