summaryrefslogtreecommitdiff
path: root/selftest/tests.py
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2017-06-09 15:45:25 +0200
committerStefan Metzmacher <metze@samba.org>2017-06-13 22:46:14 +0200
commit6355473fabb280a5d10650cecf3b4d9851d21b5d (patch)
tree0693f275c83763c244723c96f07f43a5fa8a45ea /selftest/tests.py
parent91b36e0c0d2c985a5b1a95743fc3ccff13e960b8 (diff)
downloadsamba-6355473fabb280a5d10650cecf3b4d9851d21b5d.tar.gz
selftest: test pam_winbind with a local user on ad_member
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.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/selftest/tests.py b/selftest/tests.py
index 50927ae9965..175b56cd1d8 100644
--- a/selftest/tests.py
+++ b/selftest/tests.py
@@ -139,7 +139,11 @@ plantestsuite(
planpythontestsuite("none", "samba.tests.glue", py3_compatible=True)
if with_pam:
- plantestsuite("samba.tests.pam_winbind", "ad_member",
+ 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"])
+ 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"])