From 7df505298f71432d5adbcffccde8f97c117a57a6 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Fri, 16 Feb 2018 18:15:28 +0200 Subject: s4:selftest: test kinit with the interdomain trust user account To test it, add a blackbox test that ensures we pass a keytab-based authentication with the trust user account for a trusted domain. BUG: https://bugzilla.samba.org/show_bug.cgi?id=13539 Pair-Programmed-With: Stefan Metzmacher Signed-off-by: Alexander Bokovoy Signed-off-by: Stefan Metzmacher Reviewed-by: Andrew Bartlett --- testprogs/blackbox/test_trust_user_account.sh | 44 +++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100755 testprogs/blackbox/test_trust_user_account.sh (limited to 'testprogs') diff --git a/testprogs/blackbox/test_trust_user_account.sh b/testprogs/blackbox/test_trust_user_account.sh new file mode 100755 index 00000000000..9fbe25e16a3 --- /dev/null +++ b/testprogs/blackbox/test_trust_user_account.sh @@ -0,0 +1,44 @@ +#!/bin/sh + +if [ $# -lt 1 ]; then +cat <