Thanks for such a quick response. I am updating to 1.2.0 now.
Is it not possible to do the mapping between users and connections using psql? Sort of looks like it is in the docs... I am doing an automated deployment and can't really use the GUI. Howard ________________________________ From: Nick Couchman <[email protected]> Sent: Wednesday, September 9, 2020 4:28 PM To: [email protected] <[email protected]> Subject: Re: Running guacamole inside of a secured environment On Wed, Sep 9, 2020 at 4:25 PM Howard Lander <[email protected]<mailto:[email protected]>> wrote: Hi Nick I'm finally getting back to this. auth_header is working fine and I have installed postgres and the needed plugin. I think all the connections are set up properly because I have the guacadmin user in the entity table and in the user table. In my guacamole.properties file I have set postgresql-auto-create-accounts: true I had expected that when I logged as a user, with the REMOTE_USER header, that I would see an entry for the user in the entity and user tables. Is that incorrect? I am using version 1.0. Maybe I need to upgrade? Yes, the account auto-creation feature was introduced in version 1.2.0, so you'll need to bump up to that version to get that feature. Past that, I see in the documentation how I should add a connection, but I am missing how to link between the user and the connection. Any advice? Links between connection and user are done by assigning a user (or group) permissions to a particular connection. This is done in the web UI. -Nick
