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:
@ -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>
|
||||
|
Reference in New Issue
Block a user