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
Branch
------
REL9_0_STABLE
Details
-------
http://git.postgresql.org/pg/commitdiff/d662e3970d265a9edc645d2755cf427ed33498c1
Modified Files
--------------
src/backend/libpq/auth.c | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
pgsql-committers by date
| Next: | From: Tom Lane | Date: 2011-07-16 18:23:38 |
| Subject: pgsql: Add an errdetail_internal() ereport auxiliary routine. |
| Previous: | From: Alvaro Herrera | Date: 2011-07-15 22:48:25 |
| Subject: pgsql: Set different deadlock_timeout on each session in newisolation |