Re: user logs in but cannot see authorized connection

2022-06-01 Thread Nick Couchman
On Wed, Jun 1, 2022 at 6:51 PM Vieri wrote: > Any ideas on this matter? > It's important to correctly honor groups sent via SAML. > > I see this: > > SAMLAuthenticatedUser.java:List samlGroups = > identity.getAttributes().get(confService.getGroupAttribute()); > > called in: > >

Re: Frequent disconnections occurring now

2022-06-01 Thread Nick Couchman
On Wed, Jun 1, 2022 at 8:18 PM Lockhart, Roland wrote: > Hi > > > > These seem to be from the same user with 4 sessions this morning > > > > There seem to be various causes > > > > That user logs in via a highly available corporate network so it should be > reliable > > > > I am curious about

RE: Frequent disconnections occurring now

2022-06-01 Thread Lockhart, Roland
Hi These seem to be from the same user with 4 sessions this morning There seem to be various causes That user logs in via a highly available corporate network so it should be reliable I am curious about these two logged events "The disconnection was initiated by an administrative tool on the

Re: user logs in but cannot see authorized connection

2022-06-01 Thread Vieri
Any ideas on this matter? It's important to correctly honor groups sent via SAML. I see this: SAMLAuthenticatedUser.java:    List samlGroups = identity.getAttributes().get(confService.getGroupAttribute()); called in: SAMLAuthenticatedUser.java:    private Set getGroups(AssertedIdentity

Re: Apache Guacamole html page edit

2022-06-01 Thread Suat Toksöz
Thanks Nick, Then how can I modify the apache guacamole client , so no one can access to active session link from outside. > On 1 Jun 2022, at 20:34, Nick Couchman wrote: > >  >> On Wed, Jun 1, 2022 at 12:54 PM Suat Toksöz wrote: > >> So, what is your suggestion for me to edit admin

Re: Compile on Ubuntu 22.04 => openssl

2022-06-01 Thread Nick Couchman
On Wed, Jun 1, 2022 at 12:36 PM Alejandro Hernandez wrote: > Understood... thanks! > > Another question, probably very basic for this forum but... I'm looking in > the git the equivalent file to: > > > https://apache.org/dyn/closer.lua/guacamole/1.4.0/source/guacamole-server-1.4.0.tar.gz > > >

Re: Apache Guacamole html page edit

2022-06-01 Thread Nick Couchman
On Wed, Jun 1, 2022 at 12:54 PM Suat Toksöz wrote: > So, what is your suggestion for me to edit admin active session tab? > > Creating a custom extension and using the HTML replace functionality is the best way to make sure that your changes are future-proof - the base of Guacamole Client can

Re: Apache Guacamole html page edit

2022-06-01 Thread Suat Toksöz
So, what is your suggestion for me to edit admin active session tab? > On 1 Jun 2022, at 19:25, Nick Couchman wrote: > >  >> On Wed, Jun 1, 2022 at 12:06 PM Joachim Lindenberg >> wrote: > >> Two questions: >> >> can this be done with an extension rather than a modification? > Yes, and this

Re: Compile on Ubuntu 22.04 => openssl

2022-06-01 Thread Alejandro Hernandez
Understood... thanks! Another question, probably very basic for this forum but... I'm looking in the git the equivalent file to: https://apache.org/dyn/closer.lua/guacamole/1.4.0/source/guacamole-server-1.4.0.tar.gz But can't find it... it is not built yet? what do I have to do? where do

Re: Apache Guacamole html page edit

2022-06-01 Thread Nick Couchman
On Wed, Jun 1, 2022 at 12:06 PM Joachim Lindenberg wrote: > Two questions: > >- can this be done with an extension rather than a modification? > > Yes, and this would be a better way to do it. You should be able to use the tag along with "replace", as documented in the guacamole-ext page in

Re: Compile on Ubuntu 22.04 => openssl

