pgsql: Properly return the usermap result when doing gssapi

From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Properly return the usermap result when doing gssapi
Date: 2009-05-27 21:08:22
Message-ID: 20090527210822.93A4E75331E@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-05-27 22:12:53 pgsql: Improve release note explanation of the change in libpq's
Previous Message Peter Eisentraut 2009-05-27 20:47:55 pgsql: Fix to use the same format specifiers in both branches of a