Encrypted password in Guacamole.properties file

2020-05-20 Thread Madhukar Bhosale
Hi, Is there any way to configure encrypted password for sqlserver-password and ldap-search-bind-password in guacamole.properties file? Regards Madhukar

Re: libavcodec <> ffmpeg issue with guacamole 1.1.0 building on Centos 7 minimal

2020-05-20 Thread Sean Reid
Hi again, I had some free time today, so I made a CentOS 7 Minimal virtual machine and built guacamole-server 1.1.0. I followed the exact instructions from the Guacamole Manual (http://guacamole.apache.org/doc/gug/installing-guacamole.html). As I pointed out in my previous email, "ffmpeg-devel"

Re: user restriction to 1 RDP only

2020-05-20 Thread Mike Jumper
On Wed, May 20, 2020 at 6:00 PM Nick Couchman wrote: > On Tue, May 19, 2020 at 11:13 AM alphablue wrote: > >> Hi, >> I have a lab with 5 computers. I created a connection group "Lab" of type >> organizational and set its "Maximum number of connections per user = 1" >> and >> checked session

Re: user restriction to 1 RDP only

2020-05-20 Thread Nick Couchman
On Tue, May 19, 2020 at 11:13 AM alphablue wrote: > Hi, > I have a lab with 5 computers. I created a connection group "Lab" of type > organizational and set its "Maximum number of connections per user = 1" and > checked session affinity. I then added all 5 computers to this connection > group

Re: resumed connections

2020-05-20 Thread Vieri
On Wednesday, May 20, 2020, 6:07:07 PM GMT+2, Nick Couchman wrote: >> >> In short, some users are complaining that they see way too often the >> Guacamole warning that the connection is slow, sometimes even triggering the >> "reconnect after 15 seconds >> window". However, I must say

RE: Issue configuring LDAP

2020-05-20 Thread Devine, Harry (FAA)
Here’s the LDAP config for all 3: Server 1 (Works: 0.9.13-incubating): #LDAP properties ldap-hostname:ldapserver ldap-port:389 ldap-encryption-method:none ldap-dereference-aliases:never ldap-search-bind-dn:cn="Directory Manager" ldap-search-bind-password:password

Re: Issue configuring LDAP

2020-05-20 Thread Mike Jumper
On Wed, May 20, 2020 at 1:06 PM Devine, Harry (FAA) wrote: > We have 3 servers all configured this way (I’ve redacted sensitive > information); 2 work and 1 doesn’t: > > > > #LDAP properties > > ldap-hostname:ldapserver > > ldap-port:389 > > ldap-encryption-method:none > >

RE: Issue configuring LDAP

2020-05-20 Thread Devine, Harry (FAA)
We have 3 servers all configured this way (I’ve redacted sensitive information); 2 work and 1 doesn’t: #LDAP properties ldap-hostname:ldapserver ldap-port:389 ldap-encryption-method:none ldap-dereference-aliases:never ldap-search-bind-dn:cn="Directory Manager" ldap-search-bind-password:password

Re: Issue configuring LDAP

2020-05-20 Thread Mike Jumper
On Wed, May 20, 2020 at 12:51 PM Devine, Harry (FAA) wrote: > We have a server with version 1.0.0 installed on it. We can’t seem to log > in via LDAP at all. We always get the following error: > > > > May 20 15:34:59 armt server: 15:34:59.213 [http-bio-8080-exec-5] ERROR >

Issue configuring LDAP

2020-05-20 Thread Devine, Harry (FAA)
We have a server with version 1.0.0 installed on it. We can't seem to log in via LDAP at all. We always get the following error: May 20 15:34:59 armt server: 15:34:59.213 [http-bio-8080-exec-5] ERROR o.a.g.a.ldap.LDAPConnectionService - Unable to connect to LDAP server: Connect Error May 20

Re: Diffie Hellman Kex issue

2020-05-20 Thread Nick Couchman
On Wed, May 20, 2020 at 2:41 PM Abhijeet Jha wrote: > Hi Nick, > > The devices for which we are facing an issue are Cisco Routers. > > The libssh version is 1.7.0 > > I added this line "KexAlgorithms diffie-hellman-group16-sha512" in file " > /etc/ssh/sshd_config" on linux machine and then tried

RE: Shared Connection URL

2020-05-20 Thread Scott Hancock
It took a lot of reading and re-reading of old posts in various places but I finally figured out what I needed. I'm going to answer my own questions here to bring together all the info I gathered. One, the shared link is created in the web client through javascript. Second, there's no direct

Re: Diffie Hellman Kex issue

2020-05-20 Thread Abhijeet Jha
Hi Nick, The devices for which we are facing an issue are Cisco Routers. The libssh version is 1.7.0 I added this line "KexAlgorithms diffie-hellman-group16-sha512" in file " /etc/ssh/sshd_config" on linux machine and then tried ssh session. I got below error message. Attached are the guacamole

Re: resumed connections

2020-05-20 Thread Nick Couchman
On Wed, May 20, 2020 at 8:35 AM Vieri wrote: > Hi, > > Is there a way to check how many connections have been resumed whenever > the user sees the "connectivity" notice on the lower part of the screen? > Or even when the session is interrupted , and the user clicks back on the > same connection

Re: SSH forwarding in Guacamole

2020-05-20 Thread Nick Couchman
On Wed, May 20, 2020 at 8:35 AM Nivanath Sackda < nivanath.sac...@brainwavegrc.com> wrote: > We are currently talking about implementing guacamole in our company and > how it would benefits to all for access VM on our local network. > > Guacamole is hosted on a VM in our LAN, we access to our LAN

resumed connections

2020-05-20 Thread Vieri
Hi, Is there a way to check how many connections have been resumed whenever the user sees the "connectivity" notice on the lower part of the screen? Or even when the session is interrupted , and the user clicks back on the same connection and resumes it? I'm not sure I can identify the first

Re: libavcodec <> ffmpeg issue with guacamole 1.1.0 building on Centos 7 minimal

2020-05-20 Thread Sean Reid
Hi, I have two questions for you: are you planning making screen recordings with guacamole and then converting those recordings into video files once you have it built? And what repository did you add to your CentOS install to get ffmpeg, because as far as I can recall, CentOS 7 does not provide

Re: SSH forwarding in Guacamole

2020-05-20 Thread ivanmarcus
I think you're asking if Guacamole will effectively act as a reverse HTML proxy? At this time it's not part of the feature set, sorry. However if you want to establish a SSH terminal session to your CentOS machines via Guacamole then yes, you can do that directly. On 20/05/2020 10:01 p.m.,

Re: SSH forwarding in Guacamole

2020-05-20 Thread Dave Kempe
I just setup xrdp for the first time using Debian 10 and it worked first go. Requires a desktop session on the target Linux box, but at least it's not windows. I'm really impressed, even video playback was really smooth Dave On Wed, May 20, 2020, 8:02 PM Nivanath Sackda <

SSH forwarding in Guacamole

2020-05-20 Thread Nivanath Sackda
Hello, I would like to know if there is a way to do SSH forwarding in Guacamole ? We have several Web servers running on CentOS machines, and we want to know if it is possible to access them through the web interface on guacamole, by not providing a Windows machine wiith just internet browser to