mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
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>
This commit is contained in:
committed by
Andreas Schneider
parent
4d0ea9e3b0
commit
9baac4a817
@ -557,7 +557,7 @@ plantestsuite("samba4.blackbox.test_old_enctypes", "fl2003dc:local", [os.path.jo
|
|||||||
if have_heimdal_support:
|
if have_heimdal_support:
|
||||||
plantestsuite("samba4.blackbox.pkinit",
|
plantestsuite("samba4.blackbox.pkinit",
|
||||||
"ad_dc:local",
|
"ad_dc:local",
|
||||||
[os.path.join(bbdir, "test_pkinit_heimdal.sh"),
|
[os.path.join(bbdir, "test_pkinit_simple.sh"),
|
||||||
'$SERVER',
|
'$SERVER',
|
||||||
'pkinit',
|
'pkinit',
|
||||||
'$PASSWORD',
|
'$PASSWORD',
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
if [ $# -lt 5 ]; then
|
if [ $# -lt 5 ]; then
|
||||||
cat <<EOF
|
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
|
EOF
|
||||||
exit 1;
|
exit 1;
|
||||||
fi
|
fi
|
Reference in New Issue
Block a user