Re: Guacamole client .onrequired

2025-04-02 Thread Gal Sabas
Yes that works! Thank you!! Get Outlook for Mac From: Lukáš Raška Date: Wednesday, 2 April 2025 at 18:22 To: user@guacamole.apache.org Subject: Re: Guacamole client .onrequired Hi, you need to follow similar logic as within ManagedClient, which Nick already se

Re: Guacamole client .onrequired

2025-04-02 Thread Gal Sabas
I’m using guacamole-common-js to create my Guacamole client and listen to different events like .onrequired but I don’t see a way to use my guacamole-common utils to implement this functionality. Any ideas? Get Outlook for Mac From: Gal Sabas Date: Monday, 31

Re: Guacamole client .onrequired

2025-04-02 Thread Lukáš Raška
Hi, you need to follow similar logic as within ManagedClient, which Nick already sent. In the onrequire instruction you receive list of required arguments (e.g the whole instruction can look like "8.required,8.username,6.domain,8.password;", which means you need to send username, domain and passwor