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 Couchman wrote:
On Mon, Jul 31, 2023 at 5:25 PM Robert Dinse
<[email protected]> 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-Remote-User" to quacamole.properties
This is what my my user-mapping.xml looks like:
Yeah, I mentioned this at the end of my last e-mail:
> One other thing that is worth noting is that the default file
> authentication mechanism, using user-mapping.xml, does *not* stack
> with any of the other authentication modules. So, if you try to use
> the header module to access connections specified in the
> user-mapping.xml file, it won't work - you won't see those
> connections. You have to use some other module - generally JDBC - to
> store connection information that can be used with other modules, like
> the header module.
-Nick