Re: Custom User Attributes

2019-02-19 Thread Nick Couchman
On Tue, Feb 19, 2019 at 9:11 AM Dennis wrote: > Hi again, > > is there an easy way to add additional user attributes to guacamole, which > can be edited or set if I create a new user?(Need an additional attribute > for my custom authentication extension) > > You'll want to "decorate" the user

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

2019-02-19 Thread Nick Couchman
On Tue, Feb 19, 2019 at 7:54 AM wouterve wrote: > Hi, > I want to integrate LDAP authentification through the available extensions, > but having problems with providing the correct DN in my ldap-user-base-dn. > My security group has a space in its name (e.g. Company - aftersales) > How do I

Re: Read only share screen

2019-02-11 Thread Nick Couchman
On Mon, Feb 11, 2019 at 7:28 AM murat wrote: > Hi, > > I did this by updating GuacamoleConfiguration config; > > config.setConnectionID(previousConnectionID); > config.setParameter("read-only", String.valueOf(Boolean.TRUE)); > Glad you figured it out, and thank you for posting back with your

Re: Users get by TOTP authentication

2019-02-19 Thread Nick Couchman
On Tue, Feb 19, 2019 at 11:23 AM Benjamin Griese wrote: > Hello Nick, > > thanks for clarifying this, even though it was in the manual of how to > setup LDAP! (RTFM...) > Got it working now! > > Glad to hear it, Benjamin. -Nick

Re: Can't get SSH key to work

2019-01-29 Thread Nick Couchman
On Tue, Jan 29, 2019 at 9:58 AM Julien Nicoulaud wrote: > Hi, > > Does Guacamole support Ed25519 SSH keys ? > This would more depend on whether or not libssh2 supports it, and in what version of libssh2 it exists. guacd leverages libssh2 for the underlying SSH functionality, so most of the

Re: How to make set a user "Administrator" permission

2019-01-29 Thread Nick Couchman
On Mon, Jan 28, 2019 at 3:20 AM murat wrote: > Hi, > > I'ım connection to a remote windows using guacamole rdp client. I want to > create a "Sharing Profile" programatically using JAVA. > > Firstly, i think the user need some permissions like "ADMINISTER" and > "CREATE_SHARING_PROFILE" > > when

Re: File Transfer and Read Write with current User

2019-01-28 Thread Nick Couchman
On Mon, Jan 28, 2019 at 7:34 PM sciUser wrote: > Hello > > I understand that the guacd is creating the files but is there away to have > it so the when i enable file transfer that the user has full control ? I > have created a directory called DL, I have set the mode to 666 (rw rw rw) > in >

Re: Trying to establish SHH connection with Key authentication = You have been disconnected

2019-01-30 Thread Nick Couchman
On Wed, Jan 30, 2019 at 7:07 AM wooza wrote: > Hello > > I am having difficulties setting up a SSH connection with key > authentication. First of all, with password authentication it works just > fine. When trying to use key authentication I assume when checking the logs > I can successfully

Re: Issue regarding starting application with Initial program

2019-01-24 Thread Nick Couchman
On Thu, Jan 24, 2019 at 12:40 AM Kashif Sohail wrote: > As I am coming from windows environment, hence will appreciate if one can > point me to some resource or example explaining to do the feat. > > > A couple of possibilities: - If you don't care about having a window manager (being able to

Re: Issue regarding starting application with Initial program

2019-01-24 Thread Nick Couchman
On Thu, Jan 24, 2019 at 6:01 AM Kashif Sohail wrote: > thanks. That seems pretty good idea. > > Issue is when I pass on any arguments after the program in initial_program > parameter then Guacamole does not execute. In fact, it does not execute the > program itself. If I remove the arguments

Re: Session management for an enterprise / automaticly creating VNC sessions

2019-01-24 Thread Nick Couchman
On Thu, Jan 24, 2019 at 8:07 AM Nico Schottelius < nico.schottel...@ungleich.ch> wrote: > > Hello Guacamole users, > > we are evaluating guacamole for a bigger environment. We have seen > support for LDAP and 2FA in Guacamole, which is great. > > We would like to use guacamole for a big number of

Re: Logout from guacamole with open id credential will reconnect again

2019-01-24 Thread Nick Couchman
On Thu, Jan 24, 2019 at 8:58 AM Chee-Yang Chau wrote: > Hi, > > I have successfully setup the google openid for my guacamole > installation. I can login to guacamole with my google id. > > However, when I try to logout from guacamole session, it will reconnect > back to guacamole again. > Yes,

Re: Slow and randomly disconnected session when transfer large file to RDP session

2019-01-24 Thread Nick Couchman
On Thu, Jan 24, 2019 at 8:55 AM Chee-Yang Chau wrote: > Hi, > > I enable shared drive for a rdp connection. I can drag and drop a file > from my desktop to the guacamole session and it works very well. > > Next, I try to transfer a larger file: about 500MB. I notice the transfer > speed is very

