diff options
author | Andrew Bartlett <abartlet@samba.org> | 2006-07-12 02:05:08 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:10:04 -0500 |
commit | b1a92083d8bbfcf917d2a567833bf6925067718e (patch) | |
tree | 647c2fe14e842d11e41d55aeeab4f0cb6dbbffc1 /source4/script/tests/test_session_key.sh | |
parent | dfe5c6a271a2cfa01327c969de9651203406dd33 (diff) | |
download | samba-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/test_session_key.sh')
-rwxr-xr-x | source4/script/tests/test_session_key.sh | 1 |
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" \ |