1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-03-21 22:28:37 -05:00

Mention SSPI explicitly in the documentation.

This was originally sent in as part of the GSSAPI patch, but I've
extracted into a separate commit because that patch was more than
complicated enough by itself.
This commit is contained in:
Simon Tatham 2018-04-25 21:31:56 +01:00
parent 65acff1f70
commit d944aa4096

View File

@ -3038,11 +3038,11 @@ method to be accessed through the same interface. Therefore, more
than one authentication library may exist on your system which can than one authentication library may exist on your system which can
be accessed using GSSAPI. be accessed using GSSAPI.
PuTTY contains native support for a few well-known such libraries, PuTTY contains native support for a few well-known such libraries
and will look for all of them on your system and use whichever it (including Windows' SSPI), and will look for all of them on your system
finds. If more than one exists on your system and you need to use a and use whichever it finds. If more than one exists on your system and
specific one, you can adjust the order in which it will search using you need to use a specific one, you can adjust the order in which it
this preference list control. will search using this preference list control.
One of the options in the preference list is to use a user-specified One of the options in the preference list is to use a user-specified
GSSAPI library. If the library you want to use is not mentioned by GSSAPI library. If the library you want to use is not mentioned by