pgsql: Disallow gssapi authentication on local connections, since it - Mailing list pgsql-committers

From mha@postgresql.org (Magnus Hagander)
Subject pgsql: Disallow gssapi authentication on local connections, since it
Date
Msg-id 20100308095735.AB88B7541D0@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Disallow gssapi authentication on local connections, since it
requires a hostname to function.

Noted by Zdenek Kotala

Tags:
----
REL8_4_STABLE

Modified Files:
--------------
    pgsql/src/backend/libpq:
        hba.c (r1.188.2.3 -> r1.188.2.4)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/hba.c?r1=1.188.2.3&r2=1.188.2.4)

pgsql-committers by date:

Previous
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Disallow gssapi authentication on local connections, since it
Next
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Require hostname to be set when using GSSAPI authentication.