pgsql: Properly return the usermap result when doing gssapi - Mailing list pgsql-committers

From mha@postgresql.org (Magnus Hagander)
Subject pgsql: Properly return the usermap result when doing gssapi
Date
Msg-id 20090527210822.93A4E75331E@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Properly return the usermap result when doing gssapi authentication. Without
this, the username was in practice never matched against the kerberos principal
used to log in.

Modified Files:
--------------
    pgsql/src/backend/libpq:
        auth.c (r1.180 -> r1.181)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/auth.c?r1=1.180&r2=1.181)

pgsql-committers by date:

Previous
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Fix to use the same format specifiers in both branches of a
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Improve release note explanation of the change in libpq's