]> granicus.if.org Git - postgresql/commit
Add LDAP authentication test suite
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 15 Sep 2017 15:41:15 +0000 (11:41 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 15 Sep 2017 15:44:29 +0000 (11:44 -0400)
commitf0e60ee4bc04fd4865dbaf2139d50d6fe71c1bc3
tree8e12bd77a24aec7ac2ecaed080ba38fa6dad6ff9
parent71aa4801a8184eb422c6bf51631bda76f1011278
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>
src/test/Makefile
src/test/ldap/.gitignore [new file with mode: 0644]
src/test/ldap/Makefile [new file with mode: 0644]
src/test/ldap/README [new file with mode: 0644]
src/test/ldap/authdata.ldif [new file with mode: 0644]
src/test/ldap/t/001_auth.pl [new file with mode: 0644]