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 fd7b514a82e01c85f6b051d71fa9c0017034808e.camel@vmware.com
Whole thread Raw
In response to Re: [PATCH] Support pg_ident mapping for LDAP  (Zhihong Yu <zyu@yugabyte.com>)
List pgsql-hackers
On Wed, 2021-09-01 at 14:20 -0700, Zhihong Yu wrote:
> I looked at v2-Allow-user-name-mapping-with-LDAP.patch
> and src/backend/postmaster/postmaster.c in master branch but didn't
> find what you mentioned.

This hunk is in src/backend/libpq/hba.c, in the parse_hba_auth_opt()
function. The code there uses the less concise form throughout, as far
as I can see.

--Jacob

pgsql-hackers by date:

Previous
From: Rahila Syed
Date:
Subject: Re: Column Filtering in Logical Replication
Next
From: Daniel Gustafsson
Date:
Subject: Re: [PATCH] regexp_positions ( string text, pattern text, flags text ) → setof int4range[]