diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-05-15 09:43:03 +1000 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-05-15 08:18:27 +0200 |
commit | f67cb32b51a77dd0ebf63d9469a99f9359cb1e54 (patch) | |
tree | f38f8fada9c7ee7864178da6dc2f9b5706c6442f /source3/selftest | |
parent | 747e539ad04f4a4781c388d86f4d6110331a0f3f (diff) | |
download | samba-f67cb32b51a77dd0ebf63d9469a99f9359cb1e54.tar.gz |
selftest: Remove tests for security=server
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/selftest')
-rwxr-xr-x | source3/selftest/tests.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index 0682f8bad42..bcd9ae8524a 100755 --- a/source3/selftest/tests.py +++ b/source3/selftest/tests.py @@ -165,10 +165,7 @@ plantestsuite("samba3.ntlm_auth.krb5(ktest:local) old ccache", "ktest:local", [o plantestsuite("samba3.ntlm_auth.krb5(ktest:local)", "ktest:local", [os.path.join(samba3srcdir, "script/tests/test_ntlm_auth_krb5.sh"), valgrindify(python), samba3srcdir, binpath('ntlm_auth3'), '$PREFIX/ktest/krb5_ccache-3', '$SERVER', configuration]) -for env in ["secserver"]: - plantestsuite("samba3.blackbox.smbclient_auth.plain (%s) domain creds" % env, env, [os.path.join(samba3srcdir, "script/tests/test_smbclient_auth.sh"), '$SERVER', '$SERVER_IP', '$DOMAIN\\\\$DC_USERNAME', '$DC_PASSWORD', binpath('smbclient3'), configuration + " --option=clientntlmv2auth=no"]) - -for env in ["maptoguest", "secshare", "secserver"]: +for env in ["maptoguest", "secshare"]: 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', binpath('smbclient3'), configuration + " --option=clientntlmv2auth=no --option=clientlanmanauth=yes"]) env = "maptoguest" |