Re: Guacamole and provisioning platform

2022-06-03 Thread Michael Jumper
On Fri, Jun 3, 2022, 10:37 Sean Hulbert
 wrote:

> Hello,
>
> ...
>
> We have built a complete provisioning system ...
>
> If you like a demo please reach out, ...
>

Please do not post unsolicited promotional messages to our mailing lists.

If someone asks a direct question here to which your Guacamole-powered
product is an answer, then feel free to help answer that. Please do not
otherwise use this list to send email to broadly market/promote a product
to its subscribers.

- Mike


Guacamole and provisioning platform

2022-06-03 Thread Sean Hulbert
Hello,

 

I see a lot of people over the years ask the same questions or request
certain features with Guacamole, we have resolved majority of those with
StormCloud.  

We have built a complete provisioning system that uses guacamole as the
connection broker, along with the ability to launch from any 3rd party
platform or our built in LMS.  

 

Some key Feature:

. Frameset/iframe (instructional guides) guide on left side
environment on right

. VM Snapshots / Reset Environment controls

. End-2-End Encryption (E2EE)

. Ondemand sessions (Timed session)

. Persistent sessions

. Intelligent locker (user storage)

. Access Controls

. Course Designer 

. Lab guide editor

. Video classrooms (StarChat)

 

If you like a demo please reach out, we also provide OnPrem version of
StormCloudC.

If you get a demo ask about our Looking GlassT container for Guacamole.  

 

 

Thank You

Sean Hulbert

 

Work Ph: 925.292.4309

 

  www.securitycentric.net

A Cybersecurity Enablement Company

We don't just run you through the motions, Our labs teach you how to think!T

 

 

 

System Award Management

CAGE: 8AUV4

 

AFCEA San Francisco Chapter V.P.

 

If you have heard of a hacker by name, he/she has failed, fear the hacker
you haven't heard of!

 

CONFIDENTIALITY NOTICE: This communication with its contents may contain
confidential and/or legally privileged information. It is solely for the use
of the intended recipient(s). Unauthorized interception, review, use or
disclosure is prohibited and may violate applicable laws including the
Electronic Communications Privacy Act. If you are not the intended
recipient, please contact the sender and destroy all copies of the
communication. Content within this email communication is not legally
binding as a contract and no promises are guaranteed unless in a formal
contract outside this email communication.

 

igitur qui desiderat pacem, praeparet bellum!!!

Epitoma Rei Militaris

 



Re: user logs in but cannot see authorized connection

2022-06-03 Thread Vieri
On Thursday, June 2, 2022, 02:35:47 AM GMT+2, Nick Couchman  
wrote: 
> Does the case of the groups created in JDBC match the case in this log 
> message? 

That was it -- silly me.

Thanks!

Vieri Jerome

-
To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org
For additional commands, e-mail: user-h...@guacamole.apache.org



Re: Update French translations

2022-06-03 Thread Antoine Besnier
 Hi All, 
If any one wants to proof read my proposed modifications, please have a look at 
https://github.com/abesnier/guacamole-clientA self contained Docker image 
(server+client abesnier/guacamole:frTranslations)  is available for test docker 
push.
RegardsAntoine

Le jeudi 19 mai 2022, 15:44:15 UTC+2, Antoine Besnier 
 a écrit :  
 
  Hi Nick, 
Will do.Look for it in the coming days after I double and triple check them!
CheersAntoine
Le jeudi 19 mai 2022, 15:13:43 UTC+2, Nick Couchman  a 
écrit :  
 
 On Thu, May 19, 2022 at 5:19 AM Antoine Besnier 
 wrote:

Hi, 
I wanted to update the French translations, as they have not been corrected for 
a long time, and some sections have not been translated at all.Would the issue 
GUACAMOLE-1159 ( 
https://issues.apache.org/jira/browse/GUACAMOLE-1159?jql=project%20%3D%20GUACAMOLE%20AND%20text%20~%20french),
 which is closed, be suitable if I submit a PR, or would I have to open a new 
issue?


Antoine,We always welcome help with making the translations more complete and 
accurate. You'll want to open a new Jira issue and commit against that - don't 
use the closed one.
Thanks, looking forward to seeing the pull request!
-Nick

Guacamole and web links: how to use RemoteApp

2022-06-03 Thread Vieri
Hi,

People on this list have mentioned creating Guacamole RDP RemoteApp connections 
using a browser such as Firefox in Kiosk mode to allow for "web links" within 
the Guacamole platform.

I'm having issues with my ||RemoteApp call, and I'm wondering if anyone has 
already dealt with this problem.

I'm calling firefox with -no-remote -private --kiosk URL (I can leave the first 
two out and I still get the same behavior).

The first time I call it with a given RDP user login, no problem.

Since I don't know how to close the browser in kiosk mode, I simply disconnect 
by pressing the X on the small window within Guacamole (obviously the RDP 
session and Firfox are still running).

Now, if I connect to another RemoteApp that calls either Firefox or another 
browser on the same host, it does not open the "new URL" of the second 
RemoteApp. Instead, I reconnect to the previous RemoteApp (I see Firefox in 
kiosk mode with the first URL).

I need to kill/close the Windows RDP session for that user in order for the 
second RemoteApp to work and open the right URL.

How do other people solve this?

BTW, I don't have admin access to the content of the URL the first RemoteApp 
opens, so I cannot add things like javascript:winodw.close() or the likes.
 
Regards,

Vieri Jerome


-
To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org
For additional commands, e-mail: user-h...@guacamole.apache.org



Re: Apache Guacamole html page edit

2022-06-03 Thread Suat Toksöz
I just use the apache guacamole extension
(guacamole-client-master/doc/guacamole-branding-example) for the html edit.
Is this format ok, I am missing anything?


here is the html replace code:

**

*


{{'SETTINGS_SESSIONS.HELP_SESSIONS' | translate}}



{{'SETTINGS_SESSIONS.ACTION_DELETE' |
translate}}











{{'SETTINGS_SESSIONS.TABLE_HEADER_SESSION_USERNAME' |
translate}}


{{'SETTINGS_SESSIONS.TABLE_HEADER_SESSION_STARTDATE' |
translate}}


{{'SETTINGS_SESSIONS.TABLE_HEADER_SESSION_REMOTEHOST' |
translate}}



{{'SETTINGS_SESSIONS.TABLE_HEADER_SESSION_CONNECTION_NAME' | translate}}









{{wrapper.startDate}}
{{wrapper.activeConnection.remoteHost}}
*{{wrapper.name
}}*




On Wed, Jun 1, 2022 at 8:41 PM Suat Toksöz  wrote:

> 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 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 stay unmodified, which means upgrades won't require
> any re-application of changes.
>
> That said, you should be advised that simply hiding the HTML link for the
> admin doesn't mean that that the functionality is disabled - someone with
> knowledge of the Guacamole code and how the links are generated could
> retrieve the link and access the session, anyway. Removing the HTML link is
> just "security by obscurity."
>
> -Nick
>
>>

-- 

Best regards,

*Suat Toksöz*