diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-06-11 13:44:58 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-06-11 13:44:58 +0000 |
commit | 55f75af353fbd9efce20e808fe83ca11b30462ba (patch) | |
tree | dc18589e36e0d2f7519d18ff1b3362dc612c11df /tests/FILEFORMAT | |
parent | fb6a51b8fd715db2987c00f87cc1ac1aca535fee (diff) | |
download | curl-55f75af353fbd9efce20e808fe83ca11b30462ba.tar.gz |
describe the NTLM mechanism too
Diffstat (limited to 'tests/FILEFORMAT')
-rw-r--r-- | tests/FILEFORMAT | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT index 55e3ed44c..108db3f61 100644 --- a/tests/FILEFORMAT +++ b/tests/FILEFORMAT @@ -24,6 +24,8 @@ Send back this contents instead of the <data> one. The num is set by: A) The test number in the request line is >10000 and this is the remainder of [test case number]%10000. B) The request was HTTP and included digest details, which sets NUM to 1000. +C) If a HTTP request is NTLM type-1, it sets num to 1001 +D) If a HTTP request is NTLM type-3, it sets num to 1002 </dateNUM> <datacheck [nonewline=yes]> if the data is sent but this is what should be checked afterwards. If |