summaryrefslogtreecommitdiff
path: root/source4/script/tests
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2006-07-12 02:05:08 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:10:04 -0500
commitb1a92083d8bbfcf917d2a567833bf6925067718e (patch)
tree647c2fe14e842d11e41d55aeeab4f0cb6dbbffc1 /source4/script/tests
parentdfe5c6a271a2cfa01327c969de9651203406dd33 (diff)
downloadsamba-b1a92083d8bbfcf917d2a567833bf6925067718e.tar.gz
samba-b1a92083d8bbfcf917d2a567833bf6925067718e.tar.bz2
samba-b1a92083d8bbfcf917d2a567833bf6925067718e.zip
r16967: Test another NTLMSSP flags combination.
Andrew Bartlett (This used to be commit 9e4eee5a2d7f44355f79ae12759df9991e7b171a)
Diffstat (limited to 'source4/script/tests')
-rwxr-xr-xsource4/script/tests/test_session_key.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/script/tests/test_session_key.sh b/source4/script/tests/test_session_key.sh
index 80b735be16..54dde9e343 100755
--- a/source4/script/tests/test_session_key.sh
+++ b/source4/script/tests/test_session_key.sh
@@ -27,6 +27,7 @@ for bindoptions in validate seal; do
"-k no --option=usespnego=yes" \
"-k no --option=usespnego=yes --option=ntlmssp_client:128bit=no" \
"-k no --option=usespnego=yes --option=ntlmssp_client:56bit=yes" \
+ "-k no --option=usespnego=yes --option=ntlmssp_client:56bit=no" \
"-k no --option=usespnego=yes --option=ntlmssp_client:128bit=no --option=ntlmssp_client:56bit=yes" \
"-k no --option=usespnego=yes --option=ntlmssp_client:128bit=no --option=ntlmssp_client:56bit=no" \
"-k no --option=usespnego=yes --option=clientntlmv2auth=yes" \