The branch, master has been updated
       via  ef1a66d testprogs: Do not use the deprecated samba-tool user add
      from  171e87f s3:libsmb/clirap: remove unused cli_get_server_*() functions

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit ef1a66dcdf29e48d3320a3280308e04eb7cc6de7
Author: Andreas Schneider <a...@samba.org>
Date:   Wed Jul 6 14:24:25 2016 +0200

    testprogs: Do not use the deprecated samba-tool user add
    
    Signed-off-by: Andreas Schneider <a...@samba.org>
    Reviewed-by: Guenther Deschner <g...@samba.org>
    
    Autobuild-User(master): Andreas Schneider <a...@cryptomilk.org>
    Autobuild-Date(master): Thu Jul  7 02:15:16 CEST 2016 on sn-devel-144

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

Summary of changes:
 testprogs/blackbox/test_ktpass.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/testprogs/blackbox/test_ktpass.sh 
b/testprogs/blackbox/test_ktpass.sh
index 8d5ed72..914b7ca 100755
--- a/testprogs/blackbox/test_ktpass.sh
+++ b/testprogs/blackbox/test_ktpass.sh
@@ -25,7 +25,7 @@ CONFIG="--configfile=$PREFIX/etc/smb.conf"
 
 TESTUSER="ktpassUser"
 
-testit "user add" $samba_tool user add $CONFIG $TESTUSER testp@ssw0Rd || 
failed=`expr $failed + 1`
+testit "user create" $samba_tool user create $CONFIG $TESTUSER testp@ssw0Rd || 
failed=`expr $failed + 1`
 
 KRB5CCNAME="$PREFIX/tmpccache"
 export KRB5CCNAME


-- 
Samba Shared Repository

Reply via email to