From 91b36e0c0d2c985a5b1a95743fc3ccff13e960b8 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 9 Jun 2017 15:15:15 +0200 Subject: [PATCH] selftest: use "$DC_USERNAME" and "$DC_PASSWORD" for the pam_winbind test Signed-off-by: Stefan Metzmacher Reviewed-by: Andreas Schneider --- selftest/tests.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/selftest/tests.py b/selftest/tests.py index 9033dd9a9a0..50927ae9965 100644 --- a/selftest/tests.py +++ b/selftest/tests.py @@ -141,7 +141,8 @@ planpythontestsuite("none", "samba.tests.glue", py3_compatible=True) if with_pam: plantestsuite("samba.tests.pam_winbind", "ad_member", [os.path.join(srcdir(), "python/samba/tests/test_pam_winbind.sh"), - valgrindify(python), pam_wrapper_so_path, "$DOMAIN", "alice", "Secret007"]) + valgrindify(python), pam_wrapper_so_path, + "$DOMAIN", "$DC_USERNAME", "$DC_PASSWORD"]) if with_cmocka: plantestsuite("samba.unittests.krb5samba", "none",