forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd662e39
committed
Fix SSPI login when multiple roundtrips are required
This fixes SSPI login failures showing "The functionrequested is not supported", often showing up when connectingto localhost. The reason was not properly updating the SSPIhandle when multiple roundtrips were required to complete theauthentication sequence.Report and analysis by Ahmed Shinwari, patch by Magnus Hagander1 parent75f386d commitd662e39
1 file changed
+8
-2
lines changedLines changed: 8 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1366 | 1366 |
| |
1367 | 1367 |
| |
1368 | 1368 |
| |
| 1369 | + | |
| 1370 | + | |
| 1371 | + | |
| 1372 | + | |
| 1373 | + | |
| 1374 | + | |
1369 | 1375 |
| |
1370 | 1376 |
| |
1371 | 1377 |
| |
1372 | 1378 |
| |
1373 | 1379 |
| |
1374 | 1380 |
| |
1375 |
| - | |
1376 |
| - | |
1377 | 1381 |
| |
1378 | 1382 |
| |
| 1383 | + | |
| 1384 | + | |
1379 | 1385 |
| |
1380 | 1386 |
| |
1381 | 1387 |
| |
|
0 commit comments
Comments
(0)