From 5d73cc408bd7d0aab7ec3d4dbc93066e07bfa72c Mon Sep 17 00:00:00 2001 From: Isaac Boukris Date: Thu, 16 Jan 2020 21:36:24 +0100 Subject: Fix uxsuccess test with new MIT krb5 library 1.18 BUG: https://bugzilla.samba.org/show_bug.cgi?id=14155 Signed-off-by: Isaac Boukris Reviewed-by: Andreas Schneider Reviewed-by: Guenther Deschner --- testprogs/blackbox/test_kinit_mit.sh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'testprogs') diff --git a/testprogs/blackbox/test_kinit_mit.sh b/testprogs/blackbox/test_kinit_mit.sh index d28caecd603..61029a5e04c 100755 --- a/testprogs/blackbox/test_kinit_mit.sh +++ b/testprogs/blackbox/test_kinit_mit.sh @@ -134,10 +134,6 @@ testit "enable user with kerberos cache" $VALGRIND $PYTHON $samba_enableaccount ### Test kinit with canonicalization ########################################################### -# This is currently not working due to an upstream bug in MIT Kerberos. The -# test will ensure that we get notified when we can turn on canonicalization -# in ads_krb5_chg_password(). -# https://bugzilla.samba.org/show_bug.cgi?id=14155 upperusername=$(echo $USERNAME | tr '[a-z]' '[A-Z]') testit "kinit with canonicalize" $samba_texpect $PREFIX/tmpkinitscript $samba_kinit -C $upperusername@$REALM -S kadmin/changepw@$REALM || failed=`expr $failed + 1` -- cgit v1.2.1