From 339d5ea4e60c4e649e9f29814c5c93b4c0673c3c Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 13 Jan 2012 12:42:43 +1100 Subject: s3-selftest The krb5 encrypted CIFS test was wrong Sadly this fails in the test environement for now. It needs a /etc/krb5.keytab which we do not provide. Andrew Bartlett Autobuild-User: Andrew Bartlett Autobuild-Date: Fri Jan 13 04:57:22 CET 2012 on sn-devel-104 --- source3/selftest/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index dc0c32c052..eea9aae28b 100755 --- a/source3/selftest/tests.py +++ b/source3/selftest/tests.py @@ -305,7 +305,7 @@ for z in smb_options: if have_ads_support: - options_list = ["", "-E"] + options_list = ["", "-e"] for options in options_list: plantestsuite("samba3.blackbox.smbclient_krb5 old ccache %s" % options, "ktest:local", [os.path.join(samba3srcdir, "script/tests/test_smbclient_krb5.sh"), -- cgit