Re: Recording session on demand

2018-01-16 Thread Nick Couchman
On Tue, Jan 16, 2018 at 4:15 AM, Aaron Newsome wrote: > Hello Marko. I've been thinking about this use case too. If you look at my > previous posts, I've been spending a lot of time with session recordings. > My current method of managing on-demand recording is to use

Re: [DISCUSS] Add FAQ to website (Was: Re: Seamless Clipboard Redirection from Local to Remote Desktop)

2018-01-14 Thread Nick Couchman
+1 - Great idea, let's do it. I'll have to think about whether there are other questions that should be added, but I like the idea and think the list here is a great start. -Nick On Sun, Jan 14, 2018 at 3:37 PM, Mike Jumper wrote: > Hello all, > > With the frequency

Re: High Availability in Guacamole Client

2018-01-13 Thread Nick Couchman
On Tue, Jan 9, 2018 at 1:28 PM, Thiago dos Santos Nunes < thi...@digitalinformatica.com.br> wrote: > I really need help with High Availability for the Guacamole client. > Based on what you've said below, what I believe you mean by "High Availability" is that you need the number of active

Re: LDAP Guacamole 0.9.14

2018-01-25 Thread Nick Couchman
On Wed, Jan 24, 2018 at 6:15 AM, Przemysław Pach wrote: > > I'm new with guacamole and configured basic WEB authentication with tokens > ${GUAC_PASSWORD} and ${GUAC_USERNAME) to use with RDP connection. > > This work with static > > > username="user" > password="password"

Re: wsock32 status / file transfers failing

2018-01-31 Thread Nick Couchman
On Wed, Jan 31, 2018 at 9:31 AM, Adrian Owen wrote: > Hi, > > > > OS – Debian Jessie x86 > > Building Guacamole 0.9.14 > > > > When I ran ./configure during the build it reported wsock32 is missing: > > > > Library status: > > > > freerdp . yes > >

Re: guacamole behind haproxy

2018-02-01 Thread Nick Couchman
On Thu, Feb 1, 2018 at 7:06 AM, StephenDart wrote: > Has anyone got a successful config for haproxy to enable guacamole > I have a haproxy instance doing ssl offload and reverse proxy, passsing > /guacamole to the server at x.x.x.x:8080/guacamole > I can get to the login

Re: Login to guacamole using the web api

2018-02-02 Thread Nick Couchman
On Fri, Feb 2, 2018 at 10:55 PM, zhangbin wrote: > Hello, > > how do I use guacamole/api/tokens and login remotely to guacamole web api > by submitting username, password json format data to get the authentication > code... > The easiest way to figure out what you need is to

Re: guacamole behind haproxy

2018-02-02 Thread Nick Couchman
On Fri, Feb 2, 2018 at 3:42 AM, StephenDart wrote: > Will post the config when i am back home, but actually there is only one > backend so sticky sessions arent a problem, there is only one possible in > the config to go to. > Any traffic for /guacamole will go to a

Re: LDAP Guacamole 9.14

2018-02-02 Thread Nick Couchman
> > I also noticed that your running LDAP on port 3268. That's not the port > that LDAP usually runs on, did you double check that your LDAP server is > really running on port 3268? > > Port 3268 is standard when running Active Directory - it is the global catalog port. There was a referral bug

Re: Dynamic VNC connections

2018-01-31 Thread Nick Couchman
On Wed, Jan 31, 2018 at 2:33 PM, wrote: > Is it possible to have 1 VNC connection that is configured in such a way > that when user A logs he, they connection to the first port, then when user > B logs into the same connection, they connect to the next available port? > Our

Re: New user, Debian HowTo, some suggestions

2018-02-01 Thread Nick Couchman
On Thu, Feb 1, 2018 at 3:36 PM, Fabián Rodríguez wrote: > Hello, > > Many thanks for this software, it's proving very useful and I am happy I > was able to replace other similar proprietary software in a particular > situation I was dealing with. > > I'd like to suggest

Re: How to desactivate Duo security two factor authentication

2018-02-05 Thread Nick Couchman
On Mon, Feb 5, 2018 at 7:05 AM, eol wrote: > Hi, > > I needed to temporarly desactivate duo security settings in Apache > Guacamole. I tried to desactivate Duo, but after that I get an error > message on Guacamole web UI authentication page: > > "property duo-api-hostname

Re: OpenID

2018-02-05 Thread Nick Couchman
> I’m missing the openid-client-secret attribute to authenticate. Is it not > yet documented or implemented? > There is no openid-client-secret attribute - either implemented or documented. Do you know that Microsoft is actually implementing OpenID, or is it some other Oauth implementation? >

Re: Could Guacamole make use of WebRTC now that Gstreamer implements it?

