It is definitely the case that you can use these characters, and definitely the case that quotes will be considered part of the value (and therefore cause the password to not match in what you expect).
- Mike On Sat, Jun 11, 2022, 13:42 Dirk Laurenz <[email protected]> wrote: > Hi, > > > > i did this, but it didn’t work. Ich changed to an extralong password > without any special characters. That worked… > > > > *Von:* Michael Jumper <[email protected]> > *Gesendet:* Samstag, 11. Juni 2022 20:49 > *An:* [email protected] > *Betreff:* Re: Central Configuration > > > > 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 > > >
