From: Andreas Schneider Date: Wed, 15 Mar 2023 07:50:33 +0000 (+0100) Subject: testprogs: Pass configuration to test_kinit_trusts_heimdal.sh X-Git-Tag: talloc-2.4.1~1019 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4ea94c8eaaccd9355fc67086ae44f62a26baabae;p=thirdparty%2Fsamba.git testprogs: Pass configuration to test_kinit_trusts_heimdal.sh BUG: https://bugzilla.samba.org/show_bug.cgi?id=15336 Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett --- diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 3f3e9d97738..43f7f7ea157 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -626,7 +626,8 @@ if have_heimdal_support: '$TRUST_DOMAIN', '$PREFIX', "forest", - "aes256-cts-hmac-sha1-96" + "aes256-cts-hmac-sha1-96", + configuration ]) plantestsuite("samba4.blackbox.kinit_trust", "fl2003dc:local", @@ -644,7 +645,8 @@ if have_heimdal_support: '$TRUST_DOMAIN', '$PREFIX', "external", - "arcfour-hmac-md5" + "arcfour-hmac-md5", + configuration ]) plantestsuite("samba4.blackbox.kinit_trust", "fl2000dc:local", @@ -662,7 +664,8 @@ if have_heimdal_support: '$TRUST_DOMAIN', '$PREFIX', "external", - "arcfour-hmac-md5" + "arcfour-hmac-md5", + configuration ]) plantestsuite("samba4.blackbox.export.keytab", "ad_dc:local", diff --git a/testprogs/blackbox/test_kinit_trusts_heimdal.sh b/testprogs/blackbox/test_kinit_trusts_heimdal.sh index f08acc01378..0816e874aa8 100755 --- a/testprogs/blackbox/test_kinit_trusts_heimdal.sh +++ b/testprogs/blackbox/test_kinit_trusts_heimdal.sh @@ -1,9 +1,9 @@ #!/bin/sh # Copyright (C) 2015 Stefan Metzmacher -if [ $# -lt 13 ]; then +if [ $# -lt 14 ]; then cat <