Re: PostgreSQL 16 Beta 2 release announcement draft

From: Roberto Mello <roberto(dot)mello(at)gmail(dot)com>
To: "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: PostgreSQL 16 Beta 2 release announcement draft
Date: 2023-06-27 16:54:28
Message-ID: CAKz==bLzGb-9O294AoZHqEWpAi2Ki58yCr4gaqg1HnZyh3L1uA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Jun 27, 2023 at 8:32 AM Jonathan S. Katz <jkatz(at)postgresql(dot)org> wrote:
>
> I used the open items list[1] to build the draft. If there are any
> notable please omissions, please let me know.

I noticed that ldap_password_hook [1] was omitted from the release
notes. I believe it should be included if nothing else so that it's
written somewhere that it's there. AFAIK there's no other
documentation about it.

Andrew Dunstan and John Naylor can add comments here, but a paragraph
like this could be added:

"A hook for modifying the ldapbind password was added to libpq. The
hook can be installed by a shared_preload library. This will allow
users who have to work with LDAP authentication to create their own
methods of dealing with ldap bind passwords. An example is provided at
test/modules/ldap_password_func/ldap_password_func.c"

Thanks,

Roberto

[1] https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=419a8dd8142afef790dafd91ba39afac2ca48aaf

https://git.postgresql.org/gitweb/?p=postgresql.git;a=blob;f=src/test/modules/ldap_password_func/ldap_password_func.c;h=4d980d28b1ef3e37da365ebbd4ca998f4786b827;hb=419a8dd8142afef790dafd91ba39afac2ca48aaf

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2023-06-27 17:07:10 Re: ReadRecentBuffer() doesn't scale well
Previous Message David Christensen 2023-06-27 16:53:10 Re: Add TLI number to name of files generated by pg_waldump --save-fullpage