From 0bcea51507547e867af28be5d864e9e294160fc7 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 16 Mar 2015 10:20:01 +0100 Subject: selftest:test_kinit: remove commented out line with outdated content. Signed-off-by: Michael Adam Reviewed-by: Andrew Bartlett --- testprogs/blackbox/test_kinit.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'testprogs') diff --git a/testprogs/blackbox/test_kinit.sh b/testprogs/blackbox/test_kinit.sh index db17e86d5f9..9df13a70a2c 100755 --- a/testprogs/blackbox/test_kinit.sh +++ b/testprogs/blackbox/test_kinit.sh @@ -80,7 +80,6 @@ rm -rf $KRB5CCNAME_PATH testit "reset password policies beside of minimum password age of 0 days" $VALGRIND $samba_tool domain passwordsettings $ADMIN_LDBMODIFY_CONFIG set --complexity=default --history-length=default --min-pwd-length=default --min-pwd-age=0 --max-pwd-age=default || failed=`expr $failed + 1` echo $PASSWORD > $PREFIX/tmppassfile -#testit "kinit with keytab" $samba4kinit $enctype --keytab=$PREFIX/dc/private/secrets.keytab $SERVER\$@$REALM || failed=`expr $failed + 1` testit "kinit with password" $samba4kinit $enctype --password-file=$PREFIX/tmppassfile --request-pac $USERNAME@$REALM || failed=`expr $failed + 1` test_smbclient "Test login with user kerberos ccache" 'ls' -k yes || failed=`expr $failed + 1` -- cgit v1.2.1