Hi Scott, It doesn't seem like the Docker images support this. I've never tried to do this myself with the Docker image, but looking quickly at the bin/start.sh <https://github.com/apache/guacamole-client/blob/1.1.0/guacamole-docker/bin/start.sh> script that starts guacamole when the docker image starts up, it looks like you'd need to build a docker image yourself with some changes to that script so that it doesn't require database information. There are probably some other changes you'd need to make too, but they didn't jump out at me as quickly.
Once you've made those changes the start script, you could then either build a copy of your user-mappings.xml permanently into your custom image, or you could mount the file at "docker run" time with a the "-v" option passed to docker. I hope this at least gives you a little bit of an idea for a path forward, Sean On Fri, May 22, 2020 at 12:52 PM Scott Hancock <[email protected]> wrote: > Hi, > > I’m trying the Guacamole docker images. To simplify things I’d like to > just use the default XML authentication rather than a database. Is there a > way to configure the docker images to use xml instead of database for > authentication? > > Thanks, > Scott > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
