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

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Fix Kerberos authentication in wake of virtual-hosts changes ---
Date
Msg-id 20051008193258.C5D6BD8E41@svr1.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Remove unnecessary ABORT commands in dblink regression tests.
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix up grammar in variable description string.