NTLM single-sign on supported

With the use of the 'ntlm_auth' tool from the Samba project
This commit is contained in:
Mandy Wu
2011-07-18 23:36:36 +02:00
committed by Daniel Stenberg
parent 650a504b2f
commit a6d4807d02
10 changed files with 404 additions and 8 deletions

View File

@@ -243,6 +243,9 @@ static curl_version_info_data version_info = {
#ifdef USE_NTLM
| CURL_VERSION_NTLM
#endif
#ifdef USE_NTLM_SSO
| CURL_VERSION_NTLM_SSO
#endif
#ifdef USE_WINDOWS_SSPI
| CURL_VERSION_SSPI
#endif