2022-06-01 Thread Nick Couchman
On Wed, Jun 1, 2022 at 12:19 PM Alejandro Hernandez wrote: > Hello everyone, > > > Thanks for the update Mike! > > > Something I don't have clear, probably because mi lack of experience with > the git: > > > If I download the server from the "official" Guacamole site: > > >

Re: Compile on Ubuntu 22.04 => openssl

2022-06-01 Thread Alejandro Hernandez
Hello everyone, Thanks for the update Mike! Something I don't have clear, probably because mi lack of experience with the git: If I download the server from the "official" Guacamole site: https://guacamole.apache.org/releases/1.4.0/ Thats the version that has the mentioned problems, so

AW: Apache Guacamole html page edit

2022-06-01 Thread Joachim Lindenberg
Two questions: * can this be done with an extension rather than a modification? * didn´t this come up several times earlier and could be a configuration option that the webapp addresses out-of-the-box? Thanks, Joachim Von: Suat Toksöz <> Gesendet: Wednesday, 1 June 2022 17:56

Re: Apache Guacamole html page edit

2022-06-01 Thread Suat Toksöz
Thanks Nick, So İ need to get the apache guacamole client source code , then change the html tag ten compile and generate the war file for tomcat right? The change that we newd is this, admin user should not able to intersep the active connections. So the link for each active session should be

Re: Apache Guacamole html page edit

2022-06-01 Thread Tushar Jain
That’s the server code you are looking at. Instead, you have to download the client code. Following is the location: https://github.com/apache/guacamole-client

Re: Apache Guacamole html page edit

2022-06-01 Thread Nick Couchman
On Wed, Jun 1, 2022 at 10:47 AM Suat Toksöz wrote: > Also, I am not able to find the file location on apache guacamole source > code. > > https://dlcdn.apache.org/guacamole/1.4.0/source/ > [image: image.png] > > That's the guacamole-server (guacd) source code - the code for the web interface is

Re: Apache Guacamole html page edit

2022-06-01 Thread Suat Toksöz
Also, I am not able to find the file location on apache guacamole source code. https://dlcdn.apache.org/guacamole/1.4.0/source/ [image: image.png] On Wed, Jun 1, 2022 at 9:11 AM Suat Toksöz wrote: > Thanks Nick for the quick response. > > I want to edit WAR file

user logs in but cannot see authorized connection

2022-06-01 Thread Vieri
Hi, A specific user logs in fine but is not shown the authorized connection list. This user is a member of group My_Group. I can see that the DB is OK: "SELECT entity_id FROM guacamole_entity WHERE name = 'My_Group' AND type = 'USER_GROUP';"  entity_id ---    151 (1 row) "SELECT *

Re: Guacamole re-connection attempts never stop... they should?

2022-06-01 Thread Jürgen Kuri
Suggestion: 1) keep endless reconnect as default 2) have two connection specific and / or global parameter: a. number of retries b. retry interval 3) if we have these parameters as global and on connection level, global is overwritten for specific connection if defined El 31.05.22 a

Re: Frequent disconnections occurring now

2022-06-01 Thread Michael Jumper
On Tue, May 31, 2022, 23:37 Lockhart, Roland wrote: > These are the guacd logs for a session which I was disconnected from today > while working > > ... > > {"log":"guacd[4459]: ERROR:\u0009User is not > responding.\n","stream":"stderr","time":"2022-06-01T05:27:37.281117085Z"} > If you were

RE: Frequent disconnections occurring now

2022-06-01 Thread Lockhart, Roland
These are the guacd logs for a session which I was disconnected from today while working {"log":"guacd[1]: INFO:\u0009Creating new client for protocol \"rdp\"\n","stream":"stderr","time":"2022-06-01T04:50:32.261007419Z"} {"log":"guacd[1]: INFO:\u0009Connection ID is

Re: Apache Guacamole html page edit

2022-06-01 Thread Suat Toksöz
Thanks Nick for the quick response. I want to edit WAR file (https://guacamole.apache.org/releases/1.4.0/) and re build the WAR file then deploy to the tomcat server. But, I can not able to find html section to edit. We want to edit the "Active Session" section of the admin page, where I can find