pgsql: Fix certificate subjects in ldap test

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix certificate subjects in ldap test
Date: 2019-08-08 19:03:49
Message-ID: E1hvnhV-00067K-A9@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix certificate subjects in ldap test

openssl doesn't like lower case subject attribute names. Error observed
in buildfarm results.

Backpatch to release 11.

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/273e78715a0f92708f6b7b0c99393666e3281f72

Modified Files
--------------
src/test/ldap/t/001_auth.pl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2019-08-08 20:08:02 pgsql: Clarify the default partition's role
Previous Message Peter Eisentraut 2019-08-08 09:20:21 pgsql: initdb: Use varargs macro for PG_CMD_PRINTF