summaryrefslogtreecommitdiff
path: root/selftest/tests.py
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2017-06-09 15:15:15 +0200
committerStefan Metzmacher <metze@samba.org>2017-06-13 22:46:14 +0200
commit91b36e0c0d2c985a5b1a95743fc3ccff13e960b8 (patch)
tree09d6f3f21b9536dff5454bc0770287afe33644b8 /selftest/tests.py
parent0eb99bd9884c6dc0073fe4ab9074b99519c2594e (diff)
downloadsamba-91b36e0c0d2c985a5b1a95743fc3ccff13e960b8.tar.gz
selftest: use "$DC_USERNAME" and "$DC_PASSWORD" for the pam_winbind test
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'selftest/tests.py')
-rw-r--r--selftest/tests.py3
1 files changed, 2 insertions, 1 deletions
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",