BUG: https://bugzilla.samba.org/show_bug.cgi?id=15336
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
'$TRUST_DOMAIN',
'$PREFIX',
"forest",
- "aes256-cts-hmac-sha1-96"
+ "aes256-cts-hmac-sha1-96",
+ configuration
])
plantestsuite("samba4.blackbox.kinit_trust",
"fl2003dc:local",
'$TRUST_DOMAIN',
'$PREFIX',
"external",
- "arcfour-hmac-md5"
+ "arcfour-hmac-md5",
+ configuration
])
plantestsuite("samba4.blackbox.kinit_trust",
"fl2000dc:local",
'$TRUST_DOMAIN',
'$PREFIX',
"external",
- "arcfour-hmac-md5"
+ "arcfour-hmac-md5",
+ configuration
])
plantestsuite("samba4.blackbox.export.keytab",
"ad_dc:local",
#!/bin/sh
# Copyright (C) 2015 Stefan Metzmacher <metze@samba.org>
-if [ $# -lt 13 ]; then
+if [ $# -lt 14 ]; then
cat <<EOF
-Usage: test_kinit_trusts.sh SERVER USERNAME PASSWORD REALM DOMAIN TRUST_USERNAME TRUST_PASSWORD TRUST_REALM TRUST_DOMAIN PREFIX TYPE ENCTYPE
+Usage: test_kinit_trusts.sh SERVER USERNAME PASSWORD REALM DOMAIN TRUST_USERNAME TRUST_PASSWORD TRUST_REALM TRUST_DOMAIN PREFIX TYPE ENCTYPE CONFIGURATION
EOF
exit 1
fi
PREFIX=$1
TYPE=$2
ENCTYPE=$3
+CONFIGURATION="${4}"
shift 3
failed=0