[COMMITTERS] pgsql: Add LDAP authentication test suite - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: Add LDAP authentication test suite
Date
Msg-id E1dstGD-0003VH-J2@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add LDAP authentication test suite

Like the SSL test suite, this will not be run by default.

Reviewed-by: Thomas Munro <thomas.munro@enterprisedb.com>

Branch
------
master

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

Modified Files
--------------
src/test/Makefile           |   7 +-
src/test/ldap/.gitignore    |   2 +
src/test/ldap/Makefile      |  20 +++++
src/test/ldap/README        |  20 +++++
src/test/ldap/authdata.ldif |  32 ++++++++
src/test/ldap/t/001_auth.pl | 177 ++++++++++++++++++++++++++++++++++++++++++++
6 files changed, 255 insertions(+), 3 deletions(-)


--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [COMMITTERS] pgsql: Add support for coordinating record typmods among parallel worke
Next
From: Andres Freund
Date:
Subject: Re: [COMMITTERS] pgsql: Add support for coordinating record typmodsamong parallel worke