s3-selftest Allow LM passwords and turn of NTLMv2 for security=share test
authorAndrew Bartlett <abartlet@samba.org>
Mon, 28 Mar 2011 11:20:23 +0000 (22:20 +1100)
committerJeremy Allison <jra@samba.org>
Mon, 28 Mar 2011 23:50:10 +0000 (16:50 -0700)
(cherry picked from commit 29fabfd3eabcb2abcebfa4788e734bac4f25b8c8)

source3/selftest/tests.py

index d3749892f2e7db8d4f19df61310ef5581f8a5053..19ea34a910d93941a291a0b646afaec494045e63 100755 (executable)
@@ -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"]: