Add LDAP authentication test suite
Peter Eisentraut <peter_e@gmx.net>
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>
Files
| Path | Change | +/− |
|---|---|---|
| src/test/ldap/authdata.ldif | added | +32 −0 |
| src/test/ldap/.gitignore | added | +2 −0 |
| src/test/ldap/Makefile | added | +20 −0 |
| src/test/ldap/README | added | +20 −0 |
| src/test/ldap/t/001_auth.pl | added | +177 −0 |
| src/test/Makefile | modified | +4 −3 |