- Notifications
You must be signed in to change notification settings - Fork5
Commit0886dde
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 parentd71197c commit0886dde
1 file changed
+8
-2
lines changedLines changed: 8 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1349 | 1349 |
| |
1350 | 1350 |
| |
1351 | 1351 |
| |
| 1352 | + | |
| 1353 | + | |
| 1354 | + | |
| 1355 | + | |
| 1356 | + | |
| 1357 | + | |
1352 | 1358 |
| |
1353 | 1359 |
| |
1354 | 1360 |
| |
1355 | 1361 |
| |
1356 | 1362 |
| |
1357 | 1363 |
| |
1358 |
| - | |
1359 |
| - | |
1360 | 1364 |
| |
1361 | 1365 |
| |
| 1366 | + | |
| 1367 | + | |
1362 | 1368 |
| |
1363 | 1369 |
| |
1364 | 1370 |
| |
|
0 commit comments
Comments
(0)