summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-03-28 22:20:23 +1100
committerAndrew Bartlett <abartlet@samba.org>2011-03-29 00:00:23 +0200
commit29fabfd3eabcb2abcebfa4788e734bac4f25b8c8 (patch)
tree3eacf26adb267eb37b4c5c264e6efb78342fbfb8
parentc8bc7089f589e33a624183ae63c1cb1b3d652c7c (diff)
downloadsamba-29fabfd3eabcb2abcebfa4788e734bac4f25b8c8.tar.gz
samba-29fabfd3eabcb2abcebfa4788e734bac4f25b8c8.tar.bz2
samba-29fabfd3eabcb2abcebfa4788e734bac4f25b8c8.zip
s3-selftest Allow LM passwords and turn of NTLMv2 for security=share test
-rwxr-xr-xsource3/selftest/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py
index d3749892f2..19ea34a910 100755
--- a/source3/selftest/tests.py
+++ b/source3/selftest/tests.py
@@ -103,7 +103,7 @@ for env in ["member"]:
plantestsuite("samba3.blackbox.smbclient_auth.plain (%s) member creds" % env, env, [os.path.join(samba3srcdir, "script/tests/test_smbclient_auth.sh"), '$SERVER', '$SERVER_IP', '$SERVER\\\\$USERNAME', '$PASSWORD', configuration])
for env in ["secshare", "secserver"]:
- plantestsuite("samba3.blackbox.smbclient_auth.plain (%s) local creds" % env, env, [os.path.join(samba3srcdir, "script/tests/test_smbclient_auth.sh"), '$SERVER', '$SERVER_IP', '$USERNAME', '$PASSWORD', configuration])
+ plantestsuite("samba3.blackbox.smbclient_auth.plain (%s) local creds" % env, env, [os.path.join(samba3srcdir, "script/tests/test_smbclient_auth.sh"), '$SERVER', '$SERVER_IP', '$USERNAME', '$PASSWORD', configuration + " --option=clientntlmv2auth=no --option=clientlanmanauth=yes"])
# plain
for env in ["dc"]: