Re: Logs for API calls

2022-04-21 Thread Jim Rx
2 PM From: "Matthieu Courtois" To: user@guacamole.apache.org Subject: Re: Logs for API calls Hello,   Please open an issue on Github, I will check what is going on   UpperM   Le jeu. 21 avr. 2022 à 15:36, Jim Rx <jimr...@mail.com> a écrit : Hello,   I am using a pow

Logs for API calls

2022-04-21 Thread Jim Rx
Hello,   I am using a powershell guacamole module from UpperM on GitHub that seems to work very well. However, I've been having trouble with adding groups of users. The server returns an HTTP 500 Internal Server Error. Does Guacamole keep logs specific to API cals? I'm hoping to see what is

Re: How To have multiple LDAP servers?

2022-03-28 Thread Jim Rx
the Global Catalog port instead of the normal LDAP port, and enabling following of referrals, I think. Your search filter would have to be permissive enough to work for both domains, but not over-match, since you only get one search filter.   Good luck!   On Tue, Mar 22, 2022 at 6:53 AM Jim Rx <jim

How To have multiple LDAP servers?

2022-03-22 Thread Jim Rx
We came upon this requirement yesterday -- how to I configure guacamole.properties so that there are multiple LDAP servers available to query? Can I simply have more than one ldap-hostname entries?   Thanks   Jim - To

Re: is there any method to remove "guacamole" in web url

2022-03-01 Thread Jim Rx
Use a proxy. For example, we have NGINX set up to forward web requests to https://guac.domain.tld/ to https://guac.domain.tld:8080/guacamole/ . The user only has to type in the https://guac.domain.tld     Here is a web page that talks about it   How to Set up a Reverse Proxy (Step-By-Step

Re: Problems with GuacamoleHTTPTunnelServlet

2022-02-28 Thread Jim Rx
g the port it says it is, etc. will require some troubleshooting. Hope this helps, -Craig On Mon, Feb 28, 2022 at 8:59 AM Jim Rx wrote: > > Nick, > > Yes, Guac and Tomcat are on the same VM. > > As requested: > > root@guac:~# ls /etc/guacamole > extensions guacamole.propert

Re: Problems with GuacamoleHTTPTunnelServlet

2022-02-28 Thread Jim Rx
Nick,   Yes, Guac and Tomcat are on the same VM.    As requested:   root@guac:~# ls /etc/guacamole extensions  guacamole.properties  guacamole.war  guacd.conf  lib  user-mapping.xml root@guac:~# root@guac:~# cat /etc/guacamole/guacamole.properties # Hostname and Guac Server Port

Re: Problems with GuacamoleHTTPTunnelServlet

2022-02-28 Thread Jim Rx
Yes. No output to the console. Just to be sure I ran it again:   root@guac:~# systemctl status guacd ? guacd.service - LSB: Guacamole proxy daemon Loaded: loaded (/etc/init.d/guacd; generated) Active: active (running) since Mon 2022-02-28 10:24:47 CST; 45s ago    Docs:

Re: Problems with GuacamoleHTTPTunnelServlet

2022-02-28 Thread Jim Rx
On Mon, Feb 28, 2022 at 9:02 AM Jim Rx <jimr...@mail.com> wrote: Nick,   Sorry for the delayed reply, We had ice storms and it kept me from work.   So I'm not really any further.   I killed guacd (systemctl stop guacd), and then, as root, from the /etc/init.d directory, ran

Re: Problems with GuacamoleHTTPTunnelServlet

2022-02-28 Thread Jim Rx
Nick,   Sorry for the delayed reply, We had ice storms and it kept me from work.   So I'm not really any further.   I killed guacd (systemctl stop guacd), and then, as root, from the /etc/init.d directory, ran ./guacd start -L debug -f   I'm not getting anything on console, but checking

Re: Problems with GuacamoleHTTPTunnelServlet

2022-02-23 Thread Jim Rx
guacamole.apache.org Subject: Re: Problems with GuacamoleHTTPTunnelServlet     On Wed, Feb 23, 2022 at 9:26 AM Jim Rx <jimr...@mail.com> wrote: Maybe there is an issue between tomcat and guacd? The full error message I'm receiving is as follows:   [date/time] [info] [time] [h

Re: Problems with GuacamoleHTTPTunnelServlet

2022-02-23 Thread Jim Rx
-exec-2] WARN o.a.g.s.GuacamoleHTTPTunnelServlet - HTTP tunnel request failed: Connection to guacd timed out.   in the logs, the number following exec varies   Any thoughts?   Thanks   Jim     Sent: Tuesday, February 22, 2022 at 2:58 PM From: "Jim Rx" To: user@guacamole.apache.o

Re: Problems with GuacamoleHTTPTunnelServlet

2022-02-22 Thread Jim Rx
As a follow up, I've tested RDP directly to the target boxes and it works with no issues.   Sent: Tuesday, February 22, 2022 at 11:06 AM From: "Jim Rx" To: user@guacamole.apache.org Subject: Re: Problems with GuacamoleHTTPTunnelServlet   Yes, it is running. I had to add the guacd

Re: Problems with GuacamoleHTTPTunnelServlet

2022-02-22 Thread Jim Rx
om: "Nick Couchman" To: user@guacamole.apache.org Subject: Re: Problems with GuacamoleHTTPTunnelServlet On Tue, Feb 22, 2022 at 11:01 AM Jim Rx <jimr...@mail.com> wrote: Hello,   So I've got 1.4.0 up and going. I'm now trying to connect and test to remote statio

Problems with GuacamoleHTTPTunnelServlet

2022-02-22 Thread Jim Rx
Hello,   So I've got 1.4.0 up and going. I'm now trying to connect and test to remote stations, and am having no luck.   -The machines have IP connectivity -Attempts to connect (RDP) to both a Centos7 VM and a Windows10 VM fail. Two different messages show up in catalina.out:   HTTP tunnel

Re: Manual database update

2022-02-16 Thread Jim Rx
guac users and connections before the user ever connects to Guac as part of our sync users to HR system. -Craig On Tue, Feb 15, 2022 at 12:34 PM Jim Rx wrote: > > Hello - I am attempting to manually control the contents of the guacmole_entity, guacamole_user, and guacamole_connection_p

Manual database update

2022-02-15 Thread Jim Rx
Hello - I am attempting to manually control the contents of the guacmole_entity, guacamole_user, and guacamole_connection_permission tables.   My overall goal is the script the provisioning of connections. I would like to be in a position where our users can log in to guacamole and already have

Re: *LONG* Directly using SQL tables

2022-01-14 Thread Jim Rx
till auth against the database with the password in the DB, regardless of LDAP. May be wrong on that, but if that's right, and your DB was compromised, the unsalted hashes are easy to break. There is a code example in the docs about how to salt the hashes in MySQL.   On Thu, Jan 13, 2022 at 11:38 AM J

Re: *LONG* Directly using SQL tables

2022-01-13 Thread Jim Rx
ion/x-www-form-urlencoded" to the headers. (This is not tested or checked, just based on my personal observations with my API code) -Craig On Thu, Jan 13, 2022 at 9:38 AM Jim Rx wrote: > > > Johnathan, > > Thanks for your reply. > > I checked and you are right -- the im

Re: *LONG* Directly using SQL tables

2022-01-13 Thread Jim Rx
ou may be able to shortcut all of this, have a look at:   https://guacamole.apache.org/doc/gug/jdbc-auth.html#auto-creating-database-users         On Tue, Jan 11, 2022 at 11:09 AM Jim Rx <jimr...@mail.com> wrote: Greetings, I have a question about updating the database contents directly. Sor

*LONG* Directly using SQL tables

2022-01-11 Thread Jim Rx
Greetings, I have a question about updating the database contents directly. Sorry for the length of the email, just trying to cover all the bases.   Our environment is using Guacamole 1.3 on a dedicated VM (VMware ESXi, 4 CPU, 16Gb RAM), leveraging SQL and LDAP/Active Directory.   We support a

Re: New Active Directory users not showing in user list

2021-08-26 Thread Jim Rx
Developer Glyptodon Inc.   On Wed, Aug 25, 2021 at 1:54 PM Jim Rx <jimr...@mail.com> wrote: Nick,   Thanks for that explanation. You may see from other messages in the thread that the user I was testing with was showing up in the guacamole_user_history table with a user_id of N

Re: New Active Directory users not showing in user list

2021-08-25 Thread Jim Rx
Nick,   Thanks for that explanation. You may see from other messages in the thread that the user I was testing with was showing up in the guacamole_user_history table with a user_id of NULL.   Without auto-create turned on, I'm confused as to how the accounts that do exist were created. I'm

Re: New Active Directory users not showing in user list

2021-08-25 Thread Jim Rx
n for sane behaviour by default. Can you see the account record in the MySQL DB? On Wed, Aug 25, 2021 at 1:12 PM Jim Rx wrote: > > Yes - I'm doing this right now while a user who doesn't appear is logged in, and they are not present in the list. > > Sent: Wednesday, August 25, 2021 at

Re: New Active Directory users not showing in user list

2021-08-25 Thread Jim Rx
ou refresh the web UI? (shift+click the reload button) it's not 100% live. -Craig On Wed, Aug 25, 2021 at 1:04 PM Jim Rx wrote: > > Craig, > > Thanks for the clarification. After testing, they are able to log in... but... their name does not appear in users in the webui, so no conne

Re: New Active Directory users not showing in user list

2021-08-25 Thread Jim Rx
the users are not matching against this filter. -Craig On Wed, Aug 25, 2021 at 12:42 PM Jim Rx wrote: > > Hello, > > I saw a thread on LDAP issues just a couple of days ago, but it didn't seem to match my situation. > > I built Guacamole 1.3.0 from source on a debian 10, usin

New Active Directory users not showing in user list

2021-08-25 Thread Jim Rx
Hello,   I saw a thread on LDAP issues just a couple of days ago, but it didn't seem to match my situation.   I built Guacamole 1.3.0 from source on a debian 10, using mysql for connection properties and active directory (Server 2019) for authentication. We noticed that some AD users were not