summaryrefslogtreecommitdiff
path: root/testprogs
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2015-03-16 10:20:01 +0100
committerAndrew Bartlett <abartlet@samba.org>2015-03-16 23:04:46 +0100
commit0bcea51507547e867af28be5d864e9e294160fc7 (patch)
tree84d58caff9722849abdbef75285c834f7a8d311d /testprogs
parent71a97c9f8743086a28c310c468596d295ff019b3 (diff)
downloadsamba-0bcea51507547e867af28be5d864e9e294160fc7.tar.gz
selftest:test_kinit: remove commented out line with outdated content.
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'testprogs')
-rwxr-xr-xtestprogs/blackbox/test_kinit.sh1
1 files changed, 0 insertions, 1 deletions
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`