The branch, v4-0-test has been updated
       via  695cee0349f561625e4bbfa3a142a5e35f7eb4bf (commit)
      from  24a2409d725953ed5f62c652acc929ee7ddf9a19 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-0-test


- Log -----------------------------------------------------------------
commit 695cee0349f561625e4bbfa3a142a5e35f7eb4bf
Author: Andrew Bartlett <[EMAIL PROTECTED]>
Date:   Tue Apr 15 10:40:06 2008 +0200

    Test password change with 'net password change'.
    
    Andrew Bartlett

-----------------------------------------------------------------------

Summary of changes:
 testprogs/blackbox/test_kinit.sh |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/testprogs/blackbox/test_kinit.sh b/testprogs/blackbox/test_kinit.sh
index dbcdcf1..2958205 100755
--- a/testprogs/blackbox/test_kinit.sh
+++ b/testprogs/blackbox/test_kinit.sh
@@ -86,6 +86,14 @@ testit "kinit with user password" $samba4bindir/samba4kinit 
--password-file=./tm
 
 test_smbclient "Test login with user kerberos ccache" 'ls' -k yes || 
failed=`expr $failed + 1`
 
[EMAIL PROTECTED]
+testit "change user password" $VALGRIND $net password change -W$DOMAIN 
-U$DOMAIN\\nettestuser%$USERPASS $CONFIGURATION  -k no $NEWUSERPASS $@ || 
failed=`expr $failed + 1`
+
+echo $NEWUSERPASS > ./tmpuserpassfile
+testit "kinit with user password" $samba4bindir/samba4kinit 
--password-file=./tmpuserpassfile --request-pac [EMAIL PROTECTED]   || 
failed=`expr $failed + 1`
+
+test_smbclient "Test login with user kerberos ccache" 'ls' -k yes || 
failed=`expr $failed + 1`
+
 KRB5CCNAME="$PREFIX/tmpccache"
 export KRB5CCNAME
 


-- 
Samba Shared Repository

Reply via email to