Re: [PATCH] Support pg_ident mapping for LDAP

From: Jacob Champion <pchampion(at)vmware(dot)com>
To: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Cc: "magnus(at)hagander(dot)net" <magnus(at)hagander(dot)net>
Subject: Re: [PATCH] Support pg_ident mapping for LDAP
Date: 2021-10-29 17:38:20
Message-ID: 459450db96ebe9311dd57f6708f0994dc23bdb63.camel@vmware.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, 2021-09-28 at 18:15 +0000, Jacob Champion wrote:
> | authn authz
> ---------+-----------------------------------
> envvar | PGAUTHUSER PGUSER
> conninfo | authuser user
> frontend | conn->pgauthuser conn->pguser
> backend | port->auth_user port->user_name

v3 attached, which uses the above naming scheme and removes the stale
TODO. Changes in since-v2.

--Jacob

Attachment Content-Type Size
since-v2.diff.txt text/plain 8.7 KB
v3-Allow-user-name-mapping-with-LDAP.patch text/x-patch 21.9 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bossart, Nathan 2021-10-29 17:47:19 Re: Skip vacuum log report code in lazy_scan_heap() if possible
Previous Message Bossart, Nathan 2021-10-29 17:30:44 Re: inefficient loop in StandbyReleaseLockList()