pgsql: gss: add missing references to hostgssenc and hostnogssenc

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: gss: add missing references to hostgssenc and hostnogssenc
Date: 2020-05-26 00:19:39
Message-ID: E1jdNJj-0007Hz-GH@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

gss: add missing references to hostgssenc and hostnogssenc

These were missed when these were added to pg_hba.conf in PG 12;
updates docs and pg_hba.conf.sample.

Reported-by: Arthur Nascimento

Bug: 16380

Discussion: https://postgr.es/m/20200421182736.GG19613@momjian.us

Backpatch-through: 12

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/a286d470c9ba31410141f2ae77e3ca11275783c4

Modified Files
--------------
doc/src/sgml/client-auth.sgml | 28 ++++++++++++++--------------
src/backend/libpq/pg_hba.conf.sample | 14 +++++++++-----
2 files changed, 23 insertions(+), 19 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2020-05-26 01:30:52 Re: pgsql: doc: make ref/*.sgml file header comment layout consistent
Previous Message Noah Misch 2020-05-25 23:43:17 pgsql: Add a temp-install prerequisite to top-level "check-tests".