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

@ -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