diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-07-20 02:15:43 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:29:45 -0500 |
commit | 594b76264fb77cb8d9bce5a36ca73afd14b62a1b (patch) | |
tree | 7ba7220d51ee3e14102465e201744e8afdfcdf2b | |
parent | 338c3f8523d5db2cba1b79f94ff0cecabcd9e9cd (diff) | |
download | samba-594b76264fb77cb8d9bce5a36ca73afd14b62a1b.tar.gz samba-594b76264fb77cb8d9bce5a36ca73afd14b62a1b.tar.xz samba-594b76264fb77cb8d9bce5a36ca73afd14b62a1b.zip |
r8626: fixed a typo
(This used to be commit 3083d494e2281b46209176ee63dd571850f0d328)
-rwxr-xr-x | source4/script/tests/test_session_key.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/tests/test_session_key.sh b/source4/script/tests/test_session_key.sh index 77f8732d357..8296bc39560 100755 --- a/source4/script/tests/test_session_key.sh +++ b/source4/script/tests/test_session_key.sh @@ -22,7 +22,7 @@ transport="ncacn_np" "--option=usespnego=yes --option=ntlmssp_client:ntlm2=yes" \ "--option=usespnego=yes --option=ntlmssp_client:ntlm2=no" \ "--option=usespnego=yes --option=ntlmssp_client:ntlm2=yes --option=ntlmssp_client:128bit=no" \ - "--option=usespnego=yes--option=ntlmssp_client:ntlm2=no --option=ntlmssp_client:128bit=no" \ + "--option=usespnego=yes --option=ntlmssp_client:ntlm2=no --option=ntlmssp_client:128bit=no" \ "--option=usespnego=yes --option=ntlmssp_client:ntlm2=yes --option=ntlmssp_client:keyexchange=no" \ "--option=usespnego=yes --option=ntlmssp_client:ntlm2=no --option=ntlmssp_client:keyexchange=no" \ "--option=usespnego=yes --option=clientntlmv2auth=yes --option=ntlmssp_client:keyexchange=no" \ |