pgsql: Fix Kerberos authentication in wake of virtual-hosts changes ---

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix Kerberos authentication in wake of virtual-hosts changes ---
Date: 2005-10-08 19:32:58
Message-ID: 20051008193258.C5D6BD8E41@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix Kerberos authentication in wake of virtual-hosts changes --- need
to call krb5_sname_to_principal() always. Also, use krb_srvname rather
than the hardwired string 'postgres' as the appl_version string in the
krb5_sendauth/recvauth calls, to avoid breaking compatibility with PG
8.0. Magnus Hagander

Modified Files:
--------------
pgsql/src/backend/libpq:
auth.c (r1.127 -> r1.128)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/auth.c.diff?r1=1.127&r2=1.128)
pgsql/src/backend/utils/misc:
postgresql.conf.sample (r1.167 -> r1.168)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/postgresql.conf.sample.diff?r1=1.167&r2=1.168)
pgsql/src/interfaces/libpq:
fe-auth.c (r1.103 -> r1.104)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-auth.c.diff?r1=1.103&r2=1.104)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-10-08 20:08:19 pgsql: Fix up grammar in variable description string.
Previous Message Bruce Momjian 2005-10-08 16:10:39 pgsql: Remove unnecessary ABORT commands in dblink regression tests.