]> granicus.if.org Git - postgresql/commit
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)
commit81e770857dd0a0a2c9ce75d709fadd2bebf1c365
treebd1754193e72830253dc3e4473cba368e36ca037
parent9b43c245e382a1486cba65ec71883dbc9a3c74ac
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