From: Stefan Metzmacher Date: Fri, 9 Jun 2017 13:45:25 +0000 (+0200) Subject: selftest: test pam_winbind with a local user on ad_member X-Git-Tag: ldb-1.1.31~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6355473fabb280a5d10650cecf3b4d9851d21b5d;p=thirdparty%2Fsamba.git selftest: test pam_winbind with a local user on ad_member Signed-off-by: Stefan Metzmacher Reviewed-by: Andreas Schneider --- 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"])