postgresql/src/test/kerberos
Peter Eisentraut 4c831aeaa7 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>
2018-03-06 10:57:36 -05:00
..
t Tests for Kerberos/GSSAPI authentication 2018-03-06 10:57:36 -05:00
.gitignore Tests for Kerberos/GSSAPI authentication 2018-03-06 10:57:36 -05:00
Makefile Tests for Kerberos/GSSAPI authentication 2018-03-06 10:57:36 -05:00
README Tests for Kerberos/GSSAPI authentication 2018-03-06 10:57:36 -05:00

README

src/test/kerberos/README

Tests for Kerberos/GSSAPI functionality
=======================================

This directory contains a test suite for Kerberos/GSSAPI
functionality.  This requires a full MIT Kerberos installation,
including server and client tools, and is therefore kept separate and
not run by default.

Also, this test suite creates a KDC server that listens for TCP/IP
connections on localhost without any real access control, so it is not
safe to run this on a system where there might be untrusted local
users.

Running the tests
=================

    make check

or

    make installcheck

Requirements
============

MIT Kerberos server and client tools are required.  Heimdal is not
supported.

Debian/Ubuntu packages: krb5-admin-server krb5-kdc krb5-user

RHEL/CentOS packages: krb5-server krb5-workstation

FreeBSD port: krb5 (base system has Heimdal)