pgsql: Disallow gssapi authentication on local connections, since it

From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Disallow gssapi authentication on local connections, since it
Date: 2010-03-08 09:57:35
Message-ID: 20100308095735.AB88B7541D0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2010-03-08 10:01:12 pgsql: Require hostname to be set when using GSSAPI authentication.
Previous Message Magnus Hagander 2010-03-08 09:57:26 pgsql: Disallow gssapi authentication on local connections, since it