summaryrefslogtreecommitdiff
path: root/selftest
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2019-09-18 01:25:58 +0200
committerGünther Deschner <gd@samba.org>2019-09-24 18:30:37 +0000
commit3d38a8e9135bb72bc4ca079fab0eb5358942b3f1 (patch)
treed1a9d6dc47583b5e82c92e59870da2645ec59298 /selftest
parent653e90485854d978dc522e689cd78c19dcc22a70 (diff)
downloadsamba-3d38a8e9135bb72bc4ca079fab0eb5358942b3f1.tar.gz
test_pam_winbind.sh: allow different pam_winbindd config options to be specified
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14124 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org>
Diffstat (limited to 'selftest')
-rw-r--r--selftest/tests.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/selftest/tests.py b/selftest/tests.py
index 3377e7826bd..4f0eb7db9b9 100644
--- a/selftest/tests.py
+++ b/selftest/tests.py
@@ -216,11 +216,11 @@ if with_pam:
plantestsuite("samba.tests.pam_winbind(local)", "ad_member",
[os.path.join(srcdir(), "python/samba/tests/test_pam_winbind.sh"),
valgrindify(python), pam_wrapper_so_path,
- "$SERVER", "$USERNAME", "$PASSWORD"])
+ "$SERVER", "$USERNAME", "$PASSWORD", "''"])
plantestsuite("samba.tests.pam_winbind(domain)", "ad_member",
[os.path.join(srcdir(), "python/samba/tests/test_pam_winbind.sh"),
valgrindify(python), pam_wrapper_so_path,
- "$DOMAIN", "$DC_USERNAME", "$DC_PASSWORD"])
+ "$DOMAIN", "$DC_USERNAME", "$DC_PASSWORD", "''"])
for pam_options in ["''", "use_authtok", "try_authtok"]:
plantestsuite("samba.tests.pam_winbind_chauthtok with options %s" % pam_options, "ad_member",
@@ -233,7 +233,7 @@ if with_pam:
plantestsuite("samba.tests.pam_winbind_warn_pwd_expire(domain)", "ad_member",
[os.path.join(srcdir(), "python/samba/tests/test_pam_winbind_warn_pwd_expire.sh"),
valgrindify(python), pam_wrapper_so_path,
- "$DOMAIN", "alice", "Secret007"])
+ "$DOMAIN", "alice", "Secret007", "''"])
plantestsuite("samba.unittests.krb5samba", "none",