On Thu, Dec 17, 2020 at 11:00 AM dashfe <[email protected]> wrote:
> Hello, We have a Guacamole setup with LDAP which works, today I enabled > TOTP as additional authentication. Unfortunatly when I try to login with an > user account that doesn't exist in the mysql database I get an error > message. If I login into the web-administration and create a user, I can > login (followed by the enrollment/setup of totp) If I disable TOTP again, > it also works. I'm running on guacamole 1.2 via the offical docker images. > Here is the docker-compose-file that I use: The user needs to exist in the database for TOTP to work. You can either create them manually or enable auto-creation: http://guacamole.apache.org/doc/gug/jdbc-auth.html#jdbc-auth-auto-create -Nick
