pgsql: Remove special-handling of usernames with Kerberos

From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove special-handling of usernames with Kerberos
Date: 2009-01-13 10:43:21
Message-ID: 20090113104321.DC3E3754877@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Remove special-handling of usernames with Kerberos authentication. We will
now always use the system username as the default, and not try to pick it up
from the kerberos ticket.

This fixes the spurious error messages that show up on kerberos-enabled builds
when not actually using kerberos, and puts it in line with how other authentication
methods work.

Modified Files:
--------------
pgsql/src/interfaces/libpq:
fe-auth.c (r1.139 -> r1.140)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-auth.c?r1=1.139&r2=1.140)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2009-01-13 11:44:56 pgsql: Throw an error when using -C and -1 at the same time in
Previous Message Bruce Momjian 2009-01-13 00:54:11 pgsql: Document how pglesslog can be used to reduce the storage