Kerberos test suite
Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
From: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2018-02-14T14:27:04Z
Lists: pgsql-hackers
Attachments
- 0001-Tests-for-Kerberos-GSSAPI-authentication.patch (text/plain) patch 0001
Here is a patch with a test suite for the Kerberos/GSSAPI authentication functionality. It's very similar in principle to the recently added LDAP tests, and similar caveats apply. You will need the client and server parts of a krb5 package installation, possibly named krb5-workstation and krb5-server, or perhaps krb5-user and krb5-kdc. (If it appears to hang for you in the "setting up Kerberos" step, you might need more entropy/wait a while. That problem appears to be limited to some virtual machine setups, but the specifics are not clear.) -- Peter Eisentraut http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Make "kerberos" test suite independent of "localhost" name resolution.
- 75224ac20e90 11.0 landed
- e61f21b921ae 12.0 landed