pgsql: Add LDAP authentication test suite

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add LDAP authentication test suite
Date: 2017-09-15 16:14:33
Message-ID: E1dstGD-0003VH-J2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add LDAP authentication test suite

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

Reviewed-by: Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2017-09-15 18:07:08 Re: pgsql: Add support for coordinating record typmods among parallel worke
Previous Message Tom Lane 2017-09-15 14:55:17 Re: pgsql: Add support for coordinating record typmods among parallel worke