Re: Authentication Clarification

2023-07-31 Thread Robert Dinse
Oh, I see that ties into MariaDB which I already use for many other tasks, even better than flat files, I'll read the docs, install the module, create a user for guacamole and create and populate a database and hopefully get it working again. Thanks. On 7/31/23 14:36, Nick Couchma

Re: Authentication Clarification

2023-07-31 Thread Nick Couchman
On Mon, Jul 31, 2023 at 5:25 PM Robert Dinse wrote: > > Ah that got me past the login so I guess in a sense worked, but the > config of all the servers seems to be ignored now, here is what it looked > like before AFTER logging in: >Here is what it did after adding "http-auth-header: X-R

Re: R: Login Screen

2023-07-31 Thread Robert Dinse
It turns out that what I was looking at whas the source that Firefox generated to display the page source of the application :(, but for some reason Firefox will not save the page source if I use the save function. On 7/31/23 04:51, Nick Couchman wrote: On Mon, Jul 31, 2023 at 4:11 AM R

RE: Page like Active Sessions is not shown

2023-07-31 Thread Gabriel Huerta Araujo
It was fixed, user had to clean browser cache. Way I added this new page, I added a new view html file, a controller, and a new service, these last files, were js files. -Gabriel -Mensaje original- De: Nick Couchman Enviado el: lunes, 31 de julio de 2023 09:29 a. m. Para: user@guacam

Re: Page like Active Sessions is not shown

2023-07-31 Thread Nick Couchman
On Mon, Jul 31, 2023 at 10:58 AM Gabriel Huerta Araujo wrote: > > Hi > > I have added a page into Web Guacamole application, where I can see this new > page, but with other user is not presented. Is there something which is > needed to configure in order this user can view this new page? You'll

Page like Active Sessions is not shown

2023-07-31 Thread Gabriel Huerta Araujo
Hi I have added a page into Web Guacamole application, where I can see this new page, but with other user is not presented. Is there something which is needed to configure in order this user can view this new page? -Gabriel -

Re: Authentication Clarification

2023-07-31 Thread Nick Couchman
On Mon, Jul 31, 2023 at 7:55 AM Nick Couchman wrote: > > On Mon, Jul 31, 2023 at 7:46 AM Robert Dinse > wrote: > > > > > > It is going to the login screen most of the time (but not always). > > > > I'll try to give this a go in my test setup today, including the > static username configura

Re: Authentication Clarification

2023-07-31 Thread Nick Couchman
On Mon, Jul 31, 2023 at 7:46 AM Robert Dinse wrote: > > > It is going to the login screen most of the time (but not always). > I'll try to give this a go in my test setup today, including the static username configuration that you're doing, and see what I can get working. It's been quite a

Re: R: Login Screen

2023-07-31 Thread Nick Couchman
On Mon, Jul 31, 2023 at 4:11 AM Robert Dinse wrote: > Now that I've looked at the page code, it is ugly, a whole bunch of > with NOTHING in between, no class, no id, no obvious reason > to exist other than to obfuscate the code. Argh! Can't anything be > easy? Logical? Well laid out?

Re: Authentication Clarification

2023-07-31 Thread Robert Dinse
It is going to the login screen most of the time (but not always).     With respect to tomcat and IP passing, even if I could do this, I already have a fail2ban jail for apache-auth.  Right now it's primary picking up Wordpress hackers, but it does work. On 7/31/23 04:38, Nick Couchman

Re: Authentication Clarification

2023-07-31 Thread Nick Couchman
On Mon, Jul 31, 2023 at 3:53 AM Robert Dinse wrote: > > > Sorry, lost original message I was replying to. This regarding > guacamole_noauth. > > > Ok, try to clarify, if my users could use same login and passwords > as they do for the hosts, email, ftp, basically everything else, that

Re: Query regarding Custom Authentication for RDP connections from Guacamole using Kerberos

2023-07-31 Thread Nick Couchman
On Mon, Jul 31, 2023 at 2:36 AM Prabha Kiranmai Vasireddy wrote: > > Hi user@guacamole.apache.org, > > Hope you are doing well > > I am reaching out to inquire about creating custom authentication for the > connections that Guacamole generates to the end servers. > > I have been going through the

Re: R: Login Screen

2023-07-31 Thread Robert Dinse
Not that I don't appreciate it but I think I'm in over my head, did not appreciate the degree of complexity involved.  The page LOOKS simple, but isn't. On 7/31/23 01:48, Ivanmarcus wrote: Robert, I thought it was decent of Lorenzo to respond and point out his solution and share the cod

Re: R: Login Screen

2023-07-31 Thread Ivanmarcus
Robert, I thought it was decent of Lorenzo to respond and point out his solution and share the code... ... and having had a quick look it seems fine to me. Perhaps I've not found the section you're referring to, but if there is an issue maybe you could contribute a PR to him via github? Not

Re: R: Login Screen

2023-07-31 Thread Robert Dinse
Now that I've looked at the page code, it is ugly, a whole bunch of with NOTHING in between, no class, no id, no obvious reason to exist other than to obfuscate the code.   Argh!  Can't anything be easy?  Logical?  Well laid out?  And it's ONE LONG LINE, not a single linefeed. On 7/31/2

Authentication Clarification

2023-07-31 Thread Robert Dinse
Sorry, lost original message I was replying to.  This regarding guacamole_noauth. Ok, try to clarify, if my users could use same login and passwords as they do for the hosts, email, ftp, basically everything else, that would make it easier for them and me, I don't want to try to

Re: R: Login Screen

2023-07-31 Thread Robert Dinse
Thank  you much! On 7/31/23 00:18, MAURIZI Lorenzo wrote: You can check this part of the manual: https://guacamole.apache.org/doc/gug/guacamole-ext.html#updating-existing-html In particular, I based my “branding” extension upon this code (referred in the manual): https://github.com/ap

Re: Login Screen

2023-07-31 Thread Molina de la Iglesia, Manuel
Hi, You can do it with this plugin: https://github.com/Zer0CoolX/guacamole-customize-loginscreen-extension *Manel Molina* *manuel.molina-de-la-igle...@veolia.com * *Dirección de Ciberseguridad* Ciutat de L’Aigua (D38) Paseo de la Zona Franca, 48 08038 Barcelona / España www.veolia.com

Re: noauth extension and guacamole 1.2.0

2023-07-31 Thread Ivanmarcus
Robert, These docs are specific to the version number that appears in the URL (0.8.3 & 0.9.7 in the case of those you posted). Most people will (should!) be using a later version by now and, as Nick has effectively noted, the noauth option is not included in the documentation relevant for th

R: Login Screen

2023-07-31 Thread MAURIZI Lorenzo
You can check this part of the manual: https://guacamole.apache.org/doc/gug/guacamole-ext.html#updating-existing-html In particular, I based my “branding” extension upon this code (referred in the manual): https://github.com/apache/guacamole-client/tree/master/doc/guacamole-branding-example Re

Login Screen

2023-07-31 Thread Robert Dinse
Is there a way to add additional text, a background image, or otherwise theme and decorate this rather dismal login page? Login Page