mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
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>
This commit is contained in:
parent
0eb99bd988
commit
91b36e0c0d
@ -141,7 +141,8 @@ planpythontestsuite("none", "samba.tests.glue", py3_compatible=True)
|
|||||||
if with_pam:
|
if with_pam:
|
||||||
plantestsuite("samba.tests.pam_winbind", "ad_member",
|
plantestsuite("samba.tests.pam_winbind", "ad_member",
|
||||||
[os.path.join(srcdir(), "python/samba/tests/test_pam_winbind.sh"),
|
[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:
|
if with_cmocka:
|
||||||
plantestsuite("samba.unittests.krb5samba", "none",
|
plantestsuite("samba.unittests.krb5samba", "none",
|
||||||
|
Loading…
Reference in New Issue
Block a user