Re: [PATCH] Support pg_ident mapping for LDAP

From: Jacob Champion <pchampion(at)vmware(dot)com>
To: "magnus(at)hagander(dot)net" <magnus(at)hagander(dot)net>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] Support pg_ident mapping for LDAP
Date: 2021-09-28 18:15:01
Message-ID: 7c50e5bf7f840800ff6b2c0fc8caf5a59d3e6fbc.camel@vmware.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2021-09-28 18:20:18 Re: Fixing WAL instability in various TAP tests
Previous Message Tom Lane 2021-09-28 18:11:04 Re: Fixing WAL instability in various TAP tests