AW: Additional field (select options) on login screen?

2022-12-05 Thread Joachim Lindenberg
Hello Mike, is there any documentation or example on how to add a custom field type? I assume this would require to clone or contribute to guacamole-client? Thanks, Joachim Von: Michael Jumper Gesendet: Dienstag, 6. Dezember 2022 00:42 An: user@guacamole.apache.org Betreff: Re: Additional

Event trigger

2022-12-05 Thread Sean Hulbert
Hello, In the guacamole file transfer what is the event trigger or handle when the file upload is complete to the GUAC_USERNAME directory? Thank You Sean - To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org For

Re: Guacamole over proxy

2022-12-05 Thread Nick Couchman
On Mon, Dec 5, 2022 at 9:20 PM Michael Jumper wrote: > > On Mon, Dec 5, 2022 at 5:35 PM Don Eugene Paul Viado > wrote: >> >> Hi, >> >> If the guacamole is accessed from a transparent proxy environment e.g. >> (About SSL Inspection | Zscaler) >> May I know what kind of information can be

Re: Guacamole over proxy

2022-12-05 Thread Michael Jumper
On Mon, Dec 5, 2022 at 5:35 PM Don Eugene Paul Viado wrote: > Hi, > > If the guacamole is accessed from a transparent proxy environment e.g. (About > SSL Inspection | Zscaler > ) > May I know what kind of information can be extracted or

Guacamole over proxy

2022-12-05 Thread Don Eugene Paul Viado
Hi, If the guacamole is accessed from a transparent proxy environment e.g. (About SSL Inspection | Zscaler) May I know what kind of information can be extracted or replayed?  Does guacamole support perfect forward secrecy on sessions?Is there possibility to see in clear the user sessions or

Re: Guacd connects to debian ssh but not Mac ssh?

2022-12-05 Thread Michael Jumper
The error in question ("Error parsing given address or port") means pretty much exactly what it says: Guacamole gave the OS the hostname/address and port that it was provided for the connection, but the OS refused to resolve that address and port, and instead returned an error. It usually means

Re: Shared connection input passthrough

2022-12-05 Thread Michael Jumper
I think you'd be better off writing an extension that decorates the Connection objects returned by other extensions:

Re: Additional field (select options) on login screen?

2022-12-05 Thread Michael Jumper
On Mon, Dec 5, 2022 at 3:01 PM Joachim Lindenberg wrote: > Hello Mike, > > > > I modified my code to show an addition filed using that exception, however > the result is not exactly what I was looking for. > > With code like… > > > >*static* *final* String *backupserver* =

AW: Additional field (select options) on login screen?

2022-12-05 Thread Joachim Lindenberg
Hello Mike, I modified my code to show an addition filed using that exception, however the result is not exactly what I was looking for. With code like… static final String backupserver = "backup-server-to-connect-to"; private static Field BACKUPSERVER = null; private

Re: Additional field (select options) on login screen?

2022-12-05 Thread Michael Jumper
You can accept arbitrary credentials as a part of the auth process. The content of the login screen is determined by the credentials requested by the GuacamoleInvalidCredentialsException thrown, so you would just include username, password, and the desired select field in the set of fields:

AW: Additional field (select options) on login screen?

2022-12-05 Thread Joachim Lindenberg
Hello Mike, my current auth extension calls to my backup software (which also manages virtual machines created from backups), authenticates the user, and creates a list of configurations (existing vms or to-be-created-vms) for the user to pick from. As I am in fact running multiple backup

Re: Additional field (select options) on login screen?

2022-12-05 Thread Michael Jumper
On Mon, Dec 5, 2022, 9:26 AM Joachim Lindenberg wrote: > Hello, > > I´d like to add an additional field to the login screen. The field should > be a select option (at least that is the html I would use, regardless of > how it is generated) and ideally the field can be prepopulated via the url >

Additional field (select options) on login screen?

2022-12-05 Thread Joachim Lindenberg
Hello, I´d like to add an additional field to the login screen. The field should be a select option (at least that is the html I would use, regardless of how it is generated) and ideally the field can be prepopulated via the url (subject to available options). I assume something like this can

Re: GUACAMOLE-1126 / Configure Auto-Reconnect Upvote

2022-12-05 Thread Nick Couchman
On Mon, Dec 5, 2022 at 10:28 AM Maucieri, Judith wrote: > > Greetings, > > What is the appropriate means to upvote an existing need? The only way to do this is 1) get a Jira account, and 2) vote for it. That said, this is a community project, and it'll be worked on when people in the community

GUACAMOLE-1126 / Configure Auto-Reconnect Upvote

2022-12-05 Thread Maucieri, Judith
Greetings, What is the appropriate means to upvote an existing need? GUACAMOLE-1126 initiated a conversation and a started "fix" to allow configuration of the auto-reconnect nature of Apache Guacamole. Example of relevant/pressing scenario: idle session timeouts are directed by STIGs. These

Re: Guacd connects to debian ssh but not Mac ssh?

2022-12-05 Thread Doug Baggett
It’s an interesting idea, though I don’t see how. I’ll try and collect more info. The error below does not give many breadcrumbs. On Fri, Dec 2, 2022 at 12:43 PM Michael Jumper wrote: > On Fri, Dec 2, 2022, 6:03 AM Doug Baggett wrote: > >> Hello to fellow guacamole users! >> >> I have my