Re: Session management for an enterprise / automaticly creating VNC sessions

2019-01-24 Thread Nick Couchman
On Thu, Jan 24, 2019 at 10:31 AM Nico Schottelius < nico.schottel...@ungleich.ch> wrote: > > Hello, > > and thanks, wow! > > Thanks for the great feedback, Nick and Adam - I certainly haven't > expected that and also that fast! > > We were already thinking about modifying the database to match

Re: Restricting access to Connections defined in MySQL using LDAP groups?

2019-01-24 Thread Nick Couchman
On Thu, Jan 24, 2019 at 10:21 AM ek1m92 wrote: > JoelB wrote > > Thanks, let me know when you've filed an issue and I'll add my experience > > if > > there is any difference. > > As this seems to be something that has to be investigated further, I have > created an issue here < >

Re: Trying to establish SHH connection with Key authentication = You have been disconnected

2019-01-30 Thread Nick Couchman
On Wed, Jan 30, 2019 at 12:31 PM wooza wrote: > Maybe it's worth mentioning: I have installed guacamole using this guide: > https://wiki.debian.org/Guacamole but I just realized that the version I > installed from the Debian Package ( apt install guacd -y) is v 0.9.9 and > that is many years

Re: Are there or could there be more Parameter Tokens than are in the Documentation?

2019-02-01 Thread Nick Couchman
On Fri, Feb 1, 2019 at 7:16 PM brian mullan wrote: > In Chapter 5 are listed 6 Parameter Tokens. > > By chance are there more? > The ones listed there are the only ones that exist by default. However... > > If not could there be? > ...changes have been introduced in the master branch of the

Re: Are there or could there be more Parameter Tokens than are in the Documentation?

2019-02-01 Thread Nick Couchman
On Fri, Feb 1, 2019 at 8:07 PM brian mullan wrote: > Thanks Nick > > In regards to pam & using the guac parameters... I'd never actually > looked into /etc/pam.d before a couple days ago. > > There are alot of app entries there. > > For instance... XRDP ? > Yes, if you have XRDP installed, it

Re:

2019-02-03 Thread Nick Couchman
On Sun, Feb 3, 2019 at 2:17 PM wrote: > Hi all, > > first of all, sorry I got confused where to post this question. > No worries at all! > > 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 factor >

Re: Supported JDK version

2019-02-03 Thread Nick Couchman
On Sun, Feb 3, 2019 at 6:27 PM Marko Nikolić wrote: > Hello, > > > Is it possible to compile Guacamole 1.0.0 client with JDK 11? > Not sure, I've not tried it. > > This version of JDK is default in Ubuntu 18.04, but it fails to > compile the client. Switching to JDK 8 fixes the issue. > Can

Re: Connect user to runtime created instances.

2019-02-02 Thread Nick Couchman
On Sat, Feb 2, 2019 at 6:54 AM Mr X0rcist wrote: > Hi , > > I am trying to achieve the following: > > When a user authenticates to the Guacamole I need to spin up new docker > image running VNC and connect user to it. > > Note, all users are accessing same application hence one docker image . >

Re: Connect user to runtime created instances.

2019-02-02 Thread Nick Couchman
On Sat, Feb 2, 2019 at 1:28 PM Mike Jumper wrote: > On Sat, Feb 2, 2019 at 6:37 AM Nick Couchman wrote: > > On Sat, Feb 2, 2019 at 6:54 AM Mr X0rcist wrote: > >> > >> Hi , > >> > >> I am trying to achieve the following: > >> > >> W

Re: HttpServletRequest getParameter function returning null

2019-02-02 Thread Nick Couchman
On Sat, Feb 2, 2019 at 5:33 AM messido wrote: > So I came across two issues once I updated the version of guacamole to > 1.0.0 > > 1) HttpServletRequest doesn't hold any of my parameters anymore > Are you using a custom-written application based on the Guacamole Common code, or are you using

Re: Sound over RDP issue (with solution)

2019-02-02 Thread Nick Couchman
On Sat, Feb 2, 2019 at 12:43 PM wrote: > Hello everyone, > > > > Absolutely love Guacamole, been using 0.9.14 for about a year, but the > sound never worked with RDP. Finally got tired of it and check to see if > there was an update. Sure enough. I installed 1.0.0 from source on a fresh > VM,

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

2019-02-03 Thread Nick Couchman
On Sun, Feb 3, 2019 at 5:18 AM messido wrote: > I'm not using the guacamole-client application, wrote my own client. > > Using the guacamole-common and guacamole-common-js, is it possible to > completely rename the external drive? > > *config.setParameter("drive-name", "Files");* > yields to

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

