mirror of
https://github.com/curl/curl.git
synced 2026-08-26 20:23:32 +03:00
NTLM single-sign on supported
With the use of the 'ntlm_auth' tool from the Samba project
This commit is contained in:
parent
650a504b2f
commit
a6d4807d02
10 changed files with 404 additions and 8 deletions
|
|
@ -567,6 +567,11 @@ int netware_init(void);
|
|||
#if defined(USE_SSLEAY) || defined(USE_WINDOWS_SSPI) || \
|
||||
defined(USE_GNUTLS) || defined(USE_NSS)
|
||||
#define USE_NTLM
|
||||
#if defined(USE_NTLM_AUTH)
|
||||
/* Support NTLM single-sign-on by using Samba's winbind daemon helper
|
||||
'ntlm_auth' */
|
||||
#define USE_NTLM_SSO
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue