1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Tests for Kerberos/GSSAPI authentication

Like the LDAP and SSL tests, these are not run by default but can be
selected via PG_TEST_EXTRA.

Reviewed-by: Thomas Munro <thomas.munro@enterprisedb.com>
Reviewed-by: Michael Paquier <michael@paquier.xyz>
This commit is contained in:
Peter Eisentraut
2018-03-05 14:42:11 -05:00
parent d06aba240d
commit 4c831aeaa7
9 changed files with 264 additions and 2 deletions

View File

@ -220,10 +220,20 @@ make installcheck-world
<varname>PG_TEST_EXTRA</varname> to a whitespace-separated list, for
example:
<programlisting>
make check-world PG_TEST_EXTRA='ldap ssl'
make check-world PG_TEST_EXTRA='kerberos ldap ssl'
</programlisting>
The following values are currently supported:
<variablelist>
<varlistentry>
<term><literal>kerberos</literal></term>
<listitem>
<para>
Runs the test suite under <filename>src/test/kerberos</filename>. This
requires an MIT Kerberos installation and opens TCP/IP listen sockets.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><literal>ldap</literal></term>
<listitem>