2018-02-07 Thread Nick Couchman
On Wed, Feb 7, 2018 at 11:50 AM, brian mullan wrote: > I'm not a programmer but thought I'd ask the question. > > I've been aware of WebRTC and its use for quite a while but I just read > the following: > > GStreamer has grown a WebRTC implementation >

Re: OpenID-Connect HTTP 500

2018-02-08 Thread Nick Couchman
On Thu, Feb 8, 2018 at 10:00 AM, Justin Gauthier wrote: > Hello everyone, > > I have discovered that I had a the openid-redirect-uri incorrectly > specified. That issue has now been resolved, and I get a login screen > now. > > Now, when I get that login screen, I can

Re: Could Guacamole make use of WebRTC now that Gstreamer implements it?

2018-02-08 Thread Nick Couchman
On Wed, Feb 7, 2018 at 12:25 PM, brian mullan wrote: > Could something like this be used to stream the user's remote desktop to > the client as a video stream? > > It could, yes, but I'm not certain why you'd want to do this in Guacamole. Guacamole, while having server

Re: Connection failures

2018-02-06 Thread Nick Couchman
On Tue, Feb 6, 2018 at 1:18 PM, wrote: > I checked with Red Hat, and their latest released version is 1.4.3. They > made it seem like they are not currently going to release anything newer, > but I’m trying to get them to give me a time frame. We can’t SSH to FIPS > 140-2

Re: FW: Guacamole SSH delete key

2018-02-12 Thread Nick Couchman
On Mon, Feb 12, 2018 at 10:07 wrote: > Is the question we were asked below possible? If so, how? > > Is it possible to change the delete key to CTRL-H on SSH connections? The > backspace key does not work in the SSH session unless the user re-defines > the delete key.

Re: OpenID-Connect HTTP 500

