On Wed, Jul 8, 2020 at 7:54 PM mamet007 <[email protected]> wrote: > It was a copy of the schema that was causing the DB issue. now I am able to > login using AD credential but not the guacadmin user Postgres credentials. > however, I am able to login with the same user gauacadmin directly to the > Database but not through the application. any clues on to why? I need to > log > in with postgress credentials once to set up the group permissions . > > This is what Mike mentioned before - whatever script you used converted that into a "CREATE ROLE" command in Postgres, which is *NOT* the same as creating a guacadmin user in Guacamole. You need to get the second SQL script - 002-create-admin-user.sql - and run that against your Postgres database.
-Nick
