From b1a92083d8bbfcf917d2a567833bf6925067718e Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 12 Jul 2006 02:05:08 +0000 Subject: r16967: Test another NTLMSSP flags combination. Andrew Bartlett (This used to be commit 9e4eee5a2d7f44355f79ae12759df9991e7b171a) --- source4/script/tests/test_session_key.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'source4') 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" \ -- cgit