]> granicus.if.org Git - postgresql/commit
Fix SSPI login when multiple roundtrips are required
authorMagnus Hagander <magnus@hagander.net>
Sat, 16 Jul 2011 17:58:53 +0000 (19:58 +0200)
committerMagnus Hagander <magnus@hagander.net>
Sat, 16 Jul 2011 18:02:34 +0000 (20:02 +0200)
commit821c07244ace805445648188d07043a74ea6aad0
treee427c5f32865ce16f7abfc2111b62354e66a0caa
parentdea11bd9d5fa5db4e3df08acbcb2357031e5132a
Fix SSPI login when multiple roundtrips are required

This fixes SSPI login failures showing "The function
requested is not supported", often showing up when connecting
to localhost. The reason was not properly updating the SSPI
handle when multiple roundtrips were required to complete the
authentication sequence.

Report and analysis by Ahmed Shinwari, patch by Magnus Hagander
src/backend/libpq/auth.c