2019-02-04 Thread Nick Couchman
On Mon, Feb 4, 2019 at 8:25 AM brian mullan wrote: > I'm not a guacamole dev but perhaps you need to escape the "||" with > backslashes? > > *"rdp://username@ip > ?domain=my.domain=3389=nla=true=mypassw0rd& > *remote-app=\|\|win32calc"*.* > > If the backslash doesn't work, try using the

Re:

2019-02-04 Thread Nick Couchman
On Mon, Feb 4, 2019 at 7:07 AM wrote: > Hi Nick, > > thank you for your quick reply. > Yes, my wife's account is also LDAP based. > > I gave the account of my wife the permission to change her password. That > did the trick. > > Still in my understanding this is a security issue. As whenever a

Re: Monitoring TypeScript Files

2019-04-07 Thread Nick Couchman
On Wed, Mar 27, 2019 at 12:53 PM Kamal Ezzaki wrote: > is someone know how i can monitor the ssh typescript so that he can stop > session if there is a danger input ? > i tried to use Swatch but he wait that the user valide the input > Well, since the data between guacd and Guacamole Client is

Re: Help with Guacamole 0.9.9

2019-04-10 Thread Nick Couchman
On Wed, Apr 10, 2019 at 1:48 PM Abner, Michael (SAMHSA/OMTO) < michael.ab...@samhsa.hhs.gov> wrote: > root@ip-10-60-1-9:/opt# ps -ef | grep guacd > > root 5727 1 0 17:35 ?00:00:00 guacd > > root 5782 1939 0 17:37 pts/000:00:00 grep --color=auto guacd > Are guacd

Re: Can guacamole record web application through http/s protocol?

2019-04-17 Thread Nick Couchman
On Wed, Apr 17, 2019 at 4:49 PM xiaochao wrote: > Thanks for your reply. "I think this would be a killer addition." > You're certainly welcome to use the Guacamole code to build your own solution that includes this, but the Guacamole Project will not be adding it, as it is considered

Re: Can guacamole record web application through http/s protocol?

2019-04-17 Thread Nick Couchman
On Wed, Apr 17, 2019 at 4:15 PM xiaochao wrote: > Guacd support protocol like vnc and rdp. Is it possible it also support > html? > No, the project has made a decision not to try to implement HTTP(S) proxy support. There are plenty of other software products out there that do this, and

Re: Guacamole+Radius+Eap-tls

2019-04-18 Thread Nick Couchman
On Thu, Apr 18, 2019 at 5:21 AM Kamal Ezzaki wrote: > i see that's windows server 2012 R2 not supporting EAP-TTLS , so i have > only one option EAP-TLS > Yes, so, as I asked previously: Can you defined "it's not working" a bit better: - What error are you getting? - Is there anything in the

Re: Can guacamole record web application through http/s protocol?

2019-04-18 Thread Nick Couchman
On Thu, Apr 18, 2019 at 10:28 AM xiaochao wrote: > "There are many products that already accomplish these goals without > actually > recording the exact screens the user is seeing." Could you give me some > recommendation? Thanks!! > > Palo Alto Networks Barracuda NgFirewall Juniper Untangle

Re: Guacamole With F5 Waf

2019-04-14 Thread Nick Couchman
On Sun, Apr 14, 2019 at 6:40 AM Kamal Ezzaki wrote: > Hello , > Just a question can Guacamole Work With a WAF ( F5 ) to protect the web > application from attacks ? > This likely depends on what you mean by "protect the web application from attacks." What kind of attacks are you concerned

Re: Correct Syntax for Curl

2019-03-15 Thread Nick Couchman
On Thu, Mar 14, 2019 at 9:13 PM sciUser wrote: > So here is what I get when trying to post to the /api/tokens > > curl -X POST -F 'username=secretusername' -F 'password=secretpassword' > http://localhost:8080/labview/api/tokens > {"message":"Invalid login","translatableMessage":{"key":"Invalid

Re: no audio with rdp

2019-03-15 Thread Nick Couchman
On Fri, Mar 15, 2019 at 9:43 AM Not Speedy wrote: > for the life of me, I can't get audio. reading through the mailing list > and manual, it looks like it should just work with RDP. I'm running guacd > and guac client on the same server (centos 7). fyi.. I'm a Linux > newbie..so its possible I

Re: Can't upload files by guacamole SFTP

2019-05-15 Thread Nick Couchman
On Wed, May 15, 2019 at 3:09 AM Hugo AMG87 wrote: > Hello, > > It's nginx and tomcat. On nginx I have added the "client_max_body_size" > line to 0, but still not work. > A couple of follow-up questions: - Are you using HTTP, or HTTPS? - Are there any log messages, either in the Tomcat logs

Re: LDAP + 1.1.0

