diff options
author | Yang Tse <yangsita@gmail.com> | 2011-08-27 06:31:18 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2011-08-27 06:31:18 +0200 |
commit | b976d108f1beecff743f912f190ffc89f1ef9098 (patch) | |
tree | f3ef3290835f79bcfa51cac3c68f978739d4f2c5 /tests/data/test1310 | |
parent | b4f6319cf77ca2642154bdac76d6729dde56dd8e (diff) |
NTLM_WB: final congruency naming adjustments
Configure script option --enable-wb-ntlm-auth renamed to --enable-ntlm-wb
Configure script option --disable-wb-ntlm-auth renamed to --disable-ntlm-wb
Preprocessor symbol WINBIND_NTLM_AUTH_ENABLED renamed to NTLM_WB_ENABLED
Preprocessor symbol WINBIND_NTLM_AUTH_FILE renamed to NTLM_WB_FILE
Test harness env var CURL_NTLM_AUTH renamed to CURL_NTLM_WB_FILE
Static function wb_ntlm_close renamed to ntlm_wb_cleanup
Static function wb_ntlm_initiate renamed to ntlm_wb_init
Static function wb_ntlm_response renamed to ntlm_wb_response
Diffstat (limited to 'tests/data/test1310')
-rw-r--r-- | tests/data/test1310 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test1310 b/tests/data/test1310 index fd389d3ef..840f3c5fa 100644 --- a/tests/data/test1310 +++ b/tests/data/test1310 @@ -62,7 +62,7 @@ debug http </server> <name> -HTTP with NTLM single-sign-on authorization +HTTP with NTLM delegation to winbind helper </name> <setenv> # we force our own host name, in order to make the test machine independent @@ -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 -CURL_NTLM_AUTH=%PWD/server/fake_ntlm +CURL_NTLM_WB_FILE=%PWD/server/fake_ntlm # set source directory so fake_ntlm can find the test files CURL_NTLM_AUTH_SRCDIR=%SRCDIR # set the test number |