Kerberos test suite

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Kerberos test suite
Date: 2018-02-14 14:27:04
Message-ID: afcac46f-5a0e-8adf-ee5f-6121d82103bf@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
0001-Tests-for-Kerberos-GSSAPI-authentication.patch text/plain 9.0 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2018-02-14 14:54:14 Re: master plpython check fails on Solaris 10
Previous Message Robert Haas 2018-02-14 14:18:20 Re: Is this a bug?