On Sat, Jun 11, 2022, 11:11 Dirk Laurenz <[email protected]> wrote: > I got further – although it is maria db one should use mysql driver and > how do I user strong passwords like > > > > $someBigLettersAndNumberx8789% > > > > Using ‘’ to quote them in guacamole.properties doesn’t work >
Just write them exactly as-is. If you add quotes, those quotes will be part of the value. Everything after the colon and leading whitespace is part of the value. https://en.wikipedia.org/wiki/.properties - Mike