2018-02-09 Thread Nick Couchman
On Thu, Feb 8, 2018 at 11:37 PM, Justin Gauthier wrote: > The response paylode is: {"message":"Invalid > login.","translatableMessage":{"key":"Invalid > login.","variables":null},"statusCode":null,"expected":[{"name":"id_tok >

Re: MS SQL Extension Broken?

2018-02-09 Thread Nick Couchman
On Fri, Feb 9, 2018 at 5:55 AM, sebastian.k wrote: > Hi there, > > I've setup guacamole on centos 7.4/rhel with the new MS-SQL extension from > version 0.9.14. > The problem is that users get "corrupted". After a fresh install I can > login > once or twice with the

Re: Device redirection not working in LINUX RDP

2018-02-15 Thread Nick Couchman
On Thu, Feb 15, 2018 at 6:02 AM, Amarjeet Singh wrote: > Hi Team, > > > I am trying to redirect Shared drive [ from Guacamole Server ] to remote > desktop [ Ubuntu with XfreeRdp installed ] . > > I gather you mean xrdp, not XfreeRdp. XfreeRdp is the Linux RDP client, xrdp

Re: Prevent VNC display from stretching?

2018-02-22 Thread Nick Couchman
On Wed, Feb 21, 2018 at 9:59 PM, amlamarra wrote: > Is there a way to get VNC connections from stretching (or shrinking) the > display by default? I'd like to keep it at 100%. > > It's not entirely clear what you mean, here: - Disable "scaling" of the VNC display, such

Re: Prevent VNC display from stretching?

2018-02-22 Thread Nick Couchman
> > - Get VNC to behave the way RDP does, where the resolution of the client > is passed to the server at connection time and the remote display > automatically sizes to the correct resolution specified by the client? > > I'm not certain how feasible the first option is in Guacamole; the second >

Re: Allowing two people to view over VNC

2018-02-22 Thread Nick Couchman
On Thu, Feb 22, 2018 at 9:28 AM, greavette wrote: > Hello Forum, > > I'm still new to using Guacamole so perhaps this is covered in the > documentation so I apologize in advance if this has been already covered. > > I'm using Guacamole sever to help with a vendor

Re: printing issues (non-ASCII job name)

2018-02-22 Thread Nick Couchman
On Thu, Feb 22, 2018 at 2:35 PM, Евгений Н. Жуков wrote: > Hi, just installed latest version, and got old problem. If printing job > has non-ASCII symbols (for example russians characters) the job stucks in > printing queue, or I getting empty pdf file. > Do you have

Re: [jira] [Updated] (GUACAMOLE-512) Shared Drive redirection doesn't work with Ubuntu [ xrdp ]

2018-02-23 Thread Nick Couchman
> > > The UTF-16 equivalent for this in the byte order used by RDP would be: > > 43 6C 6F 75 53 74 6F 72 61 67 65 00 > > Which is the equivalent of the string: > > "ClouStorage" > > So you have apparently changed the UTF-16 string > ("G\0u\0a\0c\0a\0m\0o\0l\0e\0\0\0") to something which is

Re: Working with pipes

2018-02-21 Thread Nick Couchman
. > > Waait! Guacamole does send images, yes, but there is also an OSC which > temporarily redirects output to a pipe stream: > > . Sorry. Very nice.

Re: [jira] [Updated] (GUACAMOLE-512) Shared Drive redirection doesn't work with Ubuntu [ xrdp ]

2018-02-25 Thread Nick Couchman
On Sun, Feb 25, 2018 at 11:05 PM, Mike Jumper <mike.jum...@guac-dev.org> wrote: > On Sat, Feb 24, 2018 at 6:03 PM, Nick Couchman <vn...@apache.org> wrote: > >> >>> It is, however, *definitely* part of the spec. Accidental or not, >>> Amarjeet has ef

Re: guacamole admin utility

2018-01-03 Thread Nick Couchman
> > >> Thanks Nick - that's fantastic; I hadn't realised that the REST API was > callable in this way. > > The example is extremely helpful and works for me to determine active and > historical connections (even though I had to stand up a new ubuntu docker > container to run it, as my CentOS 6

Re: xterm crashes gnome-shell

2018-07-28 Thread Nick Couchman
On Sat, Jul 7, 2018 at 6:56 PM Stefan M. Radman wrote: > Hi Nick > > First, gnome-shell crashes (you notice by the desktop going black and the > window decorations disappearing) but ultimately the whole xrdp/Xvnc session > dies (Guacamole asks me if I want to logout or reconnect). > Sometimes it

Re: Cannot access Users setting page

2018-07-28 Thread Nick Couchman
On Thu, Jul 5, 2018 at 2:52 PM johnseekins wrote: > Any additional thoughts on this problem? It isn't world-ending, but it does > make maintenance more difficult. > > > John, My only suggestion is to completely blow away every part of your install - DROP the database and re-create it from the

Re: Http Header Auth

2018-07-30 Thread Nick Couchman
On Mon, Jul 30, 2018 at 3:19 PM Bime, Kerman K. (GSFC-606.2)[InuTeq, LLC] < kerman.k.b...@nasa.gov> wrote: > To whom it may concern, > > > > Could you provide more information on configuring guacamole.properties for > HTTP Header Authentication. The manual/documentation essentially just says > to

Re: Guacd 0.9.14 inside a docker: Not able to connect to windows

2018-07-28 Thread Nick Couchman
On Mon, Jul 9, 2018 at 9:07 AM tanon wrote: > Hi, > Thank you for your reply. > Here is the json containing the parameter: > { > "username" : "User1", > "connections" : { > "connection1" : { > "protocol" : "rdp", > "parameters" : { >

Re: Guacamole get the key of the share link connection

2018-07-28 Thread Nick Couchman
On Thu, Jul 26, 2018 at 9:15 AM YOSRA SAADALLAH wrote: > > I'm working with guacamole 0.9.14 , i want to get the share link of the > connection. So i 'm using http.get and http.post to get the key . > > At first , i got the token from > > dns/guacamole/api/tokens > > After that , i got the id

Re: Guacamole and multi-monitor support?

2018-07-28 Thread Nick Couchman
On Thu, Jul 26, 2018 at 5:33 AM Martin Ciglan wrote: > Thank you. > > Is there any pre-estimation (imagination), how much work this would be for > dev? > > > It's kind of hard to say, although I think it would probably be pretty involved. Here's what I would imagine would be involved in it: -

Re: Guacamole get the key of the share link connection

2018-07-28 Thread Nick Couchman
On Sat, Jul 28, 2018 at 12:13 PM YOSRA SAADALLAH wrote: > Thank you for your clarification. > My goal is to get the SharedLink for an active connection. > > > The Guacamole Client code already does this. When you create a SharedProfile for a connection, and you activate the hidden Guacamole

Re: Specify SSH Options when connection to host

2018-07-28 Thread Nick Couchman
On Fri, Jul 6, 2018 at 10:44 AM Duarte Rocha wrote: > Hi Nick, > > Thanks for the quick reply. I'll open a request then and hope it'll be > taken into consideration. > > I didn't see a feature request come in for this, so I went ahead and opened one:

Re: Guacamole and Citrix Xen Server?

2018-07-26 Thread Nick Couchman
(Posting back to the mailing list...) > On Thu, Jul 26, 2018 at 5:31 AM Martin Ciglan wrote: > >> Thank you. >> >> I would like to connect with RDP to Xen. I guess it's possible without >> any major issues? >> >> > XenServer itself doesn't support RDP, but you can definitely connect to > any

Re: Uniquemember default instead of Member default 389-DS

2018-07-26 Thread Nick Couchman
On Wed, Jul 25, 2018 at 6:00 PM Duarte, Alexander A wrote: > Hello Everyone, > > > > I have guacamole running just fine on Fedora 29 with the LDAP extension > working well. My only issue is that we use 389-DS for LDAP not OpenLDAP. It > seems that by default Guacamole is looking for the Member

Re: Web login form

2018-07-26 Thread Nick Couchman
On Wed, Jul 25, 2018 at 10:01 AM Kallen Petr wrote: > Hello. > We need to logon to our servers after entering the ip address of server, > username, password and protocol (RDP, VNC, SSH) directly. Every users know > their username and password. We don’t need any authentication plugin such > as

Re: Guacamole and Citrix Xen Server?

2018-07-26 Thread Nick Couchman
On Thu, Jul 26, 2018 at 6:47 AM Martin Ciglan wrote: > Thanks for the information > I hope this should help me for RDP too: > > https://www.citrix.com/blogs/2016/03/28/xenserver-plugins-collection-v5/ > > Yes, that would be another way to accomplish the RDP connections without the need for

Re: Web login form

2018-07-26 Thread Nick Couchman
On Thu, Jul 26, 2018 at 7:34 AM Kallen Petr wrote: > Hello and thanks for you answer. > Can I ask where I can download “QuickConnect” module/extension ? > > There's no place to download it, yet, since 1.0.0 has not been released, yet. You would have to build the 1.0.0 release from the github

Re: LDAP Authentication was not working in Guacamole 0.9.14

2018-07-31 Thread Nick Couchman
On Tue, Jul 31, 2018 at 1:22 PM Anburaj Palraj wrote: > Hi Rajesh, > > In modern versions of AD, to search from the root DN, you need to use port > 3268 so you can use the global catalogue. > > You can do this, but there is no requirement to do so. There was a bug in Guacamole that prevented

Re: LDAP Authentication was not working in Guacamole 0.9.14

2018-07-31 Thread Nick Couchman
On Tue, Jul 31, 2018 at 11:50 AM Rajesh Mohan wrote: > Hi , > > > > Yes I have updated the debug messages in the logback.xml file and > restarted the tomcat service. > > > > > > > > > > > > > > > > # cat >

Re: LDAP Authentication was not working in Guacamole 0.9.14

2018-07-31 Thread Nick Couchman
On Tue, Jul 31, 2018 at 12:10 PM Rajesh Mohan wrote: > Hi, > > > > Yes I am sure that GUACAMOLE_HOME PATH were“/etc/guacamole” and I > have placed the same jar files inside the extension dir. > > > > # cd /etc/guacamole/ > > # ls -ltr > > total 12 > > -rwxr-xr-x 1 tomcat tomcat 886 Jul 31

Re: Guacamole and Citrix Xen Server?

2018-08-01 Thread Nick Couchman
On Sun, Jul 29, 2018 at 4:54 AM Martin Ciglan wrote: > that would be awesome. This XenServer looks quite popular. > > (Disclaimer...this is getting ever so slightly off-topic of this mailing list, but, oh well :-). I would say it is moderately popular - it probably occupies the #3 or #4 space

Re: LDAP Authentication was not working in Guacamole 0.9.14

2018-08-01 Thread Nick Couchman
On Wed, Aug 1, 2018 at 2:26 AM Rajesh Mohan wrote: > > > *But I need an Additional Information in this same case .* > > > > Can we enable both the LDAP Authentication and BasicFileAuthentication in > a guacamole.properties file. In Such a case I have to login to the > Guacamole UI using the

Re: Guacamole in fullscreen Kiosk mode?

2018-07-26 Thread Nick Couchman
On Thu, Jul 26, 2018 at 8:40 AM Martin Ciglan wrote: > Has anybody tried to use Guacamole in fullscreen kiosk mode? > So, user wouldn't see that is running in browser and there would be no > issues with keyboard shortcuts, in other words, there must be some work > done > in order to achieve this

Re: Web login form

2018-07-26 Thread Nick Couchman
On Thu, Jul 26, 2018 at 7:55 AM Kallen Petr wrote: > When is the new version to come out officially? > > We don't have an official release date set. We're trying to finish up the last few issues for that - mainly some documentation, and a couple of issues that need some fixing, plus one major

Re: Web login form

2018-07-26 Thread Nick Couchman
On Thu, Jul 26, 2018 at 10:56 AM Kallen Petr wrote: > I have installed Guacamole server and clients 1.0.0 from git. > Is there documentation on how to make quickconnect work? > > Just copy the extension JAR file into the GUACAMOLE_HOME/extensions folder and reload Tomcat. -Nick

Re: Web login form

2018-07-26 Thread Nick Couchman
-xr-x 3 root root 4.0K Jul 26 17:05 .. > -rw-r--r-- 1 root root 22K Jul 26 15:58 > guacamole-auth-quickconnect-1.0.0.jar > root@rgw:~# > > > > On 26 Jul 2018, at 16:59, Nick Couchman wrote: > > On Thu, Jul 26, 2018 at 10:56 AM Kallen Petr wrote: > >> I have inst

Re: Unable to get RDP working, after installing freerdp and binary packages

2018-08-10 Thread Nick Couchman
On Fri, Aug 10, 2018 at 10:48 AM doyouhas wrote: > Hello party people..I am really about to tear my eyes out dealing with > this issue. > > Part animals, that's us. > I am working on deploying a guacamole setup to my AWS account, however, > after leaving instances running accidentally

Re: SSH issue with Ubuntu 18.04

2018-08-10 Thread Nick Couchman
On Thu, Aug 9, 2018 at 3:07 PM Nate Evans wrote: > I'm having an issue connecting to my linux server using SSH in guacamole, > RDP works fine but when I try to ssh to my machine it attempts then times > out. > > catalina.out has this error > > [http-nio-8080-exec-5] ERROR

Re: How to configure the “initial-program”

2018-08-09 Thread Nick Couchman
On Wed, Aug 8, 2018 at 10:10 PM Oliver.Zhang wrote: > Hi, Nick, > > I have specify the full path to the program to run. > > for example, the script is at c:\test.bat. > > > > but when i have connected the win remotely, the script not work. > > > If you specify this same script using a

Re: SAML 2.0 support for Apache Guacamole through CAS

2018-08-11 Thread Nick Couchman
On Sat, Aug 11, 2018 at 9:19 AM stoda06 wrote: > Hi Guacamole Gurus! > > I'm trying to figure out if I should attempt to get Guacamole working with > CAS as a SAML 2.0 SP allowing SSO into Guacamole? > > Because I've read here ( > https://issues.apache.org/jira/browse/GUACAMOLE-103) > that SAML

Re: MySQL Login Process Questions

2018-08-15 Thread Nick Couchman
On Wed, Aug 15, 2018 at 12:23 PM Tom Astle wrote: > Is there a way to have a default sql connection profile for everybody? > And, given that automatically select and connect to that one without a user > selecting it? > > > > Without SQL, if only one connection is configured it does this. > > >

Re: programmatically open guacamole menu

2018-08-16 Thread Nick Couchman
On Thu, Aug 16, 2018 at 2:56 AM Yi Sun wrote: > I'm trying to open the guacamole menu programmatically. > > Here is what I'm doing currently, > > I created a button in guacamole/index.html so user will alway seeing a > button on their guacamole screen. I want the user to be able to open >

Re: SSH issue with Ubuntu 18.04 - updated detail

2018-08-16 Thread Nick Couchman
On Thu, Aug 16, 2018 at 1:00 AM ivanmarcus wrote: > Thanks Nick, I can only assume I must be special then :-) > > apt-get install build-essential autoconf libtool m4 libpng-dev libjpeg-dev > libcairo-dev libossp-uuid-dev libtelnet-dev libpango1.0-dev libfreerdp-dev > libssh2-1-dev libwebp-dev

Re: SAML 2.0 support for Apache Guacamole through CAS

2018-08-12 Thread Nick Couchman
On Sat, Aug 11, 2018 at 10:20 AM Daniel Storey < daniel.sto...@rededucation.com> wrote: > Hi Nick, > > > Thanks for the speedy reply. > Sorry, not so speed the second time around :-/. > > > I’m trying to have an F5 BIG-IP APM authenticate through to Guacamole > through CAS, so I thought SAML

Re: SSH issue with Ubuntu 18.04 - updated detail

2018-08-14 Thread Nick Couchman
On Tue, Aug 14, 2018 at 5:54 PM ivanmarcus wrote: > Further to previous detail I resumed my install testing on a brand-new > Ubuntu 18.04 server. > > For me the MysticRyuujin script would not work and it failed, unable to > locate a number of packages. > > I then proceeded to build the

Re: SSH issue with Ubuntu 18.04 - updated detail

2018-08-16 Thread Nick Couchman
On Thu, Aug 16, 2018 at 7:53 AM M D Barber wrote: > does 18.04 not have the same option as 16.04 during the install to set > different roles for the server? (and thus i assume install a different > range of packages from the selection) > It does, but this should only impact the packages that

Re: Filetransfer - Transfer of directory trees

2018-08-16 Thread Nick Couchman
On Thu, Aug 16, 2018 at 4:45 PM Felix Wolfheimer < f.wolfhei...@googlemail.com> wrote: > Currently, only single files can be transferred from the client to the > server or vice versa. I'm just wondering whether there are plans to > implement file transfer for complete directory trees, such that

Re: programmatically open guacamole menu

2018-08-16 Thread Nick Couchman
On Thu, Aug 16, 2018 at 8:31 PM Yi Sun wrote: > Thanks for the help, Nick, at this time I'm still exploring guacamole.js > and Keyboard.js to see how to send ctrl+shif+alt event to Guacamole. > > In my code I just tried to create an Guacamole.Keyboard and set > modifierstate but that does not

Re: SSH issue with Ubuntu 18.04

2018-08-12 Thread Nick Couchman
On Sun, Aug 12, 2018 at 2:54 PM Nate Evans wrote: > When you say the config setup are you talking about the install script, or > an output from guacamole itself? If it's the latter I'm not exactly sure > how to get that info, I looked around for commands to get that info but was > unable to find

Re: Connect window Server 2012 failure

2018-08-08 Thread Nick Couchman
On Tue, Aug 7, 2018 at 10:56 PM lo...@sanlogic.com wrote: > [environment]: > guacmole in Centos7(only use guacd), > application server is windows server 2012 > > I already have a question, here. You say you're only using guacd, but what are you using it for? In order for guacd to be of

Re: How to configure the “initial-program”

2018-08-08 Thread Nick Couchman
On Wed, Aug 8, 2018 at 3:02 AM Oliver.Zhan wrote: > *initial-program* > > The full path to the program to run immediately upon connecting. This > parameter is optional. > > > > > > How to configure the “*initial-program*” when the connected I want to run > a .bat script automatically. > > > As

Re: Guacamole view connection URLs

2018-08-18 Thread Nick Couchman
On Fri, Aug 17, 2018 at 9:55 PM doyouhas wrote: > Hello, > > I have another question for you guys. I am trying to integrate my > application with guacamole, providing a way for my customer to easily spin > up training environments for their students. I am creating a dashboard for > instructors

Re: client.html modification

2018-08-24 Thread Nick Couchman
On Fri, Aug 24, 2018 at 5:26 AM YOSRA SAADALLAH wrote: > Hi , > > I'm trying to modify > /var/lib/tomcat7/webapps/guacamole/app/client/templates/client.html > especially the menu but it doesn't change !!! > even when i replace {{client.name}} with nothing was > changed > ( i restarted tomcat7

Re: client.html modification

2018-08-24 Thread Nick Couchman
On Fri, Aug 24, 2018 at 10:18 AM YOSRA SAADALLAH wrote: > > > i changed it in source code and i re-deploy the modified WAR ( clear the > browser..) , !but i get a problem with the authentification ( incorrect > identifier ! for guacadmin/guacadmin) ). The error is o.a.g.r auth >

Re: Using HTTPS with apache leads to 500:internal error

2018-08-28 Thread Nick Couchman
On Tue, Aug 28, 2018 at 3:50 AM wouterve wrote: > Thanks, It turned out it could not load the necessary resources (eg java > scripts). > > I needed to add proxy for location / to tomcat server. > My now looks something like this: > > > It depends on where you've deployed Guacamole (how you

Re: Guacamole view connection URLs

2018-08-20 Thread Nick Couchman
On Mon, Aug 20, 2018 at 2:21 AM YOSRA SAADALLAH wrote: > Hello, > > I have the same issue . > I don't think this is the same issue. I think this is a different issue - from what I read of the doyouhas's original e-mail, it isn't dealing with sharing connections, it's dealing with connecting

Re: shell command

2018-08-23 Thread Nick Couchman
On Thu, Aug 23, 2018 at 1:41 AM lo...@sanlogic.com wrote: > Hi! > > Guacmole Server Version : > 0.9.13 > > Xfreerdp Version: > 1.1.0 > > guacd is install at Centos7, and connect to a Linux Remote Applciation > > Where i open a application where xfreerdp command: > xfreerdp

Re: Re: shell command

2018-08-23 Thread Nick Couchman
On Thu, Aug 23, 2018 at 5:22 AM lo...@sanlogic.com wrote: > Thank for you reply. > > Yes > > initial-program is my second choose. > but not the best one. > > Because initial-program is do this > > open desktop=> open what initial-program specified ! > If you look at the code, the "/shell"

Re: MySQL

2018-08-22 Thread Nick Couchman
On Wed, Aug 22, 2018 at 1:05 PM Bime, Kerman K. (GSFC-606.2)[InuTeq, LLC] < kerman.k.b...@nasa.gov> wrote: > Hi Nick, and ALL > > > > Thanks for your previous help. I have a question about a few steps in my > build/configuration. > > > > In the process of creating the guacamole_user/admin for the

Re: How to authenticate the guacamole Webapp using duo authentication

2018-08-22 Thread Nick Couchman
On Wed, Aug 22, 2018 at 12:53 PM Rajesh Mohan wrote: > Hi Nick, > > > > Yes we are using the same guacamole 0.9.14 Version in our setup and also > we can able to see the login prompt was working with LDAP Authentication > but post that do we have any authentication mechanism to get the passcode

Re: How to connect to a Windows Server 2003?

2018-08-20 Thread Nick Couchman
On Mon, Aug 20, 2018 at 9:39 AM genesis wrote: > Hello! > I´m aware that Windows Server 2003 does not support NLA authentication > mode. > But even using ANY, TLS and RDP i couldnt connect to this version of > Windows > Server, guacamole prints this message *"Error: protocol security >

Re: License error while creating extension

2018-07-18 Thread Nick Couchman
On Wed, Jul 18, 2018 at 8:38 AM Asbern wrote: > Hi all, > > > > I was trying to create a new extension, while executing using mvn package > am facing license issue, stating *“Failed to execute goal > org.apache.rat:apache-rat-plugin:0.12:check (validate) on project > guacamole-client: Too many

Re: LDAP/AD groups by means of memberOf

2018-07-18 Thread Nick Couchman
On Wed, Jul 18, 2018 at 8:52 AM Marko Cupać wrote: > Hi, > > I would like to implement Guacamole and integrate it with Active > Directory, but I'm not comfortable with the idea of schema modification. > > From my point of view, better approach would be to be able to create AD > group for every

Re: MySQL/MariaDB install admin interface: no connection/history data

2018-07-23 Thread Nick Couchman
On Mon, Jul 23, 2018 at 12:01 PM Tom Astle wrote: > I think they are all compiled against 0.9.14, but they are from github > because I’m using the totp extension > > > > > If you're doing this make sure that everything you're deploying (WAR, JDBC extension, and TOTP) are built from github and

Re: Guacamole and Citrix Xen Server?

2018-07-23 Thread Nick Couchman
On Sun, Jul 22, 2018 at 12:28 PM Martin Ciglan wrote: > Does Guacamole communicate with Citrix Xen Server? > is this project http://xapi-project.github.io/xen-api/usage.html a way to > go? > > There are no direct integrations today between Guacamole and Citrix XenServer. However, your question

Re: MySQL/MariaDB install admin interface: no connection/history data

2018-07-23 Thread Nick Couchman
On Mon, Jul 23, 2018 at 9:17 AM Tom Astle wrote: > Hello Mike, > > > > I **was** using ldap initially, but I have since removed that extension > and moved to SQL/MariaDB I even changed the password in the DB for my test > user to make sure that I am really using the SQL one. > > > > All the

Re: CAS Authentication problem

2018-08-29 Thread Nick Couchman
On Wed, Aug 29, 2018 at 9:01 AM Poteat, William D. wrote: > I have a CAS Authentication problem. > What version of Guacamole are you using? Are all of your extensions the same version? > > > Using the default guacadmin user name and password > > I can navigate through our

Re: CAS Authentication problem

2018-08-29 Thread Nick Couchman
On Wed, Aug 29, 2018 at 12:25 PM Poteat, William D. wrote: > *What version of Guacamole are you using? Are all of your extensions the > same version?* > > > > Using version Guacamole 0.9.14 > > /etc/guacamole/extensions/guacamole-auth-cas-0.9.14 is my > only extension > > > > If

Re: CAS Authentication problem

2018-08-31 Thread Nick Couchman
On Thu, Aug 30, 2018 at 1:08 PM Poteat, William D. wrote: > I added *guacamole-auth-jdbc-mysql-0.9.14.jar *to > $GUACAMOLE_HOME/extensions. > > Now have two .jar files *guacamole-auth-cas-0.9.14.tar.gz* and > *guacamole-auth-jdbc-mysql-0.9.14.jar.* > You'll want to unpack the tar.gz file so

Re: Enable share Menu

2018-08-31 Thread Nick Couchman
On Fri, Aug 31, 2018 at 3:50 AM Asbern wrote: > Hi all, > > > > May I know where I need to configure to enable the “share” menu as per > https://guacamole.apache.org/doc/gug/using-guacamole.html#client-share-menu? > Thanks. > > > In order for connection sharing to work, and, thus, the Share

Re: Enable share Menu

2018-09-01 Thread Nick Couchman
On Sat, Sep 1, 2018 at 4:15 AM Joachim Lindenberg wrote: > Hi Nick, > > how can one enable this with other extensions? > > Thanks, Joachim > > > The SharingProfile and SharedConnection (et al) classes would need to be implemented in those extensions. The JDBC extension can be used as a model,

Re: Error "make" guacamole "please help me"

2018-09-01 Thread Nick Couchman
On Sat, Sep 1, 2018 at 9:22 AM bmullan wrote: > Nick > > So I read your response and this is fixed in v1.0 master or branch but as > users we don't know when that might become available. > We're nearing completion on 1.0.0. It has a couple of outstanding issues that need to be completed/fixed,

Re: Error "make" guacamole "please help me"

2018-09-01 Thread Nick Couchman
On Sat, Sep 1, 2018 at 4:15 PM brian mullan wrote: > Nick > > In that patch... Is there either a missin paren or an extra one ? > I doubt it - I don't know if any compile issues with the current code. > > I inserted a nano src/terminal/typeface.c > so could insert the changes after the wget

Re: Enable share Menu

2018-09-04 Thread Nick Couchman
On Tue, Sep 4, 2018 at 15:50 Joachim Lindenberg wrote: > Imho an Administrator that can monitor everything is a significant privacy > issue. I don´t want my users to be anxious about being monitored. I´d > prefer if this is not the standard and requires either additional > configuration or even

Re: ubuntu 18.04 w guacd, pulseaudio, xrdp, pavucontrol shows xrdp audio output but no sound locally

2018-09-07 Thread Nick Couchman
On Fri, Sep 7, 2018 at 9:49 AM brian mullan wrote: > I have a cloud server with > > ubuntu 18.04 > guacamole v0.9.14 installed > pulseaudio 11.1 > latest xrdp, xorgxrdp and the 2 pulseaudio .so files built & installed for > xrdp pulseaudio connectivity. > > Before trying to login to the remote

Re: Guacamole gaming

2018-09-06 Thread Nick Couchman
On Thu, Sep 6, 2018 at 6:30 AM Marko Nikolić wrote: > Hello, > > We are trying to use Guacamole to run several games on the remote Win > server. The experience when using direct RDP is acceptable, but via > Guacamole is terrible, the game is lagging and not really usable. > > Are there some

Re: Enable share Menu

2018-09-04 Thread Nick Couchman
On Tue, Sep 4, 2018 at 8:37 AM Asbern wrote: > Thanks Nick, is it possible to create a share connection from Admin login > without login into the respective connection? > > > > Best Regards, > A. Asbern > > > > *From:* Nick Couchman [mailto:vn...@apache.org] >

Re: Enable share Menu

2018-09-04 Thread Nick Couchman
On Tue, Sep 4, 2018 at 8:37 AM Asbern wrote: > Thanks Nick, is it possible to create a share connection from Admin login > without login into the respective connection? > I suspect that what you're wanting to know is, is it possible, as an Administrator, to view and/or interact with existing

Re: Guacamole gaming

2018-09-10 Thread Nick Couchman
On Mon, Sep 10, 2018 at 09:59 Antony Awaida wrote: > Hi Mike: > > We are looking into the options you have outlined above - but it would be > helpful if we had some visibility into when will Guac support FreeRDP 2.0 > some rough target dates would be helpful. This will enable us to do better >

Re: Newbie question: how to change to https (from http)

2018-09-04 Thread Nick Couchman
On Tue, Sep 4, 2018 at 5:30 AM Reinert Korsnes wrote: > I changed /etc/guacamole/apache.conf to: > > > Order allow,deny > Allow from all > ProxyPass http://localhost:8080/ flushpackets=on > ProxyPassReverse http://localhost:8080/ > > > > Order allow,deny > Allow from

Re: Enable share Menu

2018-09-04 Thread Nick Couchman
On Tue, Sep 4, 2018 at 5:48 AM Asbern wrote: > Hi Nick, > > > > The share connection has only “Read-Only” privilege or can change to > “Read-Write”? > > > If you leave the "Read-Only" box unchecked, the shared connection will allow others to interact with it - that is, they'll have

Re: How does the page title get set?

2018-09-11 Thread Nick Couchman
On Tue, Sep 11, 2018 at 9:34 AM Jeffrey A Mattson wrote: > In 0.9.9, my client page had a title corresponding to the connection > name. Now in 0.9.14, it seems the title is being set as the rdp hostname. > Is there any way I can force the previous behavior? > I think this is fixed in 1.0.0:

Re: Guacd 0.9.14 inside a docker: Not able to connect to windows

2018-07-06 Thread Nick Couchman
On Fri, Jul 6, 2018 at 1:16 PM tanon wrote: > Hi, > I got this error message from guacd docker logs when try to open a > connection: > > guacd[1]: INFO: Connection ID is "$d569c7b5-6b45-4706-a605-681f9639dd14" > guacd[20]: DEBUG: Parameter "console" omitted. Using default value of 0. >

Re: xterm crashes gnome-shell

2018-07-07 Thread Nick Couchman
On Sat, Jul 7, 2018 at 2:41 AM Stefan M. Radman wrote: > Hi > > I'm running Guacamole on CentOS 7.5 with xrdp. > > Recently I discovered that gnome-shell crashes from SIGABRT when I start > xterm on a GNOME desktop running in an xrdp Xvnc session. > > "[abrt] gnome-shell: gnome-shell killed by

Re: Guacd 0.9.14 inside a docker: Not able to connect to windows

2018-07-06 Thread Nick Couchman
On Fri, Jul 6, 2018 at 3:11 PM tanon wrote: > I am actually using guacamole-auth-json extension as authentication > provider. > Here is the json containing the parameter: > > > When I use "nla" as security, I get the same error: > > > using tls or rdp: > > > > Errors didn't come through - seems

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