Re: [PATCH] Support pg_ident mapping for LDAP - Mailing list pgsql-hackers

From Jacob Champion
Subject Re: [PATCH] Support pg_ident mapping for LDAP
Date
Msg-id 7c50e5bf7f840800ff6b2c0fc8caf5a59d3e6fbc.camel@vmware.com
Whole thread Raw
In response to Re: [PATCH] Support pg_ident mapping for LDAP  (Jacob Champion <pchampion@vmware.com>)
Responses Re: [PATCH] Support pg_ident mapping for LDAP  (Jacob Champion <pchampion@vmware.com>)
List pgsql-hackers
On Tue, 2021-09-28 at 18:08 +0000, Jacob Champion wrote:
> >          | authn             authz
> > ---------+-----------------------------------
> >   envvar | PGAUTHUSER        PGUSER
> > conninfo | authuser          user
> > frontend | conn->pgauthuser  conn->pguser backend | port->auth_user   port->user_name

Ugh, PEBKAC problems today... apologies. This should have been

         | authn             authz
---------+-----------------------------------
  envvar | PGAUTHUSER        PGUSER
conninfo | authuser          user
frontend | conn->pgauthuser  conn->pguser
 backend | port->auth_user   port->user_name

--Jacob

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Fixing WAL instability in various TAP tests
Next
From: Tom Lane
Date:
Subject: Re: Fixing WAL instability in various TAP tests