mirror of
https://github.com/curl/curl.git
synced 2024-12-03 06:20:31 +08:00
NTLM single-sign on adjustments (I)
Use fake_ntlm absolute filename in NTLM_AUTH environment variable for test 2005 definition.
This commit is contained in:
parent
cfcca89b76
commit
8350fb8f2f
@ -70,7 +70,7 @@ CURL_GETHOSTNAME=curlhost
|
||||
# we try to use the LD_PRELOAD hack, if not a debug build
|
||||
LD_PRELOAD=%PWD/libtest/.libs/libhostname.so
|
||||
# set path to fake_auth instead of real ntlm_auth to generate NTLM type1 and type 3 messages
|
||||
NTLM_AUTH=server/fake_ntlm
|
||||
NTLM_AUTH=%PWD/server/fake_ntlm
|
||||
# set source directory so fake_ntlm can find the test files
|
||||
NTLM_AUTH_SRCDIR=%SRCDIR
|
||||
# set the test number
|
||||
|
Loading…
Reference in New Issue
Block a user