2019-05-15 Thread Nick Couchman
On Mon, May 13, 2019 at 9:48 AM Ciro Iriarte wrote: > Hello, > > Installed GIT 1.1.0 version of Guacamole using > https://github.com/Zer0CoolX/guacamole-install-rhel, it mostly works > but I'm having issues with the LDAP integration. > > Doing a ldapsearch from the server, everything is fine,

Re: LDAP + 1.1.0

2019-05-15 Thread Nick Couchman
> > It didn't work with referrals either. The LDAP backend is a freshly > installed Samba 4 AD controller (ldapsearch with provided > user/password and filter works without issues), any suggestions about > hoy to debug this?. > > Make sure debug mode is enabled in the web application, and see what

Re: "message":"Unexpected internal error" on /guacamole/api/tokens

2019-05-15 Thread Nick Couchman
On Sun, May 12, 2019 at 12:39 PM Mike Jumper wrote: > On Sun, May 12, 2019, 07:29 Ciro Iriarte wrote: > >> ... >> >> This is the default configuration I get after installation: >> >> guacd-hostname: localhost >> guacd-port: 4822 >> auth-provider: net.sourceforge.guacamole.net >>

Re: ldap users don't see connections to servers, if they members of a group which include connections

2019-05-27 Thread Nick Couchman
On Mon, May 27, 2019 at 4:30 AM Someone123 wrote: > Hello, > > I've got the Problem, that ldap users can only connect to servers, if I > assign the connection manually. So it only works, if I enable the > checkboxes > in the lower part, of user configuration. > If an ldap user is a members of a

Re: How to get client ip address on guacamole

2019-05-26 Thread Nick Couchman
On Sun, May 26, 2019 at 3:03 AM Manoj Patil wrote: > we used linux Xrdp through Guacamole and the security reason we catch > client visited ip and stored in my database and after i am only allowed to > visit a specific ip. > > Guacamole already captures this information for you - if you use

Re: guacamole-client from GIT and user-mapping

2019-06-04 Thread Nick Couchman
On Tue, Jun 4, 2019 at 2:48 AM Vieri wrote: > > (I now try to connect with a web browser, logging in as "testme", and I > get an Internal Server Error) > > # tail /var/log/tomcat-9-hman/localhost_access_log.2019-06-04.txt > You probably want to be looking at the "catalina.out" file rather than

Re: REST API documentation?

2019-06-04 Thread Nick Couchman
On Mon, Jun 3, 2019 at 2:43 PM parth.mishra wrote: > Huh, that's strange that no documentation exists. Do people not design the > API spec and code stubs prior to development? I'm not familiar with Java > dev > processes so I don't know. > What would be even more strange is if this

Re: SSH and ED25519 not supported?

2019-06-02 Thread Nick Couchman
> Thanks for the answer. > > libssh2 has so many dependencies in Centos 7, will be hard to update I > think. > My experience is the opposite with libssh2 - doesn't seem like it requires all that many things installed, and almost nothing else relies upon because most everything else uses OpenSSH

Re: Failed to install guacamole-client 1.0.0

2019-06-02 Thread Nick Couchman
On Wed, May 29, 2019 at 5:39 PM dangerous9x wrote: > I have tried to switch the version of JDK, didn't work either :( > > > Hard to say without seeing the actual error, but you should also make sure you have a newer version of Maven - some of the older (3.0.0) versions don't work correctly,

Re: OpenID Connect - Redirect to Original Requested URL

2019-06-02 Thread Nick Couchman
On Tue, May 28, 2019 at 5:39 PM parth.mishra wrote: > Upon successful authentication via OIDC, the user is returned to the > redirect > URI e.g. ("https://myserver.com/guacamole/;). I want to know if it's > possible to redirect the user to their originally requested URL after > successful

Re: guacamole-client from GIT and user-mapping

2019-06-04 Thread Nick Couchman
On Tue, Jun 4, 2019 at 8:45 AM Vieri wrote: > > On Tuesday, June 4, 2019, 1:57:56 PM GMT+2, Nick Couchman < > vn...@apache.org> wrote: > > > You probably want to be looking at the "catalina.out" file rather than > the access log - it should have more d

Re: guacamole-client from GIT and user-mapping

2019-06-03 Thread Nick Couchman
On Mon, Jun 3, 2019 at 10:14 AM Vieri wrote: > Hi, > > The current guacamole-client GIT version (1.1.0) doesn't seem to work with > the default user-mapping.xml config. The same user-mapping does however > work with the 1.0.0 release. > I'm asking because I'm trying out the GIT version for

Re: guacamole not update custom java script

2019-06-03 Thread Nick Couchman
On Mon, Jun 3, 2019 at 10:33 AM Manoj Patil wrote: > Dear team, > > My scenario is that i have to write custom javascript after guacamole > login successful in authenticateservice.js > > I tried writing simple alerts to check code work flow but it didnt worked > for me. > > I then restarted

Re: Looping with Guacamole+Keycloak

2019-05-30 Thread Nick Couchman
On Thu, May 30, 2019 at 02:09 Yang Yang wrote: > Hello, > > I solved this issue by making a small change to two files for the openid > extension and rebuild it: > > ~/guacamole-client-1.0.0/extensions/guacamole-auth-openid/src/main/resources/config/openidConfig.js > >

Re: Add connections for OpenID users

2019-05-31 Thread Nick Couchman
On Fri, May 31, 2019 at 4:37 AM Yang Yang wrote: > Hello, > > I have get Guacamole 1.0.0 running with Keycloak, and can successfully > login. Could you help to tell how to add connections for Keycloak users and > manage the mapping between users and connections? > You will need to use some

Re: SSH and ED25519 not supported?

2019-05-30 Thread Nick Couchman
On Thu, May 30, 2019 at 9:24 AM Thomas Plant wrote: > Hi, > > installed guacamole 1.0.0 with MySQL database and Centos 7 as OS. I am > trying to setup an ssh connection with an ED25519 key. > On connection I get the following error: > > May 30 14:10:40 Guacamole guacd[31189]: Auth key import

Re: guacamole not update custom java script

2019-06-03 Thread Nick Couchman
On Mon, Jun 3, 2019 at 2:23 PM Manoj Patil wrote: > Can you please give me the example to write extension and how to integrate > it and rebuilt it and deploy > http://guacamole.apache.org/doc/gug/guacamole-ext.html -Nick >

Re: REST API documentation?

2019-06-02 Thread Nick Couchman
On Fri, May 31, 2019 at 7:18 PM parth.mishra wrote: > I see the Java backend has a REST API but I can't find documentation for > it. > I see the guacamole-common docs but those are for the Java client itself > right? Is there like a swagger/openAPI doc I could reference for the HTTP > REST side

Re: CAS and MySQL

2019-05-28 Thread Nick Couchman
On Tue, May 28, 2019 at 8:52 AM marcolefo wrote: > Hi > > Is there any way to permit the choice between CAS and MySQL auth at login > screen ? > > I would like CAS users to be in a group with limited rights ans have some > MySQL users with admins rights. > > At this point, no, that is not

Re: Screen Resolution

2019-06-13 Thread Nick Couchman
On Thu, Jun 13, 2019 at 1:41 AM Amarjeet Singh wrote: > I was facing the similar issue. > > FreeRDP 1.0.2 doesn't support display update virtual channel. > > I also tried using 1.1 and 1.2 releases of FreeRDP but it is not > compaitable with guacamole server. > This is not true - Guacamole

Re: RemoteApp Syntax

2019-06-10 Thread Nick Couchman
On Thu, Jun 6, 2019 at 4:29 PM sciUser wrote: > Question: > > What if we are not using a Terminal Server (Cost to much) and just > standalone servers (2016-2019) no active directory insight or Desktops > (Windows 7 Pro or windows 10 Pro) or Linux Desktop? > How is this achieved? > > So, here's

Re: Execute commands pre-connection (vmware-cmd, for instance)

2019-06-11 Thread Nick Couchman
On Tue, Jun 11, 2019 at 12:06 PM jokland wrote: > Hello. > I am deploying a simple installation of apache guacamole for connect to few > vmware esxi VM's. I don't have a lot of hardware resources, and I want to > mantain the unused VM in suspend mode. > > I thinked that when a user want to

Re: Installation script

2019-06-11 Thread Nick Couchman
On Tue, Jun 11, 2019 at 9:33 AM Kamal Ezzaki wrote: > Hello, > > You can try this https://github.com/MysticRyuujin/guac-install it's > working in ubuntu 16. > Please note this is not maintained by the project, so it may work, but if it doesn't you'll need to get support from the script

Re: guacd docker container can't access local network

2019-06-11 Thread Nick Couchman
On Wed, Jun 5, 2019 at 3:09 AM Aram Akhavan wrote: > Hello! > > I've successfully installed guacamole through docker and can now connect > to the docker host with guacamole using ssh and rdp protocols. However, I > can't get it to connect to other hosts on my local network. > > It seems that for

Re: Possible to use MariaDB Connector vs MySQL Connector?

2019-06-11 Thread Nick Couchman
On Wed, Jun 5, 2019 at 10:58 AM Zer0Cool wrote: > RHEL/CentOS 7.6 > Guac 1.0.0 > MariaDB 5.5.60 (from official CentOS repo) > MySQL Connector J 5.1.47 (or 8.0.16) > > I am wondering if Guacamole would function the same using MariaDB Connector > J (current version is 2.4.1) vs MySQL Connector J

Re: Possible to use MariaDB Connector vs MySQL Connector?

2019-06-11 Thread Nick Couchman
On Tue, Jun 11, 2019 at 2:19 PM Zer0Cool wrote: > Here is the error I get in /var/log/messages when loading the Guac > website/login page. > > t-guac server: ### Error querying database. Cause: java.sql.SQLException: > Error setting driver on UnpooledDataSource. Cause: >

Re: Screen Resolution

2019-06-12 Thread Nick Couchman
On Tue, Jun 11, 2019 at 5:22 PM Goran wrote: > Param resize-method=display-update does not work on fullsizing the > browser window. It resizes but not to full size. > > resize-method=reconnect does it's job but is uncomfy. > > Does someone has a simillar problem? > What O/S are you running

Re: guacd

2019-06-12 Thread Nick Couchman
On Tue, Jun 11, 2019 at 4:49 PM Goran wrote: > It's working: > > > > > rdp > 192.168.100.188 > nla > true > q > > > > > Yes - with NLA the username and password must be present at connection time - they are used as part of the

Re: Automating creation of users and connections

2019-06-12 Thread Nick Couchman
On Wed, Jun 12, 2019 at 3:56 PM DmitriyL wrote: > I have successfully deployed Guacamole 1.0.0, and now looking into > automating > some of the tasks for adding users & connections. For config storage I have > gone with Postgres, so the idea is to run sql commands against the DB. This should

Re: keyboard translation

2019-06-13 Thread Nick Couchman
On Thu, Jun 13, 2019 at 12:32 PM Manoj Patil wrote: > dear, > > in my old setup i have a issue of Guacamole Server (192.168.80.162) -> > Linux Desktop (192.168.80.162) xrdp -> x11rdp(127.0.0.1) -> problem with > keyboard translation. > You'll need to be more descriptive about what problem

Re: guacamole not update custom java script

2019-06-10 Thread Nick Couchman
On Mon, Jun 10, 2019 at 4:57 AM Manoj Patil wrote: > dear, > > Sure, > > i am not checking this at client side i am checking client address at > server side and make changes at server side. > > > Even if you're changing files on the server-side, if you're changing .JS or .HTML files, you're

Re: "message":"Unexpected internal error" on /guacamole/api/tokens

2019-05-11 Thread Nick Couchman
On Sat, May 11, 2019 at 18:46 Ciro Iriarte wrote: > Hello, > > I've installed v1.0.0 on openSUSE Leap using this repository: > > > http://download.opensuse.org/repositories/home:/ecsos:/server/openSUSE_Leap_15.0/ > > The thing is I'm getting this error out of the box: > > {"message":"Unexpected

Re: Variables in recording name

2019-05-14 Thread Nick Couchman
On Tue, May 14, 2019 at 22:23 Ciro Iriarte wrote: > Hi!, > > Does anybody know if it's possible to include variables for the > "recording-name" parameter?, would like to create the recording files > including the logged-in username in it (something like > nodeABC-${user}. > Yes, these can be

Re: Slow file transfer

2019-05-21 Thread Nick Couchman
On Tue, May 21, 2019 at 7:47 AM Abolfazl Kazemi wrote: > Thanks for your reply. > > My Network is like this: > Guacamole client (Tomcat) and guacd are on the same host (Ubuntu 16.04) > and their connection is through loopback interface. Also, the Network link > between all hosts is 1Gbps. > I

Re: Unable to RDP to new Guacamole Server

2019-05-21 Thread Nick Couchman
On Tue, May 21, 2019 at 8:52 PM commochief wrote: > What line would I add to my guacamole.properties? Trying to find syntax in > the docs and just not finding it. Pointer is fine if I am just totally > missing it. > > guacd-hostname: hostname.example.com guacd-port: 1234

Re: Failed to install guacamole-client 1.0.0

2019-05-21 Thread Nick Couchman
On Tue, May 21, 2019 at 10:57 AM dangerous9x wrote: > > When I try to run the mvn package command. It produces the error at the end > of the test. > > !image-2019-05-15-09-41-08-699.png! > > Although, I could echo to my $JAVA_HOME > > /usr/lib/jvm/java-11-openjdk-amd64 > > The image didn't come

Re: Printing

2019-05-21 Thread Nick Couchman
On Tue, May 21, 2019 at 7:37 PM dennphy wrote: > Using Guacamole 1.0.0, printing stops working after a while while in RDP > session > Happening at 2 different installations both using Centos 7 one is windows 7 > the other windows 10 target > Last entry in log file when it happens is: > > Running

Re: RDP problem with remote desktop gateway

2019-05-21 Thread Nick Couchman
On Tue, May 21, 2019 at 7:32 AM Pablo Uribe Bastero < pablo.ur...@arin-innovation.com> wrote: > Hi Nick, > > > > Oracle Linux 7.6 with Guacamole 1.0.0. Do you know how much is the > timeout? Because when we connect from RDP in Windows it last more than 20 > seconds. > > It's unclear from these

Re: JSP Client for Portal

2019-05-22 Thread Nick Couchman
On Wed, May 22, 2019 at 8:07 AM Sandeep wrote: > I have a portal platform (Liferay) in which I am trying to integrate this > as > a portlet or widget. One straight forward approach is it would be straight > forward iframe portlet with the URL pointing to the guacamole client app. > But security

Re: Connection Error: Balancing Connection Group

2019-05-08 Thread Nick Couchman
On Wed, May 8, 2019 at 10:44 AM Michael Barkdoll wrote: > Alright, first sorry for all the noise on this thread. I believe I have > uncovered a bug and I'm going to proceed with opening a bug report. > No worries at all - that's what the mailing list is for! > > Concerning the reverse proxy,

Re: Slow file transfer

2019-05-21 Thread Nick Couchman
On Tue, May 21, 2019 at 3:42 AM Abolfazl Kazemi wrote: > I apologize for creating an issue for this problem before sending it here. > > I encountered a slow file transfer for guacamole. I tested several > versions up to 1.0 and this issue persisted. > > > When I use guacamole for ssh connections

Re: RDP problem with remote desktop gateway

2019-05-21 Thread Nick Couchman
On Tue, May 21, 2019 at 6:49 AM Pablo Uribe Bastero < pablo.ur...@arin-innovation.com> wrote: > Hello, > > > > Anyone has any idea about this problem? I was thinking and it might be a > timeout from freerdp. > Yes, it definitely looks like a network-related timeout. What version of Guacamole

Re: Killing a guacamole session programatically

2019-05-16 Thread Nick Couchman
On Thu, May 16, 2019 at 6:42 AM faris backer wrote: > Is there any way to terminate/Kill guacamole existing session > programmatically. > Yes - the entire user interface is REST API driven, so terminating a session can also be done with the API. If you go into the browser Developer Console and

Re: Can't upload files by guacamole SFTP

2019-05-14 Thread Nick Couchman
On Tue, May 14, 2019 at 6:23 AM Hugo AMG87 wrote: > Hi, > > I have a problem uploading files in a Linux VM. The connection has SFTP > enabled (without a root directory specified) and when I try upload a text > file (a few bytes of size) the connection stops some seconds without allow > any

Re: Running bash script on user login

2019-05-20 Thread Nick Couchman
On Mon, May 20, 2019 at 7:51 AM purplebadger wrote: > does anyone have a simple mechanism or advice how to run a bash script > when a > user logs into Guac? > > We are running Duo authentication, the idea is to start a specific AWS > instance when a specific user logs into Guac - ideally the

Re: LDAP search vs. bind - what does guacamole use when?

2019-05-01 Thread Nick Couchman
On Wed, May 1, 2019 at 11:38 AM nicoschottelius < nico.schottel...@ungleich.ch> wrote: > Hello, > > I've tried several combinations of ldap-search-bind-dn, > ldap-user-search-filter, ldap-max-search-results - all with one result: > > - User successfully authenticated in the logs > - Unable to

Re: Latest news - VNC problem

2019-05-01 Thread Nick Couchman
On Wed, May 1, 2019 at 4:36 PM Lance Gropper < lance.grop...@encorehollywood.com> wrote: > Hello All: > > > > I figured that one out, and can connect to TightVNC, but with RealVNC, I > get: > > > > May 1 13:38:25 guacamole-post server: 13:38:25.717 [http-bio-8080-exec-9] > INFO

Re: Radius Provider returns Group - like LDAP

2019-05-06 Thread Nick Couchman
On Mon, May 6, 2019 at 20:51 drhy wrote: > Definitely only a wish to add to the list. This should probably go into our JIRA instance as an improvement or feature request. > > It would reduce admin for those of us who use Radius for authentication > against a Directory (in our case Microsoft

Re: Nginx Content_Security_Policy?

2019-05-03 Thread Nick Couchman
On Fri, May 3, 2019 at 3:17 PM Zer0Cool wrote: > CentOS/RHEL 7.6 > Nginx 1.16.0 > OpenSSL 1.0.2k-fips > Guac 1.0.0 > > I have SSL working just fine with a Lets Encrypt cert. I am attempting to > add a CSP line to the nginx conf and its causing the login page to look odd > and not actually

Re: LDAP users automatically disconnected in RDP sessions

2019-07-03 Thread Nick Couchman
> > [4] Syslog: > > guacd[2097]: WaitForSingleObject: unknown handle type 9737140978076182297 > kernel: [77606.505720] traps: guacd[22247] general protection > ip:7f49951b8207 sp:7f4983ffd360 error:0 in libc-2.27.so > [7f4995121000+1e7000] > guacd[2097]: message repeated 6 times: [

Re: Wget downloading version 1.0

2019-07-03 Thread Nick Couchman
On Wed, Jul 3, 2019 at 10:00 AM Manoj Patil wrote: > not resolved please see this > > wget > http://apache.org/dyn/closer.cgi?action=download=guacamole/1.0.0/source/guacamole-server-1.0.0.tar.gz > Please look *carefully* at the command I posted and notice that it requires quotes around the

Re: Error when I try to compile TOTP

2019-07-05 Thread Nick Couchman
On Fri, Jul 5, 2019 at 9:57 AM Niubbo75 wrote: > Hello Nick and thankyou for your reply! > > > vnick wrote > > A couple of things, here: > > - It looks like maybe you're trying to build the TOTP module by itself, > > without building the entire code base? You probably should do this - > > maybe

Re: Wget downloading version 1.0

2019-07-05 Thread Nick Couchman
On Thu, Jul 4, 2019 at 2:14 AM Manoj Patil wrote: > ok its work thanks > > but sometime this link not working is it right? > > This link always works for me. I do not know of any intermittent issues with the apache.org CDN. -Nick > >

Re: Information inaccurate on Chapter 2. Installing Guacamole natively

2019-07-05 Thread Nick Couchman
On Fri, Jul 5, 2019 at 8:37 AM M Bond wrote: > Hello, > > Please be informed that your online manual below on FreeRFP is inaccurate. > > The library libfreerdp-dev under FreeRDP (please see enclosed picture) is > no longer working on Debian Buster. > Just because it has changed in a particular

Re: Guacamole client and server installed on separated server

2019-07-10 Thread Nick Couchman
On Tue, Jul 9, 2019 at 12:10 PM Niubbo75 wrote: > Hello all, I would like to install guacamole on 2 different VM, one for the > client side and one for the server side. > This should be fine. > I have started installing guacamole-server + mariadb (client & server) + > all > needed libs on the

Re: Wget downloading version 1.0

2019-07-03 Thread Nick Couchman
On Wed, Jul 3, 2019 at 9:36 AM Manoj Patil wrote: > Dear, > I have an issue to wget a guacamole server 1.0 . please find following > error > > wget > https://guacamole.apache.org/releases/1.0.0/guacamole-server-1.0.0.tar.gz > --2019-07-03 >

Re: User disconnected

2019-06-26 Thread Nick Couchman
On Wed, Jun 26, 2019 at 4:12 AM Manoj Patil wrote: > Hi > > This issue solve by setting as per your instruction But i want only one > connection per user. > > is there any timeout setting of Guacamole session > If you mean, is there a way to set it so that Guacamole will time out an active or

Re: Why doesn't guacamole work with Windows 10/Server 2016-19 out of the box?

2019-06-26 Thread Nick Couchman
On Wed, Jun 26, 2019 at 2:21 AM Aram Akhavan wrote: > The provided Docker image not working out of the box is a problem > nonetheless. I have tested with Win10 Pro, and its the same deal. I'm > not sure how Docker would cause such a problem; if you have an idea do > let me know. > Aram, Most

Re: Why doesn't guacamole work with Windows 10/Server 2016-19 out of the box?

2019-06-26 Thread Nick Couchman
On Wed, Jun 26, 2019 at 6:35 PM Aram Akhavan wrote: > Hi Nick, > > My testing was done with "Ignore Certificates" enabled. It still doesn't > work. > > With NLA disabled on the remote host, guacd logs show: > What happens if you: - Leave NLA enabled on the remote host - Set encryption mode in

Re: Advantage of using Nginx

2019-07-08 Thread Nick Couchman
On Mon, Jul 8, 2019 at 9:50 AM jinesh wrote: > Hi, > > I would like to know that is there any advantage in using Nginx for > connection management in Guacamole server setup, like: > 1. Better traffic handling over tomcat Thread model. > 2. Scope of load balancing features. > 3. Better concurrent

Re: Error when I try to compile TOTP

2019-07-07 Thread Nick Couchman
> Here the error from catalina.out: > > 10:00:25.850 [localhost-startStop-1] ERROR o.a.h.extension.ExtensionModule > - > Extension "guacamole-auth-totp-1.0.0.jar" could not be loaded: > Authentication provider class cannot be loaded (wrong version of API?). > 10:00:25.853 [localhost-startStop-1]

Re: TOTP + LDAP/Active Directory

2019-07-15 Thread Nick Couchman
On Mon, Jul 15, 2019 at 3:17 AM Niubbo75 wrote: > Hello guys, > I have a question for you, I have enabled both TOTP and LDAP, I have binded > my AD with Guacamole and I can login using my AD users, but AD users don't > have TOTP while it works for local Guacamole users, how can I enable it >

Re: New guacamole-client Czech translation

2019-04-23 Thread Nick Couchman
On Tue, Apr 23, 2019 at 8:09 AM VictorC wrote: > Hello, > I just translated the guacamole interface into Czech. If anyone was > interested. > https://github.com/Vict0rC/guacamole-client-cz > Based on lates git en.json (v1.1.0) > Victor > > Very nice! We would love for this to be contributed to

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