Since GSSAPI and SSPI authentication don't work in protocol version 2,
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 8 Feb 2008 17:58:46 +0000 (17:58 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 8 Feb 2008 17:58:46 +0000 (17:58 +0000)
commitbe0fcea08652dac49c70279c3b84540975e76d29
tree7f26476521eb7795546f5abd061758d46be53af3
parent841106332b8c37d70c0177ec095a130f0a964dbc
Since GSSAPI and SSPI authentication don't work in protocol version 2,
issue a helpful error message instead of sending unparsable garbage.
(It is clearly a design error that this doesn't work, but fixing it
is not worth the trouble at this point.)  Per discussion.
src/backend/libpq/auth.c