Tom Lane
authored
authentication failed' and a 'send() failed: Broken pipe' message on every connection from psql in password auth mode. Problem is that psql doesn't ask user for a password until it sees a password challenge failure, and libpq just closes the connection unceremoniously if it's challenged for a password when it hasn't got one to send. Accordingly, EOF from the client after asking for a password is normal behavior and should not result in postmaster log entries.
Name | Last commit | Last update |
---|---|---|
.. | ||
Makefile | ||
README.SSL | ||
auth.c | ||
be-fsstubs.c | ||
crypt.c | ||
hba.c | ||
md5.c | ||
password.c | ||
pg_hba.conf.sample | ||
pg_ident.conf.sample | ||
pqcomm.c | ||
pqformat.c | ||
pqpacket.c | ||
pqsignal.c | ||
util.c |