summaryrefslogtreecommitdiff
path: root/testprogs
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2022-03-17 14:28:26 +0100
committerAndreas Schneider <asn@cryptomilk.org>2022-03-25 20:58:33 +0000
commit9baac4a8177a6ecb06c31c43f5540a5103b766ee (patch)
tree78e4fc8abfa214d2a311d6319ce6e1470703980d /testprogs
parent4d0ea9e3b0aad7fda5dc2acc31d38a9162624d75 (diff)
downloadsamba-9baac4a8177a6ecb06c31c43f5540a5103b766ee.tar.gz
testprogs: Rename test_pkinit_heimdal.sh
We want one common test which works against Heimdal and MIT Kerberos. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'testprogs')
-rwxr-xr-xtestprogs/blackbox/test_pkinit_simple.sh (renamed from testprogs/blackbox/test_pkinit_heimdal.sh)2
1 files changed, 1 insertions, 1 deletions
diff --git a/testprogs/blackbox/test_pkinit_heimdal.sh b/testprogs/blackbox/test_pkinit_simple.sh
index 08ebc7497c4..209a0f08acd 100755
--- a/testprogs/blackbox/test_pkinit_heimdal.sh
+++ b/testprogs/blackbox/test_pkinit_simple.sh
@@ -5,7 +5,7 @@
if [ $# -lt 5 ]; then
cat <<EOF
-Usage: test_kinit.sh SERVER USERNAME PASSWORD REALM DOMAIN PREFIX ENCTYPE SMBCLINET
+Usage: test_pkinit_simple.sh SERVER USERNAME PASSWORD REALM DOMAIN PREFIX ENCTYPE SMBCLINET
EOF
exit 1;
fi