On Wed, Sep 9, 2020 at 4:25 PM Howard Lander <[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
